powered by
Plot k-means clusters
KMeansHeatmap(object, cells.use = object@cell.names, genes.cluster = NULL, max.genes = 1e+06, slim.col.label = TRUE, remove.key = TRUE, row.lines = TRUE, ...)
A Seurat object
Cells to include in the heatmap
Clusters to include in heatmap
Maximum number of genes to include in the heatmap
Instead of displaying every cell name on the heatmap, display only the identity class name once for each group
Removes teh color key from the plot
Color separations of clusters
Extra parameters to DoHeatmap
DoHeatmap
# NOT RUN { pbmc_small <- DoKMeans(object = pbmc_small, k.genes = 3) KMeansHeatmap(object = pbmc_small) # }
Run the code above in your browser using DataLab