scaterlogNormCounts {singleCellTK} | 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")