affxparser (version 1.44.0)

writeCdfQcUnits: Writes CDF QC units

Description

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

Usage

writeCdfQcUnits(con, cdfQcUnits, verbose=0)

Arguments

con
An open connection to which a CDF header already has been written by writeCdfHeader().
cdfQcUnits
A list structure of CDF QC units as returned by readCdf() (not readCdfUnits()).
verbose
An integer specifying how much verbose details are outputted.

Value

Returns nothing.

See Also

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