writeCdfHeader {affxparser} | R Documentation |
Writes a CDF header.
This method is not indended to be used explicitly.
To write a CDF, use writeCdf
() instead.
writeCdfHeader(con, cdfHeader, unitNames, qcUnitLengths, unitLengths, verbose=0)
con |
An open connection to which nothing has been written. |
cdfHeader |
A CDF header list structure. |
unitNames |
A character vector of all unit names. |
qcUnitLengths |
An integer vector of all the number of bytes
in each of the QC units. |
unitLengths |
An integer vector of all the number of bytes
in each of the (ordinary) units. |
verbose |
An integer specifying how much verbose details are
outputted. |
Returns nothing.
Henrik Bengtsson (http://www.braju.com/R/)
This method is called by writeCdf
().
See also writeCdfQcUnits
() and writeCdfUnits
().