View source: R/scater_logNormCounts.R
scaterlogNormCounts | R Documentation |
scaterlogNormCounts Uses logNormCounts to log normalize input data
scaterlogNormCounts(
inSCE,
assayName = "ScaterLogNormCounts",
useAssay = "counts"
)
inSCE |
Input SingleCellExperiment object |
assayName |
New assay name for log normalized data |
useAssay |
Input assay |
inSCE Updated SingleCellExperiment object that contains the new log normalized data
Irzam Sarfraz
data(sce_chcl, package = "scds")
sce_chcl <- scaterlogNormCounts(sce_chcl,"logcounts", "counts")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.