This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Is it possible to get a pairwise distance matrix from a mafft alignment?

I've googled around a bit. From reading the publications and software documentation, its clear that there is a distance matrix being used but it doesnt seem possible to obtain. There is rumor of a --distout flag that may produce a matrix, but the authors have said its for their purposes only and its not a real distance matrix, it's something else. (see: Mafft Output Distance Matrix).

Anyway, just wondering then how anyone here would go about computing a matrix from a MAFFT alignment if they had to. (Would it be appropriate to use another tool with a different scoring method to generate one, such as emboss dismat??)

msa mafft

2 answers

You could just use the distmat tool from EMBOSS on any multiple alignment to calculate it from the file itself.

http://www.clustal.org/omega/

Log in to answer this question.