cdfGtypeCelToPQ          package:affxparser          R Documentation

_F_u_n_c_t_i_o_n _t_o _i_m_m_i_t_a_t_e _A_f_f_y_m_e_t_r_i_x' _g_t_y_p_e__c_e_l__t_o__p_q _s_o_f_t_w_a_r_e

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

     Function to immitate Affymetrix' gtype_cel_to_pq software.

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

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

     cdfGtypeCelToPQ(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 a single group.  The fields in
     this groups are in turn vectors (all of equal length) where the
     elements are stored as subsequent quartets (PMA, MMA, PMB, MMB)
     with all forward-strand quartets first followed by all
     reverse-strand quartets.

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

