- Home
- Bioconductor 3.22
- Software Packages
- TreeAndLeaf
TreeAndLeaf
This is the released version of TreeAndLeaf; for the devel version, see TreeAndLeaf.
Displaying binary trees with focus on dendrogram leaves
Bioconductor version: Release (3.22)
The TreeAndLeaf package combines unrooted and force-directed graph algorithms in order to layout binary trees, aiming to represent multiple layers of information onto dendrogram leaves.
Author: Leonardo W. Kume, Luis E. A. Rizzardi, Milena A. Cardoso, Mauro A. A. Castro
Maintainer: Milena A. Cardoso <milenandreuzo at gmail.com>
citation("TreeAndLeaf")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("TreeAndLeaf")
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("TreeAndLeaf")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.