getScanDate: Extract scan dates from CEL files

Description Usage Arguments Value Note See Also Examples

Description

Extract the scan dates from CEL file headers.

Usage

1
getScanDate(filenames = list.celfiles())

Arguments

filenames

Character vector of file names.

Value

A vector of class Date.

Note

This function seems to work with both binary and text CEL files.

See Also

read.celfile.header in the affyio package

Examples

1
2
3
4
5
6
7
## Not run: 
     library(affydata)
     cel.path <- system.file("celfiles", package="affydata")
     filenames <- list.celfiles(path = cel.path, full.names = TRUE) 
     getScanDate(filenames)

## End(Not run)

aroneklund/bias documentation built on May 10, 2019, 1:46 p.m.