getArrayStats {BeadExplorer}R Documentation

Get QC values for a BeadChip

Description

Obtain various QC values for a BeadChip

Usage

getArrayStats(beadData, beadQC)

Arguments

beadData Object of class beadData-class
beadQC Object of class beadQC-class

Details

QC values are returned that are similar to those that are written to the log file.

Value

A list containing QC values

Note

Author(s)

Gareth Elvidge gareth.elvidge@well.ox.ac.uk

See Also

See Also as help

Examples

data(examplebeadData)
data(examplebeadQC)
getArrayStats(examplebeadData,examplebeadQC)

[Package BeadExplorer version 1.2.0 Index]