AudreH/Rmergetrees: Aggregating Trees

Aggregates a set of trees with the same leaves to create a consensus tree. The trees are typically obtained via hierarchical clustering, hence the hclust format is used to encode both the aggregated trees and the final consensus tree. The method is exact and proven to be O(nqlog(n)), n being the individuals and q being the number of trees to aggregate.

Getting started

Package details

MaintainerAudrey Hulot <audrey.hulot@inra.fr>
LicenseGPL (>= 2)
Version0.1.3
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("AudreH/Rmergetrees")
AudreH/Rmergetrees documentation built on July 10, 2019, 11:46 a.m.