View source: R/cds_dimred_to_seurat.R
cds_dimred_to_seurat | R Documentation |
cds may have been created by monocle3.
cds_dimred_to_seurat(
cds,
SO,
reductions = NULL,
suffix = "monocle",
assay = "RNA"
)
cds |
a cell data set |
SO |
an Seurat object |
reductions |
which reductions to copy; must be one or multiple of names(SingleCellExperiment::reducedDims(cds)) |
suffix |
which suffix to add to the reduction names in the Seurat object |
assay |
which assay the dimension reduction were originally based on; must be one of names(SO@assays) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.