whatcdf                 package:affy                 R Documentation

_F_i_n_d _w_h_i_c_h _C_D_F _c_o_r_r_e_s_p_o_n_d_s

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

     Find which kind of CDF corresponds to a CEL file.

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

     whatcdf(filename, compress = getOption("BioC")$affy$compress.cel)

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

filename: a '.CEL' file name

compress: boolean (file compressed or not

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

     Information concerning the corresponding CDF file seems to be
     found in CEL files. This allows us to try to link CDF information
     automatically.

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

     a 'character' with the name of the CDF

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

     'getInfoInAffyFile', 'read.celfile'

