## Read in sample information
samps <- read.table(system.file("extdata/samples.txt",
package = "methylumi"),sep="t",header=TRUE)
## Perform the actual data reading
## This is an example of reading data from an
## Sentrix Array format file (actually two files,
## one for data and one for QC probes)
mldat <- methylumiR(system.file('extdata/exampledata.samples.txt',package='methylumi'),
qcfile=system.file('extdata/exampledata.controls.txt',package="methylumi"),
sampleDescriptions=samps)
mldat
Run the code above in your browser using DataLab