Description Usage Arguments Details Value Author(s) See Also
View source: R/get.celfile.dates.R
This function reads the header information for a series of CEL files then extracts and returns the dates.
1 | get.celfile.dates(filenames, ...)
|
filenames |
a vector of characters with the CEL filenames. May be fully pathed. |
... |
further arguments passed on to |
The function uses read.celfile.header
to read in the header of each file. The ScanDate
component is then parsed to extract the date.
Note that an assumption is made about the format. Namely, that dates are in the Y-m-d or m/d/y format.
A vector of class Date
with one date for each celfile.
Rafael A. Irizarry <rafa@jimmy.harvard.edu>
See Also as read.celfile.header
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.