genoStrings             package:GGtools             R Documentation

_c_r_e_a_t_e _a _c_h_a_r_a_c_t_e_r _v_e_c_t_o_r _o_f _g_e_n_o_t_y_p_e _v_a_l_u_e _s_t_r_i_n_g_s

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

     create a character vector of genotype value strings

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

     genoStrings(racExSet, rsnum)

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

racExSet: instance of 'racExSet-class'

   rsnum: string that is a rowname in snps(racExSet)

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

     computes unphased genotype code from the rare allele count and
     other metadata in the racExSet

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

     character vector

_N_o_t_e:

     For interoperability with the genetics package, e.g., 'genotype'

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

     Vince Carey <stvjc@channing.harvard.edu>

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

     data(chr20GGdem)
     genoStrings(chr20GGdem, "rs6060535")

