read.celfile package:affyio R Documentation _R_e_a_d _a _C_E_L _f_i_l_e _i_n_t_o _a_n _R _l_i_s_t _D_e_s_c_r_i_p_t_i_o_n: This function reads the entire contents of a CEL file into an R list structure _U_s_a_g_e: read.celfile(filename) _A_r_g_u_m_e_n_t_s: filename: name of CEL file _D_e_t_a_i_l_s: The list has four main items. HEADER, INTENSITY, MASKS, OUTLIERS. Note that INTENSITY is a list of three vectors MEAN, STDEV, NPIXELS. HEADER is also a list. Both of MASKS and OUTLIERS are matrices. _V_a_l_u_e: returns a 'list' structure. The exact contents may vary depending on the file format of the CEL file _A_u_t_h_o_r(_s): B. M. Bolstad