readCcgHeader           package:affxparser           R Documentation

_R_e_a_d_s _a_n _t_h_e _h_e_a_d_e_r _o_f _a_n _A_f_f_y_m_e_t_r_i_x _C_o_m_m_a_n_d _C_o_n_s_o_l_e _G_e_n_e_r_i_c (_C_C_G) _f_i_l_e

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

     Reads an the header of an Affymetrix Command Console Generic (CCG)
     file.

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

     readCcgHeader(pathname, verbose=0, .filter=list(fileHeader = TRUE, dataHeader = TRUE), ...)

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

pathname: The pathname of the CCG file.

 verbose: An 'integer' specifying the verbose level. If 0, the file is
          parsed quietly.  The higher numbers, the more details.

 .filter: A 'list'.

     ...: Not used.

_D_e_t_a_i_l_s:

     Note, the current implementation of this methods does not utilize
     the Affymetrix Fusion SDK library.  Instead, it is implemented in
     R from the file format definition [1].

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

     A named 'list' structure consisting of ...

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

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

_R_e_f_e_r_e_n_c_e_s:

     [1] Affymetrix Inc, Affymetrix GCOS 1.x compatible file formats,
     April, 2006. <URL: http://www.affymetrix.com/support/developer/>

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

     'readCcg'().

