cpm | R Documentation |
Counts per million
cpm(object, ...)
## S4 method for signature 'SingleCellExperiment'
cpm(object)
object |
Object. |
matrix
Updated 2022-03-02.
SingleCellExperiment::cpm()
.
edgeR::cpm()
.
scuttle::calculateCPM()
.
data(SingleCellExperiment_splatter, package = "AcidTest")
## SingleCellExperiment ====
object <- SingleCellExperiment_splatter
object <- AcidExperiment::estimateSizeFactors(object)
cpm <- cpm(object)
class(cpm)
mean(cpm)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.