comparing phylogenetic trees
I have two trees. I want to compare them to a third tree, to see which of the two is more similar to the third one. is there an easy way to do it? thanks!
• 2,376 views
•
link
2 answers
I like using the compare function of the ete3 toolkit.
You can measure the Robinson-Foulds metric for each tree vs every other tree and see which one has the lower RF value.
This question has been asked a few times on the forum BTW, so try using the search bar to find previous threads - it should be pretty simple.
• 0 views
•
link
Have a look. Might be useful for you.Compare PhylogeneticTrees
• 0 views
•
link
Log in to answer this question.