cdfGetFields           package:affxparser           R Documentation

_G_e_t_s _a _s_u_b_s_e_t _o_f _g_r_o_u_p_s _f_i_e_l_d_s _i_n _a _C_D_F _s_t_r_u_c_t_u_r_e

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

     Gets a subset of groups fields in a CDF structure.

     This 'function' is design to be used with 'applyCdfGroups'() on an
     Affymetrix Mapping (SNP) CDF 'list' structure.

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

     cdfGetFields(groups, fields, ...)

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

  groups: A 'list' of groups.

  fields: A 'character' 'vector' of names of fields to be returned.

     ...: Not used.

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

     Note that an error is _not_ generated for missing fields. Instead
     the field is returned with value 'NA'.  The reason for this is
     that it is much faster.

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

     Returns a 'list' structure of groups.

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

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

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

     'applyCdfGroups'().

