smlSummary              package:GGBase              R Documentation

_c_l_a_s_s _a_n_d _f_u_n_c_t_i_o_n _t_o _s_u_m_m_a_r_i_z_e _f_r_e_q_u_e_n_c_y _i_n_f_o_r_m_a_t_i_o_n
_o_n _g_e_n_o_t_y_p_e_s _i_n _a_n _s_m_l_S_e_t

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

     generates information on sample size, minor allele frequency,
     specific call frequencies, and HWE test results on all SNP in an
     smlSet

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

     smlSummary(x)

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

       x: instance of 'smlSet-class' 

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

     to control volume of printout a simple list extending class is
     defined for show method

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

     Instance of smlSummary class, which simply extends list. Each list
     element is a matrix of results provided by
     'summary,snp.matrix-method'.

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

     VJCarey <stvjc@channing.harvard.edu>

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

     library(GGtools)
     if (!exists("hmceuB36.2021")) data(hmceuB36.2021)
     smlSummary(hmceuB36.2021)

