read.idat(idatfiles, bgxfile, dateinfo=FALSE, tolerance=0)
EListRaw-class
object with the following components:NumBeads
and STDEV
for each probe.readIDAT
and readBGX
from the illuminaio
package (Smith et al. 2013). The read.idat
function provides a convenient way to read these files.
into R and store them in an EListRaw-class
object (similar to read.ilmn
,
which imports data output by Illumina's GenomeStudio software) that can be used
by downstream processing functions in limma
.
Probe types are indicated in the Status
column of the genes
component of the EListRaw-class
object.
read.ilmn
imports gene expression data output by GenomeStudio. neqc
performs normexp by control background correction, log
transformation and quantile between-array normalization for
Illumina expression data.
propexpr
estimates the proportion of expressed probes in a microarray.
idatfiles = dir(pattern="idat")
bgxfile = dir(pattern="bgx")
data = read.idat(idatfiles, bgxfile)
propexpr(data)
datanorm = neqc(data)
Run the code above in your browser using DataLab