sechm
This package is for version 3.13 of Bioconductor; for the stable, up-to-date release version, see sechm.
sechm: Complex Heatmaps from a SummarizedExperiment
Bioconductor version: 3.13
sechm provides a simple interface between SummarizedExperiment objects and the ComplexHeatmap package. It enables plotting annotated heatmaps from SE objects, with easy access to rowData and colData columns, and implements a number of features to make the generation of heatmaps easier and more flexible. These functionalities used to be part of the SEtools package.
Author: Pierre-Luc Germain [cre, aut]
Maintainer: Pierre-Luc Germain <pierre-luc.germain at hest.ethz.ch>
citation("sechm")):
Installation
To install this package, start R (version "4.1") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("sechm")
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("sechm")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.