View source: R/ExportSeuratMeta.R
ExportSeuratMeta | R Documentation |
Export meta data files for RNA velocity, CellRank, Scanpy, and other python based analysis
ExportSeuratMeta(seurat, clus_ident, sample_ident, dir = "")
seurat |
Path to Seurat .rds file |
clus_ident |
Identity for clusters. Normally 'seurat_clusters' but can be any identity. I generally use 'annotations' to store cluster annotations |
sample_ident |
Identity for samples. Genereally 'orig.ident' |
dir |
Directory to output .csv files |
.csv files with cell by embeddings and clusters. .csv file with color palette for plotting in scVelo, CellRank, etc.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.