merge_seurat_metadata: Merge Seurat Metadata

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

merge_seurat_metadataR Documentation

Merge Seurat Metadata

Description

Merges the ⁠@metadata⁠ from a list of Seurat objects, binds them by row, and applies optional inclusion/exclusion of columns.

Usage

merge_seurat_metadata(ls_obj, include_cols = NULL, exclude_cols = NULL)

Arguments

ls_obj

A list of Seurat objects.

include_cols

A character vector of column names to include (default NULL for all columns).

exclude_cols

A character vector of column names to exclude (default NULL for no exclusions).

Value

A merged dataframe of metadata from all Seurat objects.


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