seuratHeatmapPlot {singleCellTK} | R Documentation |
seuratHeatmapPlot Modifies the heatmap plot object so it contains specified number of heatmaps in a single plot
seuratHeatmapPlot(plotObject, dims, ncol, labels)
plotObject |
plot object computed from seuratComputeHeatmap() 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