Skip to content
Prev 255764 / 398506 Next

converting affybatch object to matrix

Use exprs on the output from RMA (or another method you like)

library("affy")
myData <-ReadAffy()
myRMA <- rma(myData)
e = exprs(myRMA)

Also, check out the  Bioconductor mailing list where
Bioconductor-related topics are discussed.


On Fri, Apr 1, 2011 at 9:54 AM, Landes, Ezekiel
<Ezekiel_Landes at hms.harvard.edu> wrote: