Description Usage Arguments Value Author(s) Examples
View source: R/utils-general.R
Parses cel file dates from the header of .CEL files for the Affymetrix platform
1 | celfileDate(filename)
|
filename |
Name of cel file |
character string
H. Jaffee
1 2 3 4 | require(hapmapsnp6)
path <- system.file("celFiles", package="hapmapsnp6")
celfiles <- list.celfiles(path, full.names=TRUE)
dts <- sapply(celfiles, celfileDate)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.