affxparser (version 1.44.0)

writeCdfHeader: Writes a CDF header

Description

Writes a CDF header. This method is not indended to be used explicitly. To write a CDF, use writeCdf() instead.

Usage

writeCdfHeader(con, cdfHeader, unitNames, qcUnitLengths, unitLengths, verbose=0)

Arguments

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.

Value

Returns nothing.

See Also

This method is called by writeCdf(). See also writeCdfQcUnits() and writeCdfUnits().