cdfMergeStrands          package:affxparser          R Documentation

_F_u_n_c_t_i_o_n _t_o _j_o_i_n _C_D_F _g_r_o_u_p_s _w_i_t_h _t_h_e _s_a_m_e _n_a_m_e_s

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

     Function to join CDF groups with the same names.

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

     This can be used to join the sense and anti-sense groups of the
     same allele in SNP arrays.

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

     cdfMergeStrands(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 only two groups.

_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'().

