Plot cell counts per cluster
Source:R/AllGenerics.R
, R/plotCellCountsPerCluster-methods.R
plotCellCountsPerCluster.Rd
Plot cell counts per cluster
Usage
plotCellCountsPerCluster(object, ...)
# S4 method for SingleCellExperiment
plotCellCountsPerCluster(object, interestingGroups = NULL)
Arguments
- object
Object.
- interestingGroups
character
. Groups of interest to use for visualization. Corresponds to factors describing the columns of the object.- ...
Additional arguments.
Examples
data(SingleCellExperiment_Seurat, package = "AcidTest")
## SingleCellExperiment ====
object <- SingleCellExperiment_Seurat
plotCellCountsPerCluster(object)