Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ms609/tci
R package to calculate the Total Cophenetic Index of Mir et al. 2013
https://github.com/ms609/tci
Last synced: 7 days ago
JSON representation
R package to calculate the Total Cophenetic Index of Mir et al. 2013
- Host: GitHub
- URL: https://github.com/ms609/tci
- Owner: ms609
- Created: 2016-03-23T10:08:18.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-06-23T18:14:41.000Z (over 3 years ago)
- Last Synced: 2024-12-23T21:13:57.566Z (27 days ago)
- Language: R
- Homepage:
- Size: 45.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![CRAN Status Badge](https://www.r-pkg.org/badges/version/TotalCopheneticIndex)](https://cran.r-project.org/package=TotalCopheneticIndex)
[![CRAN Downloads](https://cranlogs.r-pkg.org/badges/TotalCopheneticIndex)](https://cran.r-project.org/package=TotalCopheneticIndex)
[![DOI](https://zenodo.org/badge/54549731.svg)](https://zenodo.org/badge/latestdoi/54549731)
[![Project Status: Inactive - The project has reached a stable, usable state but is no longer being actively developed; support/maintenance will be provided as time allows.](https://www.repostatus.org/badges/latest/inactive.svg)](https://www.repostatus.org/#inactive)# 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](https://ms609.github.io/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()`](https://ms609.github.io/TreeTools/reference/TotalCopheneticIndex.html) in the
'[TreeTools](https://ms609.github.io/TreeTools/)' package, and via Rotger's
(unmaintained?) package
'[CollessLike](https://github.com/LuciaRotger/CollessLike)'.# References
A. Mir, F. Rossello, L. A. Rotger, A new balance index for phylogenetic trees.
_Math. Biosci._ 241, 125-136 (2013).