Description Usage Arguments Value Author(s) Examples
View source: R/scater_logNormCounts.R
scater_logNormCounts Uses logNormCounts to log normalize input data
1 2 3 4 5 | scater_logNormCounts(
inSCE,
logAssayName = "ScaterLogNormCounts",
useAssay = "counts"
)
|
inSCE |
Input SingleCellExperiment object |
logAssayName |
New assay name for log normalized data |
useAssay |
Input assay |
inSCE Updated SingleCellExperiment object that contains the new log normalized data
Irzam Sarfraz
1 2 | data(sce_chcl, package = "scds")
sce_chcl <- scater_logNormCounts(sce_chcl,"logcounts", "counts")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.