Learn R Programming

oligoClasses (version 1.34.0)

celfileDate: Cel file dates

Description

Parses cel file dates from the header of .CEL files for the Affymetrix platform

Usage

celfileDate(filename)

Arguments

filename
Name of cel file

Value

character string

Examples

Run this code
require(hapmapsnp6)
path <- system.file("celFiles", package="hapmapsnp6")
celfiles <- list.celfiles(path, full.names=TRUE)
dts <- sapply(celfiles, celfileDate)

Run the code above in your browser using DataLab