Learn R Programming

Seurat (version 2.0.0)

KMeansHeatmap: Plot k-means clusters

Description

Plot k-means clusters

Usage

KMeansHeatmap(object, cells.use = object@cell.names, genes.cluster = NULL,
  max.genes = 1e+06, slim.col.label = TRUE, remove.key = TRUE,
  row.lines = TRUE, ...)

Arguments

object

A Seurat object

cells.use

Cells to include in the heatmap

genes.cluster

Clusters to include in heatmap

max.genes

Maximum number of genes to include in the heatmap

remove.key

Removes teh color key from the plot

row.lines

Color separations of clusters

...

Extra parameters to DoHeatmap

slim.col.labels

Instead of displaying every cell name on the heatmap, display only the identity class name once for each group

See Also

DoHeatmap