Entering edit mode
7.5 years ago
niutster
▴
110
Hi, I am using minfi 1.23 with this code but i get below error while in the older version which uses reas.450k.exp() there was not any error.
library(minfi)
library(seqlm)
library(wateRmelon)
require(IlluminaHumanMethylation450kmanifest)
require(minfi)
baseDir<-"C:/mdata"
targ<-read.metharray.sheet(baseDir)
RGSet<-read.metharray.exp (targets = targ)
Error in xx$Quants[commonAddresses, "Mean"] : subscript out of bounds