Description Usage Arguments Value Examples
View source: R/seuratFunctions.R
seuratSCTransform Runs the SCTransform function to transform/normalize the input data
1 | seuratSCTransform(inSCE, normAssayName = "SCTCounts", useAssay = "counts")
|
inSCE |
Input SingleCellExperiment object |
normAssayName |
Name for the output data assay. Default |
useAssay |
Name for the input data assay. Default |
Updated SingleCellExperiment object containing the transformed data
1 2 | data(sce_chcl, package = "scds")
sce_chcl <- seuratSCTransform(sce_chcl, "SCTCounts", "counts")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.