> > Another option we considered is to use bg.correct on a matrix of cel > intensities rather than on an affy.batch, how could I call > bg.correct(matrixofCelintensities)? Something like bgcorrected.intensities <- apply(matrixofCelintensities,2,bg.adjust) should work.