getMeanNormalizedCountsSE: Make mean treatment summarized experiment:

Description Usage Arguments Details Value Examples

View source: R/deltaCaptureC.R

Description

Get the mean normalized counts for each treatment

Usage

1
getMeanNormalizedCountsSE(countsSE, byTreatment = "treatment")

Arguments

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

Details

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

Value

A SummarizedExperiment giving mean normalized counts for each value of byTreatment

Examples

1
meanNormalizedCountSE = getMeanNormalizedCountsSE(miniSE)

deltaCaptureC documentation built on Nov. 8, 2020, 5:31 p.m.