read.celfile.header package:affyio R Documentation _R_e_a_d _h_e_a_d_e_r _i_n_f_o_r_m_a_t_i_o_n _f_r_o_m _c_e_l _f_i_l_e _D_e_s_c_r_i_p_t_i_o_n: This function reads some of the header information (appears before probe intensity data) from the supplied cel file. _U_s_a_g_e: read.celfile.header(filename,info=c("basic","full"),verbose=FALSE) _A_r_g_u_m_e_n_t_s: filename: name of CEL file. May be fully pathed info: A string. 'basic' returns the dimensions of the chip and the name of the CDF file used when the CEL file was produced. 'full' returns more information in greater detail. verbose: a 'logical'. When true the parsing routine prints more information, typically useful for debugging. _V_a_l_u_e: A 'list' data structure. _A_u_t_h_o_r(_s): B. M. Bolstad