# load the three data sets needed for MethylMix
data(METcancer)
data(METnormal)
data(MAcancer)
# run methylmix on a small set of example data
MethylMixResults=MethylMix(METcancer,METnormal,MAcancer)
# try the parallel toolbox to speed up MethylMix modeling
MethylMixResults=MethylMix(METcancer,METnormal,MAcancer,Parallel=TRUE)
Run the code above in your browser using DataLab