aqm.qcstats {arrayQualityMetrics}R Documentation

Performs QCstats plot on AffyBatch.

Description

aqm.qcstats performs QCstats on objects of class AffyBatch and formats the output for aqm.plot usage.

Usage

 aqm.qcstats(expressionset, ...) 

Arguments

expressionset is an object of class AffyBatch
... Any arguments to qc

Value

An object of class aqmobj.qcs.

Author(s)

Audrey Kauffmann <audrey@ebi.ac.uk>

See Also

aqmobj.qcs

Examples

    library(ALLMLL)
    data(MLL.A)
    qm = aqm.qcstats(MLL.A)
    class(qm)
    aqm.plot(qm)

[Package arrayQualityMetrics version 2.2.3 Index]