read_idats.Rd
Read .idat files
read_idats(idat_files, quiet = FALSE)
Character vector of relative or absolute filepaths, but without the suffixes '_Grn.idat' and '_Red.idat'. IDATs for red and green channel must have the same prefix and be stored in the same folder. E.g., a sample with the idats 200607110235_R01C01_Red.idat and 200607110235_R01C01_Grn.idat would be passed to read_idats
as "200607110235_R01C01".
If TRUE, suppresses the progress bar (useful for RMarkdown scripts).
A list containing
A data.table describing the probes
intensities of targeting methylated sequences
intensities of targeting unmethylated sequences
number of beads from which average intensities in M were derived
number of beads from which average intensities in U were derived
Intensities of the control probes in the green color channel
Intensities of the control probes in the red color channel
A data.table containing unique sample_ids and metadata
if (FALSE) {
read_idats('9976861004_R01C01')
}