writeCdfQcUnits          package:affxparser          R Documentation

_W_r_i_t_e_s _C_D_F _Q_C _u_n_i_t_s

_D_e_s_c_r_i_p_t_i_o_n:

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

_U_s_a_g_e:

     writeCdfQcUnits(con, cdfQcUnits, verbose=0)

_A_r_g_u_m_e_n_t_s:

     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.

_V_a_l_u_e:

     Returns nothing.

_A_u_t_h_o_r(_s):

     Henrik Bengtsson (<URL: http://www.braju.com/R/>)

_S_e_e _A_l_s_o:

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

