Polytomies and tree comparison
1
1
Entering edit mode
8.1 years ago
Lee Katz ★ 3.1k

Hi, I want to compare trees using some standard metrics. However, the metrics give crazy values when they come across polytomies. They give heavy penalties for small differences in the polytomy. The online literature usually advises you to split them randomly or to split them in the order that they appear in the tree, but again, this causes small changes that cause heavy penalties in the metrics.

major edit: After talking with a colleague, the problem can be simplified to collapsing low-confidence ancestor nodes and sorting polytomies. Does anyone have any code to do that in either R or Perl? (or other!?)

phylogeny polytomy bioperl ape tree-comparison • 2.2k views
ADD COMMENT
0
Entering edit mode
8.0 years ago
jhc ★ 3.0k

ETE has an experimental option to expand polytomies into all possible binary trees during tree comparison (i.e. Robinson-Foulds). The best score after comparing all combinations of binary trees is reported.

However, the method will explote with more than a few multifurcations or large topologies, so only useful for small trees.

This feature is not documented yet, but is part of the latest version. Check the expand_polytomies flag in the following functions:

ADD COMMENT

Login before adding your answer.

Traffic: 2093 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6