Description
Quantify the Balance of Phylogenetic Trees.
Description
Measures the degree of balance for a given phylogenetic tree by calculating the Total Cophenetic Index. Reference: A. Mir, F. Rossello, L. A. Rotger (2013). A new balance index for phylogenetic trees. Math. Biosci. 241, 125-136 <doi:10.1016/j.mbs.2012.10.005>.
README.md
TotalCopheneticIndex
R package implementing the Total Cophenetic Index measure of Mir et al. (2013). This package is now simply a wrapper for the function TotalCopheneticIndex()
in the package 'TreeTools'.
The total cophenetic index describes how balanced a phylogenetic tree is, by measuring the how deep the most recent common ancestor of each pair of leaves lies within the tree.
See also
This functionality is now available via the function TotalCopheneticIndex()
in the 'TreeTools' package, and via Rotger's (unmaintained?) package 'CollessLike'.
References
A. Mir, F. Rossello, L. A. Rotger, A new balance index for phylogenetic trees. Math. Biosci. 241, 125-136 (2013).