cdfHeaderToCelHeader {affxparser} | R Documentation |
Creates a valid CEL header from a CDF header.
cdfHeaderToCelHeader(cdfHeader, sampleName="noname", date=Sys.time(), ..., version="4")
cdfHeader |
A CDF list structure. |
sampleName |
The name of the sample to be added to the CEL header. |
date |
The (scan) date to be added to the CEL header. |
... |
Not used. |
version |
The file-format version of the generated CEL file. Currently only version 4 is supported. |
Returns a CDF list
structure.
Henrik Bengtsson (http://www.braju.com/R/)