| validCEL {crlmm} | R Documentation |
Reads cel files and return an error if a file is not read
validCEL(celfiles) celDates(celfiles)
celfiles |
vector of cel file names to read |
Returns a message that cel files were successfully read, or an error if there were problems reading the cel files.
R. Scharpf
read.celfile.header,
POSIXt,
read.celfile
library(oligoClasses)
if(require(hapmapsnp6)){
path <- system.file("celFiles", package="hapmapsnp6")
cels <- list.celfiles(path, full.names=TRUE)
validCEL(cels)
celDates(cels)
}