readCdfGroupNames         package:affxparser         R Documentation

_R_e_a_d_s _g_r_o_u_p _n_a_m_e_s _f_o_r _a _s_e_t _o_f _u_n_i_t_s (_p_r_o_b_e_s_e_t_s) _i_n _a_n _A_f_f_y_m_e_t_r_i_x _C_D_F _f_i_l_e

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

     Reads group names for a set of units (probesets) in an Affymetrix
     CDF file.

     This is for instance useful for SNP arrays where the nucleotides
     used for the A and B alleles are the same as the group names.

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

     readCdfGroupNames(filename, units=NULL, truncateGroupNames=TRUE, 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.

truncateGroupNames: A 'logical' variable indicating whether unit names
          should be stripped from the beginning of group names.

 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' structure where the names of the elements are the
     names of the units read.  Each element is a 'character' 'vector'
     with group names for the corrsponding unit.

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

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

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

     'readCdfUnits'().

