I am Poojitha Rajasekar, a micro-array data analyst. I have been trying to use BMIQ normalisation on a HM450K dataset. The BMIQ function in wateRmelon seems to work for the example data 'melon', but gives an error message when used with my data. My data is a methylumiSet similar to the example data 'melon'. I am not sure what is going wrong. Can anyone help me with this?
# works fine
umiMethy_BMIQ<-BMIQ(melon,nfit=100)
# does not work with my data 'lumiMethy'
lumiMethy_BMIQ<-BMIQ(lumiMethy,nfit=100)
Error in `[.data.frame`(object@featureData@data, , ds) :
undefined columns selected
#Information provided in wateRmelon documentation
https://www.bioconductor.org/packages/devel/bioc/manuals/wateRmelon/man/wateRmelon.pdf
Thank you Tyler! That was very helpful. I got it to work after I created MethylumiSet from IDAT files.