- Home
- Bioconductor 3.7
- Software Packages
- ComplexHeatmap
ComplexHeatmap
This package is for version 3.7 of Bioconductor; for the stable, up-to-date release version, see ComplexHeatmap.
Making Complex Heatmaps
Bioconductor version: 3.7
Complex heatmaps are efficient to visualize associations between different sources of data sets and reveal potential structures. Here the ComplexHeatmap package provides a highly flexible way to arrange multiple heatmaps and supports self-defined annotation graphics.
Author: Zuguang Gu
Maintainer: Zuguang Gu <z.gu at dkfz.de>
citation("ComplexHeatmap")):
Installation
To install this package, start R (version "3.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("ComplexHeatmap")
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("ComplexHeatmap")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.