getSeuratRds: read in seurat object .rds files as a named list of seurat...

View source: R/helper_functions.R

getSeuratRdsR Documentation

read in seurat object .rds files as a named list of seurat object

Description

read in seurat object .rds files as a named list of seurat object

Usage

getSeuratRds(metadata, sep)

Arguments

metadata

a metadata file indicating name, path to 'seurat' rds file

sep

sep of the metadata file

Value

a named list contains data name and the corresponding 'seurat' object

Examples

## Not run: 
getSeuratRds(metadata = 'metadata.tsv', sep = '\t')

## End(Not run)

scOntoMatch documentation built on Nov. 2, 2023, 5:20 p.m.