cdfOrderBy            package:affxparser            R Documentation

_O_r_d_e_r_s _t_h_e _f_i_e_l_d_s _a_c_c_o_r_d_i_n_g _t_o _t_h_e _v_a_l_u_e _o_f _a_n_o_t_h_e_r _f_i_e_l_d _i_n _t_h_e _s_a_m_e _C_D_F _g_r_o_u_p

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

     Orders the fields according to the value of another field in the
     same CDF group.

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

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

     cdfOrderBy(groups, field, ...)

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

  groups: A 'list' of groups.

   field: The field whose values are used to order the other fields.

     ...: Optional arguments passed 'order'().

_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:

     'cdfOrderColumnsBy'(). 'applyCdfGroups'().

