- Home
- Bioconductor 3.23
- Software Packages
- InteractiveComplexHeatmap (development version)
InteractiveComplexHeatmap
This is the development version of InteractiveComplexHeatmap; for the stable release version, see InteractiveComplexHeatmap.
Make Interactive Complex Heatmaps
Bioconductor version: Development (3.23)
This package can easily make heatmaps which are produced by the ComplexHeatmap package into interactive applications. It provides two types of interactivities: 1. on the interactive graphics device, and 2. on a Shiny app. It also provides functions for integrating the interactive heatmap widgets for more complex Shiny app development.
Author: Zuguang Gu [aut, cre] ORCID iD ORCID: 0000-0002-7395-8709
Maintainer: Zuguang Gu <z.gu at dkfz.de>
citation("InteractiveComplexHeatmap")):
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("InteractiveComplexHeatmap")
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("InteractiveComplexHeatmap")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.