readCdfQc             package:affxparser             R Documentation

_R_e_a_d_s _t_h_e _Q_C _u_n_i_t_s _o_f _C_D_F _f_i_l_e

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

     Reads the QC units of CDF file.

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

       readCdfQc(filename, units = NULL, verbose = 0)

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

filename: name of the CDF file.

   units: The QC unit indices as a vector of integers. 'NULL' indicates
          that all units  should be read.

 verbose: how verbose should the output be. 0 means no output, with
          higher numbers being more verbose.

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

     A list with one component for each QC unit.

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

     Kasper Daniel Hansen, khansen@stat.berkeley.edu

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

     'readCdf()'.

