Learn R Programming

crlmm (version 1.30.0)

validCEL: Reads cel files and return an error if a file is not read

Description

Reads cel files and return an error if a file is not read

Usage

validCEL(celfiles) celDates(celfiles)

Arguments

celfiles
vector of cel file names to read

Value

Returns a message that cel files were successfully read, or an error if there were problems reading the cel files.

See Also

read.celfile.header, POSIXt, read.celfile

Examples

Run this code
library(oligoClasses)
if(require(hapmapsnp6)){
  path <- system.file("celFiles", package="hapmapsnp6")
  cels <- list.celfiles(path, full.names=TRUE)
  validCEL(cels)
  celDates(cels)
}

Run the code above in your browser using DataLab