Description Usage Arguments Examples
View source: R/export_data_from_seurat.R
This simple function will save the raw UMI matrix (seurat_object@raw.data), the normalized UMI matrix (seurat_object@data) and the metadata (seurat_object@meta.data) from the Seurat object into tab separated files.
1 | export_data_from_seurat(seurat_object, output_dir = ".")
|
seurat_object |
The S4 Seurat object which contains filtered and normalized cells in the data slot. |
output_dir |
Directory where the data tables will be saved. |
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.