View source: R/Seurat.Utils.Visualization.R
scBarplotStackedMetaCateg_List | R Documentation |
Creates and saves a stacked barplot for a specified metadata category from a list of Seurat objects.
scBarplotStackedMetaCateg_List(ls.obj, meta.col, ...)
ls.obj |
List of Seurat objects. |
meta.col |
The metadata column name to be used for the barplot. |
... |
Additional arguments passed to |
A ggplot object representing the stacked barplot.
## Not run:
ls.obj <- list(obj, obj)
scBarplotStackedMetaCateg_List(ls.obj, meta.col = orig.ident)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.