View source: R/access_data_seurat.R
access_data_seurat | R Documentation |
Extract cell-level meta data and count matrix from Seurat object
access_data_seurat(seurat_obj, reduction = "umap", output_dir)
seurat_obj |
A Seurat object |
reduction |
Extract x,y coordinates from a type of dimension reduction. If run default |
output_dir |
An output directory |
A list of filtered inputs:
count: a filtered count matrix
cell_meta: a cell-level metadata
phylo_tree: phylogenetic tree
Boyang Zhang <bzhang34@jhu.edu>, Hongkai Ji
## Not run:
access_data_seurat(seurat_object,reduction = 'umap')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.