plotCellCounts | R Documentation |
Plot cell counts
plotCellCounts(object, ...)
## S4 method for signature 'SingleCellExperiment'
plotCellCounts(
object,
assay = 1L,
interestingGroups = NULL,
labels = list(title = "Cell counts", subtitle = NULL, x = NULL, y = "cells")
)
object |
Object. |
assay |
|
interestingGroups |
|
labels |
|
... |
Additional arguments. |
ggplot
.
Updated 2023-08-10.
Michael Steinbaugh, Rory Kirchner
data(SingleCellExperiment_splatter, package = "AcidTest")
## SingleCellExperiment ====
object <- SingleCellExperiment_splatter
plotCellCounts(object)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.