View source: R/helper_functions.R
getSeuratRds | R Documentation |
read in seurat object .rds files as a named list of seurat object
getSeuratRds(metadata, sep)
metadata |
a metadata file indicating name, path to 'seurat' rds file |
sep |
sep of the metadata file |
a named list contains data name and the corresponding 'seurat' object
## Not run:
getSeuratRds(metadata = 'metadata.tsv', sep = '\t')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.