Is it possible to seqlinkage with a maximum parsimony or minimum evolution method?

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?

 채택된 답변

Luuk van Oosten
Luuk van Oosten 2017년 3월 10일
편집: Luuk van Oosten 2017년 3월 10일
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.
Edit: some more on Cai's MBEToolbox: here

댓글 수: 1

Dear Luuk van Oosten,
thank you very much for your quick response. seqneighjoin will do the trick. And I will totally take a look at the toolbox you mentioned, it seems to have great functionality in this topic.
Thank you very much again, all the best Anton Hügel

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Genomics and Next Generation Sequencing에 대해 자세히 알아보기

질문:

2017년 3월 8일

편집:

2017년 3월 13일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by