Learn R Programming

arrayQuality (version 1.50.0)

prepdata: Compute useful summary statistics from a data object.

Description

prepdata computes summary statistics that are useful for all platforms; prepaffy computes Affymetrix-specific ones. These are helper functions used by arrayQualityMetrics.

Usage

prepdata(expressionset, intgroup, do.logtransform)
prepaffy(expressionset, x)

Arguments

expressionset
An object of class ExpressionSet for one colour non Affymetrix data, AffyBatch for Affymetrix data, NChannelSet for two colour arrays, or BeadLevelList for Illumina bead arrays.
intgroup, do.logtransform
x
A list, typically the result from a prior call to prepdata.

Value

  • A list with various derived quantities. In the case of prepaffy, the returned list is x with the additional elements appended.

Details

See the vignette Working with arrayQualityMetrics report sections.