Description Usage Arguments Details Value Examples
View source: R/deltaCaptureC.R
Get the mean normalized counts for each treatment
1 | getMeanNormalizedCountsSE(countsSE, byTreatment = "treatment")
|
countsSE |
A SummarizedExperiment containing an assay 'counts' and optionally an assay 'normalizedCounts' |
byTreatment |
= 'treatment' This gives the column of colData to use for taking averages |
This function takes a SummarizedExperiment. It looks for an assay called normalizedCounts. If this assay is missing, it creates it by normalizing using the size factors. By default, it takes the mean for each value of colData$treatment
A SummarizedExperiment giving mean normalized counts for each value of byTreatment
1 | meanNormalizedCountSE = getMeanNormalizedCountsSE(miniSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.