Description Usage Arguments Value
This function is a wrapper around CATALYST::plotExprHeatmap()
and
ComplexHeatmap::Heatmap()
that allows more styling flexibility.
1 2 3 4 5 6 7 8 9 10 11 12 |
sce |
SingleCellExperiment object. |
by |
Data to use in addition to markers. |
by_keep |
Elements to subset before plotting (no features). |
by_label |
Title to accompany annotation. |
by_colors |
Color to use in annotation. |
catalyst_args |
Extra arguments for |
heatmap_col |
A vector of colors to be interpolated. |
rescale_limits |
Output range (numeric vector of length two). |
special_text |
Logical. If TRUE |
... |
Arguments passed on to
|
A named list with three ComplexHeatmap::Heatmap()
objects:
normalized_heatmap: Use resulting matrix from
CATALYST::plotExprHeatmap()
without modification.
scaled_heatmap: Matrix scaled without center and then rescaled using
scales::rescale()
.
scaled_markerwise_heatmap: Matrix scaled without center and then
rescaled by each marker using scales::rescale()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.