- Home
- Bioconductor 3.8
- Software Packages
- EnrichedHeatmap
EnrichedHeatmap
This package is for version 3.8 of Bioconductor; for the stable, up-to-date release version, see EnrichedHeatmap.
Making Enriched Heatmaps
Bioconductor version: 3.8
Enriched heatmap is a special type of heatmap which visualizes the enrichment of genomic signals on specific target regions. Here we implement enriched heatmap by ComplexHeatmap package. Since this type of heatmap is just a normal heatmap but with some special settings, with the functionality of ComplexHeatmap, it would be much easier to customize the heatmap as well as concatenating to a list of heatmaps to show correspondance between different data sources.
Author: Zuguang Gu
Maintainer: Zuguang Gu <z.gu at dkfz.de>
citation("EnrichedHeatmap")):
Installation
To install this package, start R (version "3.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("EnrichedHeatmap")
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("EnrichedHeatmap")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.