plotCellCountsPerCluster | R Documentation |
Plot cell counts per cluster
plotCellCountsPerCluster(object, ...)
## S4 method for signature 'SingleCellExperiment'
plotCellCountsPerCluster(object, interestingGroups = NULL)
object |
Object. |
interestingGroups |
|
... |
Additional arguments. |
Show graphical output. Invisibly return ggplot
.
Updated 2023-08-10.
data(SingleCellExperiment_Seurat, package = "AcidTest")
## SingleCellExperiment ====
object <- SingleCellExperiment_Seurat
plotCellCountsPerCluster(object)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.