cdfMergeAlleles          package:affxparser          R Documentation

_F_u_n_c_t_i_o_n _t_o _j_o_i_n _C_D_F _a_l_l_e_l_e _A _a_n_d _a_l_l_e_l_e _B _g_r_o_u_p_s _s_t_r_a_n_d _b_y _s_t_r_a_n_d

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

     Function to join CDF allele A and allele B groups strand by
     strand.

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

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

     cdfMergeAlleles(groups, compReverseBases=FALSE, collapse="", ...)

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

  groups: A 'list' structure with groups.

compReverseBases: If 'TRUE', the group names, which typically are names
          for bases, are turned into their complementary bases for the
          reverse strand.

collapse: The 'character' string used to collapse the allele A and the
          allele B group names.

     ...: Not used.

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

     Allele A and allele B are merged into a 'matrix' where first row
     hold the elements for allele A and the second elements for allele
     B.

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

     Returns a 'list' structure with the two groups 'forward' and
     'reverse', if the latter exists.

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

