View source: R/computeLogCPM.R
computeNormCounts | R Documentation |
Compute normalized counts as counts per million
computeNormCounts(sce)
sce |
|
This function gives same result as edgeR::cpm(counts(sce), log=FALSE)
matrix of CPM values
also edgeR::cpm()
library(muscat)
library(SingleCellExperiment)
data(example_sce)
normcounts(example_sce) <- computeNormCounts(example_sce)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.