readCdfIsPm            package:affxparser            R Documentation

_C_h_e_c_k_s _i_f _c_e_l_l_s _i_n _a _C_D_F _f_i_l_e _a_r_e _p_e_r_f_e_c_t-_m_a_t_c_h _p_r_o_b_e_s _o_r _n_o_t

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

     Checks if cells in a CDF file are perfect-match probes or not.

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

     readCdfIsPm(filename, units=NULL, verbose=0)

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

filename: The filename of the CDF file.

   units: An 'integer' 'vector' of unit indices specifying which units
          to be read.  If 'NULL', all units are read.

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

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

     A named 'list' of named 'logical' vectors.  The name of the list
     elements are unit names and the names of the logical vector are
     group names.

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

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

