View source: R/seuratFunctions.R
convertSeuratToSCE | R Documentation |
convertSeuratToSCE Converts the input seurat object to a sce object
convertSeuratToSCE(
seuratObject,
normAssayName = "seuratNormData",
scaledAssayName = "seuratScaledData"
)
seuratObject |
Input Seurat object |
normAssayName |
Name of assay to store the normalized data. Default
|
scaledAssayName |
Name of assay to store the scaled data. Default
|
SingleCellExperiment
output object
data(scExample, package = "singleCellTK")
seurat <- convertSCEToSeurat(sce)
sce <- convertSeuratToSCE(seurat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.