- Home
- Bioconductor 3.23
- Software Packages
- ggtree (development version)
ggtree
This is the development version of ggtree; for the stable release version, see ggtree.
an R package for visualization of tree and annotation data
Bioconductor version: Development (3.23)
'ggtree' extends the 'ggplot2' plotting system which implemented the grammar of graphics. 'ggtree' is designed for visualization and annotation of phylogenetic trees and other tree-like structures with their annotation data.
Author: Guangchuang Yu [aut, cre, cph] ORCID iD ORCID: 0000-0002-6485-8781 , Tommy Tsan-Yuk Lam [aut, ths], Shuangbin Xu [aut] ORCID iD ORCID: 0000-0003-3513-5362 , Lin Li [ctb], Bradley Jones [ctb], Justin Silverman [ctb], Watal M. Iwasaki [ctb], Yonghe Xia [ctb], Ruizhu Huang [ctb]
Maintainer: Guangchuang Yu <guangchuangyu at gmail.com>
citation("ggtree")):
Installation
To install this package, start R (version "4.6") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
BiocManager::install("ggtree")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("ggtree")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.