getTimestamp.AffymetrixCelFile {aroma.affymetrix}R Documentation

Gets the timestamp in the CEL header

Description

Gets the timestamp in the CEL header.

Usage

## S3 method for class 'AffymetrixCelFile':
getTimestamp(this, format="%m/%d/%y %H:%M:%S", ...)

Arguments

format The default format string for parsing the time stamp.
... Not used.

Value

Returns a POSIXct object. The parsed string containing the timestamp is returned as attribute text.

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

Internally, strptime() is used to parse the time stamp. DateTimeClasses for more information on POSIXct. For more information see AffymetrixCelFile.


[Package aroma.affymetrix version 1.2.0 Index]