Description Usage Arguments Value
Save a Seurat Object into SCEmbroider files. These file is used when loading new data in SCEmbroider program. Runs PCA, TSNE, UMAP if do not exists.
1 | saveSCEFile(object, path, assay = "RNA", dims = 1:5, cluster.id = NULL)
|
object |
A Seurat object |
path |
Path of directory to save files |
assay |
Name of Assay to make files |
dims |
Which dimensions to use as input features (Only if pca, tsne or umap is missing) |
cluster.id |
If set, save name of the cluster idents with this column instead of default idents |
A Seurat object modified in this function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.