Normalize Expression Data in SCE/SPE Objects
normalize.Rd
Adds a normalized assay (cpm, logcpm, or
logpf) to a SingleCellExperiment or
SpatialExperiment. The original assay is left
unchanged. cpm computes counts per million,
logcpm is log(cpm + 1), and
logpf is
log((counts + 1) / (gene_mean + 1)) with gene-wise
means computed from counts + 1.