- Home
- Bioconductor 3.23
- Software Packages
- TreeAndLeaf (development version)
TreeAndLeaf
This is the development version of TreeAndLeaf; for the stable release version, see TreeAndLeaf.
Displaying binary trees with focus on dendrogram leaves
Bioconductor version: Development (3.23)
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.6") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
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.