View source: R/scanpyFunctions.R
runScanpyScaleData | R Documentation |
runScanpyScaleData Scales the input sce object according to the input parameters
runScanpyScaleData(
inSCE,
useAssay = "scanpyNormData",
scaledAssayName = "scanpyScaledData"
)
inSCE |
(sce) object to scale |
useAssay |
Assay containing normalized counts to scale. |
scaledAssayName |
Name of new assay containing scaled data. Default
|
Scaled SingleCellExperiment
object
data(scExample, package = "singleCellTK")
## Not run:
sce <- runScanpyNormalizeData(sce, useAssay = "counts")
sce <- runScanpyScaleData(sce, useAssay = "scanpyNormData")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.