plotSeuratHeatmap Modifies the heatmap plot object so it contains specified number of heatmaps in a single plot

plotSeuratHeatmap(plotObject, dims, ncol, labels)

Arguments

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

Value

modified plot object