Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.63 KB

File metadata and controls

45 lines (30 loc) · 1.63 KB

tidytree: A Tidy Tool for Phylogenetic Tree Data Manipulation

CRAN_Status_Badge

Phylogenetic trees contain components such as nodes, edges, branches, and associated data. As the core data manipulation tool in the ‘ggtree’ ecosystem, ‘tidytree’ provides tools for converting tree objects to tidy data frames and tidy interfaces for manipulating, analyzing, and visualizing tree data.

Visit https://yulab-smu.top/treedata-book-2ed/ for details.

✍️ Author

Guangchuang YU

School of Basic Medical Sciences, Southern Medical University

https://yulab-smu.top

⏬ Installation

Get the released version from CRAN:

install.packages("tidytree")

Or the development version from github:

remotes::install_github("GuangchuangYu/tidytree")

💖 Contributing

We welcome any contributions! By participating in this project you agree to abide by the terms outlined in the Contributor Code of Conduct.