- Home
- Bioconductor 3.23
- Software Packages
- Heatplus (development version)
Heatplus
This is the development version of Heatplus; for the stable release version, see Heatplus.
Heatmaps with row and/or column covariates and colored clusters
Bioconductor version: Development (3.23)
Display a rectangular heatmap (intensity plot) of a data matrix. By default, both samples (columns) and features (row) of the matrix are sorted according to a hierarchical clustering, and the corresponding dendrogram is plotted. Optionally, panels with additional information about samples and features can be added to the plot.
Author: Alexander Ploner <Alexander.Ploner at ki.se>
Maintainer: Alexander Ploner <Alexander.Ploner at ki.se>
citation("Heatplus")):
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("Heatplus")
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("Heatplus")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.