getNormalizedCountsSE {deltaCaptureC} | R Documentation |
This function takes a SummarizedExperiment giving the the counts for each replicate of the two treatments and computes and affixes an assay giving the normalized version of these counts.
getNormalizedCountsSE(se)
se |
A SummarizedExperiment with an assay called counts giving the raw counts for each replicate of the two treatments. |
A SummarizedExperiment including a an assay of the normalized counts called normalizedCounts.
miniSENormalized = getNormalizedCountsSE(miniSE)