Base classes and functions for parsing and exporting phylogenetic trees. 'treeio' supports parsing analysis findings from commonly used software packages, allows linking external data to phylogeny and merging tree data obtained from different sources. It also supports exporting phylogenetic tree with heterogeneous associated data to a single tree file.
Guangchuang YU https://guangchuangyu.github.io
School of Public Health, The University of Hong Kong
Get the released version from Bioconductor:
## try http:// if https:// URLs are not supported
source("https://bioconductor.org/biocLite.R")
## biocLite("BiocUpgrade") ## you may need this
biocLite("enrichplot")
Or the development version from github:
## install.packages("devtools")
devtools::install_github("GuangchuangYu/enrichplot")
We welcome any contributions! By participating in this project you agree to abide by the terms outlined in the Contributor Code of Conduct.