celfile-utils: Reads cel files and return an error if a file is not read

Description Usage Arguments Value Author(s) See Also Examples

Description

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

Usage

1
2
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.

Author(s)

R. Scharpf

See Also

read.celfile.header, POSIXt, read.celfile

Examples

1
2
3
4
5
6
7
library(oligoClasses)
if(require(hapmapsnp6)){
  path <- system.file("celFiles", package="hapmapsnp6")
  cels <- list.celfiles(path, full.names=TRUE)
  validCEL(cels)
  celDates(cels)
}

benilton/crlmmOld documentation built on May 12, 2019, 10:59 a.m.