Is it possible to seqlinkage with a maximum parsimony or minimum evolution method?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Anton Hügel
am 8 Mär. 2017
Bearbeitet: Anton Hügel
am 13 Mär. 2017
I try do construct a phylogenetic tree on basis of maximum parsimony (minimum evolution). The function seqlinkage can do this. Method choices are only UPGMA, single-linkage and others, but not the most basic: maximum parsimony. Is there another way to archieve this?
0 Kommentare
Akzeptierte Antwort
Luuk van Oosten
am 10 Mär. 2017
Bearbeitet: Luuk van Oosten
am 10 Mär. 2017
Dear Anton Huegel,
I am not really familiar with constructing phylogenetic trees in MATLAB, but I believe you could use the function seqneighjoin.
"A neighbor-joining tree can be built using the seqneighjoin function. Neighbor-joining trees use the pairwise distance calculated above [in the example] to construct the tree. This method performs clustering using the minimum evolution method."
So this seems to indicate that the minimum evolution method is in fact included in MATLAB's bioinformatics toolbox...
If this is not sufficient for you: It also seems there is another toolbox available (see also file exchange) made by Cai and co-workers called MBEToolbox, which focuses on sequence data analysis. I had a quick look at it and it seems that maximum parsimony is available there.
1 Kommentar
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Phylogenetic Analysis finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!