#MethyLumiSet method
data(melon)
sex <- pData(melon)$sex
melon.sextest<-sextest(betas(melon),sex)
#MethyLumiSet method with quality control step
data(melon)
melon.dasen <- dasen(melon)
sex <- pData(melon.dasen)$sex
melon.sextest<-sextest(betas(melon.dasen),sex)
Run the code above in your browser using DataLab