readClfHeader           package:affxparser           R Documentation

_R_e_a_d _t_h_e _h_e_a_d_e_r _o_f _a _C_L_F _f_i_l_e.

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

     Reads the header of a CLF file. The exact information stored in
     this file can be viewed in the readClfEnv documentation which
     reads the header in addition to the body.

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

     readClfHeader(file)

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

    file: 'file' a CLF file

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

     A list of header elements.

