Description Usage Arguments Value Examples
View source: R/seuratFunctions.R
convertSeuratToSCE Converts the input seurat object to a sce object
1 2 3 4 5 | 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
1 2 3 | 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.