- Home
- Bioconductor 3.6
- Software Packages
- Heatplus
Heatplus
This package is for version 3.6 of Bioconductor; for the stable, up-to-date release version, see Heatplus.
Heatmaps with row and/or column covariates and colored clusters
Bioconductor version: 3.6
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 "3.4") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
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.