View source: R/Seurat.Utils.Metadata.R
merge_seurat_metadata | R Documentation |
Merges the @metadata
from a list of Seurat objects, binds them by row, and applies optional inclusion/exclusion of columns.
merge_seurat_metadata(ls_obj, include_cols = NULL, exclude_cols = NULL)
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). |
A merged dataframe of metadata from all Seurat objects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.