extractAlleles         package:GeneticsBase         R Documentation

_f_u_n_c_t_i_o_n_s _f_o_r _e_x_t_r_a_c_t_i_n_g _a_l_l_e_l_e _l_e_v_e_l_s, _a_l_l_e_l_e _p_a_i_r_s, _a_n_d _a_l_l_e_l_e _c_o_d_e_s

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

     functions for extracting allele levels, allele pairs, and allele
     codes

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

     extractAlleles(object, which = c(1, 2), codes = FALSE,
     allow.partial.missing = FALSE, marker, obs)

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

  object: geneSet object

   which: allele pair number - 1 or 2. Default if both

   codes: If FALSE (default), then calleles are shown as characters,
          else numeric 

allow.partial.missing: Whether partical matching should be allowed (
          default is FALSE) 

  marker: marker names 

     obs: Number of observations (samples) to be displayed. Default is
          all.

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

     Gregory R. Warnes warnes@bst.rochester.edu and Nitin Jain
     nitin.jain@pfizer.com

_E_x_a_m_p_l_e_s:

