plotStackedBarPlot | R Documentation |
Plot stacked bar plot
plotStackedBarPlot(object, ...)
## S4 method for signature 'SingleCellExperiment'
plotStackedBarPlot(
object,
absolute = FALSE,
interestingGroups = NULL,
labels = NULL
)
object |
Object. |
absolute |
|
interestingGroups |
|
labels |
|
... |
Additional arguments. |
ggplot
.
Updated 2022-03-05.
data(SingleCellExperiment_Seurat, package = "AcidTest")
## SingleCellExperiment ====
object <- SingleCellExperiment_Seurat
plotStackedBarPlot(object)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.