This functions reads the content of Affymetrix ARR sample attribute files created by GeneChip(R) Command Console. Objects are represented as R classes. Navigation and extraction of data are described in the vignette `Retrieving MAGE and ARR sample attributes'.
readArr(fls, ...)
ArrayFileSet
, depending
on whether one or several file paths are provided.
The vignette `Retrieving MAGE and ARR sample attributes' for detailed illustration of use.
dir <- system.file("extdata", "ARR", package="AffyCompatible")
fls <- list.files(dir, full=TRUE)
readArr(fls[[1]])
readArr(fls)
Run the code above in your browser using DataLab