snps                 package:GGtools                 R Documentation

_a_c_c_e_s_s_o_r _f_o_r _g_e_n_o_t_y_p_e _d_a_t_a _i_n _a _g_g_E_x_p_r_S_e_t

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

     accessor for genotype data in a ggExprSet

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

     snps(x)

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

       x: instance of 'racExSet-class'

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

     simple accessor, can be inefficicent

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

     instance of data.frame

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

     Vince Carey <stvjc@channing.harvard.edu>

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

     data(chr20GGdem)
     dim(snps(chr20GGdem))
     snps(chr20GGdem)[1:4,1:4]

