Indeed, for ST arrays, you should use the oligo package, not affy
• 0 views
•
link
I have downloaded a database from GEO using getGEO and then converted it into ExpressionSets using GDS2eSet. Now I am trying to normalize it using rma. It gives me error :unable to find an inherited method for function ‘probeNames’ for signature ‘"ExpressionSet". Which function I showed use to normalize the expression set ?
a1<-getGEO('GDS4758', destdir=".")
eset<- GDS2eSet(a1, do.log2=TRUE)
eset1<-rma(eset)
Indeed, for ST arrays, you should use the oligo package, not affy
Log in to answer this question.
The platform for GDS4758 is GENE ST array. For ST array normalization 'oligo' package is used. So e.rempel's suggestion below should work. Check this webpage http://homer.ucsd.edu/homer/basicTutorial/affymetrix.html (see "Newer Affymetrix Arrays (Gene ST arrays, etc.")