Automated Deep-Time Phylogenetic Tree Collapsing and Visualization
Version: 1.1.5
Rclade provides a single-function pipeline for automated collapsing and visualization of large phylogenetic trees with geological timescales.
The GitHub repository is at https://github.com/zengzichao/Rclade. Report issues at https://github.com/zengzichao/Rclade/issues.
From the fixed GitHub release tag (requires the remotes package):
remotes::install_github("zengzichao/Rclade@v1.1.5")
Or from a downloaded release tarball (GitHub Releases / Zenodo archive):
install.packages("Rclade_1.1.5.tar.gz", repos = NULL, type = "source")
library(Rclade)
data(example_tree)
p <- plot_timetree(example_tree, rank = "phylum", add_timescale = FALSE)
print(p)
Zeng Z (2026). Rclade: automated taxonomic collapsing and geological-timescale annotation of time-calibrated phylogenetic trees in R. bioRxiv. doi:10.64898/2026.08.27.747462
MIT + file LICENSE
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.