getSeuratRds {scOntoMatch} | R 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)
[Package scOntoMatch version 0.1.1 Index]