affxparser (version 1.44.0)

parseDatHeaderString: Parses a DAT header string

Description

Parses a DAT header string.

Usage

parseDatHeaderString(header, timeFormat="%m/%d/%y %H:%M:%S", ...)

Arguments

header
A character string.
timeFormat
The format string used to parse the timestamp. For more details, see strptime(). If NULL, no parsing is done.
...
Not used.

Value

Returns named list structure.

See Also

readCelHeader().