cdfAddProbeOffsets        package:affxparser        R Documentation

_A_d_d_s _p_r_o_b_e _o_f_f_s_e_t_s _t_o _t_h_e _g_r_o_u_p_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:

     Adds probe offsets to the groups 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:

     cdfAddProbeOffsets(groups, ...)

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

  groups: A 'list' structure with groups.

     ...: Not used.

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

     Returns a 'list' structure with half the number of groups as the
     'groups' argument (since allele A and allele B groups have been
     joined).

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

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

_R_e_f_e_r_e_n_c_e_s:

     [1] Affymetrix, _Understanding Genotyping Probe Set Structure_,
     2005. <URL:
     http://www.affymetrix.com/support/developer/whitepapers/genotyping
     _probe_set_structure.affx>

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

     'applyCdfGroups'().

