QC {beadarray}R Documentation

Illumina quality control data

Description

An object of type AssayData containing quality control information for the example whole genome experiment.

The object has slots, Signal, StDev and Detection which are the average intensity, bead standard error and detection score for a variety of different controls placed on each array. The column names of the Signal, StDev and Detection matrices are the names of each control used. Refer to the Illumina documentation for a description of the controls.

Usage

data(BSData)

See Also

readQC

Examples

data(BSData)
names(BSData@QC)

[Package beadarray version 1.6.0 Index]