pumaComb function instead, which can work directly on ExpressionSet objects, and can automatically determine which arrays are replicates.
bcomb(e, se, replicates, method=c("map","em"),  gsnorm=FALSE, nsample=1000, eps=1.0e-6)Liu,X., Milo,M., Lawrence,N.D. and Rattray,M. (2006) Probe-level variances improve accuracy in detecting differential gene expression, Bioinformatics, 22:2107-2113.
pumaComb, mmgmos and pplr  data(exampleE)
  data(exampleStd)
  r<-bcomb(exampleE,exampleStd,replicates=c(1,1,1,2,2,2),method="map")
Run the code above in your browser using DataLab