View source: R/deltaCaptureC.R
getNormalizedCountsSE | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.