View source: R/export_seurat_to_shiny_scCluster.R
Exports data from a Seurat object to the formats required by scCluster_genap2
1 2 3 4 5 6 7 | export_seurat_to_shiny_scCluster(
seurat_object,
seurat_object_version = "v3",
embedding_used = "UMAP",
data_slot = "RNA",
export_dir = "."
)
|
seurat_object |
The Seurat object to be processed. |
seurat_object_version |
Version of the seurat object. Either v2 or v3. Default = v3 |
embedding_used |
Dimensional reduction technique used.Either 'UMAP' or 'TSNE'. Default = 'UMAP'. |
data_slot |
Data slot to extract the normalized data from. Either 'RNA' or 'SCT'. Default = 'RNA'. |
export_dir |
Directory to store the exported files into. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.