plot_heatmap: Heatmap of signals

Description Usage Arguments See Also Examples

View source: R/plots.R

Description

Plots logcounts or counts from an experiment for specified rows.

Usage

1
plot_heatmap(mtx, rows = NULL, columns = NULL, ...)

Arguments

mtx

Matrix of logcounts or counts

rows

names of rows to select for heatmap

columns

names of columns to select for heatmap

...

params for ComplexHeatmap::Heatmap

See Also

Other plot fuctions: add_stats, plot_pcvariance

Examples

1
2
3
4
mtx <- SingleCellExperiment::logcounts(fsce_small[["haircut"]])
rows <- paste("Uracil", 1:61, sep = "_")

plot_heatmap(mtx, rows, name = "Uracil")

hesselberthlab/scrunchy documentation built on Nov. 11, 2019, 2:29 p.m.