getTimestamp.AffymetrixCelFile | R Documentation |
Gets the timestamp in the CEL header.
## S3 method for class 'AffymetrixCelFile'
getTimestamp(this, format="%m/%d/%y %H:%M:%S", ...)
format |
The default format string for parsing the time stamp. |
... |
Not used. |
Returns a POSIXct
object.
The parsed string containing the timestamp is returned as
attribute text
.
Henrik Bengtsson
Internally, strptime
() is used to parse the time stamp.
DateTimeClasses
for more information on POSIXct
.
For more information see AffymetrixCelFile
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.