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