monocle3_to_seurat | R Documentation |
Conver Monocle3 cell data set to a Seurat object. For a variety of reasons, the recommendations are to use this funciont only to generate skeleton Seurat objects that can be used for plotting and not much else. The resulting object will not contain PCA reducitons or nearest neighbor graphs.
monocle3_to_seurat( cds, seu_rd = "umap", mon_rd = "UMAP", assay_name = "RNA", row.names = "gene_short_name", normalize = T )
seu_rd |
Reduced dimname for seurat ('i.e. UMAP') |
mon_rd |
Reduced dimname for monocle3 ('i.e. UMAP') |
assay_name |
Name of data slot ('i.e. RNA') |
row.names |
rowData column to use as rownames for Seurat object |
seu |
Seurat Object |
a cell_data_set object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.