Learn R Programming

minfi (version 1.18.4)

read.450k: Parsing IDAT files from Illumina methylation arrays.

Description

Parsing IDAT files from Illumina methylation arrays.

Usage

read.450k(basenames, extended = FALSE, verbose = FALSE)

Arguments

basenames
The basenames or filenames of the IDAT files. By basenames we mean the filename without the ending _Grn.idat or _Red.idat (such that each sample occur once). By filenames we mean filenames including _Grn.idat or _Red.idat (but only one of the colors)
extended
Should a RGChannelSet or a RGChannelSetExtended be returned.
verbose
Should the function be verbose?

Value

An object of class RGChannelSet or RGChannelSetExtended.

See Also

read.450k.exp for a convenience function for reading an experiment, read.450k.sheet for reading a sample sheet and RGChannelSet for the output class.

Examples

Run this code
## Not run: 
# if(require(minfiData)) {
# 
# baseDir <- system.file("extdata", package = "minfiData")
# RGSet <- read.450k(file.path(baseDir, "5723646052",
#     c("5723646052_R02C02", "5723646052_R04C01")))
# 
# }
# ## End(Not run)

Run the code above in your browser using DataLab