View source: R/seuratFunctions.R
plotSeuratHeatmap | R Documentation |
plotSeuratHeatmap Modifies the heatmap plot object so it contains specified number of heatmaps in a single plot
plotSeuratHeatmap(plotObject, dims, ncol, labels)
plotObject |
plot object computed from runSeuratHeatmap() function |
dims |
numerical value of how many heatmaps to draw (default is 0) |
ncol |
numerical value indicating that in how many columns should the heatmaps be distrbuted (default is 2) |
labels |
list() of labels to draw on heatmaps |
modified plot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.