scBarplotStackedMetaCateg_List: Stacked Barplot of Metadata Categories for List of Seurat...

View source: R/Seurat.Utils.Visualization.R

scBarplotStackedMetaCateg_ListR Documentation

Stacked Barplot of Metadata Categories for List of Seurat Objects

Description

Creates and saves a stacked barplot for a specified metadata category from a list of Seurat objects.

Usage

scBarplotStackedMetaCateg_List(ls.obj, meta.col, ...)

Arguments

ls.obj

List of Seurat objects.

meta.col

The metadata column name to be used for the barplot.

...

Additional arguments passed to ggExpress::qbarplot.df.

Value

A ggplot object representing the stacked barplot.

Examples

## Not run: 
ls.obj <- list(obj, obj)
scBarplotStackedMetaCateg_List(ls.obj, meta.col = orig.ident)

## End(Not run)


vertesy/Seurat.utils documentation built on Dec. 4, 2024, 5:20 p.m.