hansenlab / minfi

Devel repository for minfi
58 stars 68 forks source link

Error in read.metharray.exp() function #123

Closed alna closed 6 years ago

alna commented 6 years ago

I'm trying to use minfi's read.metharray.exp() function to read targets, sample sheet contains 9 samples of E and U groups and 6 samples from C group,totally 24 samples but i get this error: codes: baseDir<-"C:/Nadia/mdata" targets=read.metharray.sheet(baseDir) RGSet=read.metharray.exp(targets=targets)

Error in xx$Quants[commonAddresses, "Mean"] : subscript out of bounds

PeteHaitch commented 6 years ago

This sort of question is better posted to https://support.bioconductor.org/. It really helps if you can include a minimal reproducible example. Please take a look at http://www.bioconductor.org/help/support/posting-guide/ which will help people trying to help you.