aqm.qcstats {arrayQualityMetrics} | R Documentation |
aqm.qcstats
performs QCstats on objects of class
AffyBatch
and formats the output for
aqm.plot
usage.
aqm.qcstats(expressionset, ...)
expressionset |
is an object of
class AffyBatch |
... |
Any arguments to qc |
An object of class aqmobj.qcs
.
Audrey Kauffmann <audrey@ebi.ac.uk>
library(ALLMLL) data(MLL.A) qm = aqm.qcstats(MLL.A) class(qm) aqm.plot(qm)