Description Usage Arguments See Also Examples
Plots logcounts
or counts
from an experiment for specified rows.
1 | plot_heatmap(mtx, rows = NULL, columns = NULL, ...)
|
mtx |
Matrix of |
rows |
names of rows to select for heatmap |
columns |
names of columns to select for heatmap |
... |
params for |
Other plot fuctions: add_stats
,
plot_pcvariance
1 2 3 4 | mtx <- SingleCellExperiment::logcounts(fsce_small[["haircut"]])
rows <- paste("Uracil", 1:61, sep = "_")
plot_heatmap(mtx, rows, name = "Uracil")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.