topSnps-methods           package:GGtools           R Documentation

_r_e_p_o_r_t _o_n _t_h_e _s_m_a_l_l_e_s_t _p-_v_a_l_u_e_s _f_o_r _S_N_P-_e_x_p_r_e_s_s_i_o_n _a_s_s_o_c_i_a_t_i_o_n_s

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

     report on the smallest p-values for SNP-expression associations

_M_e_t_h_o_d_s:



     _x = "_c_w_S_n_p_S_c_r_e_e_n_R_e_s_u_l_t" return a data frame with the smallest
          p-values.  An optional argument 'which = 'p.2df'' allows
          selection of 2-d.f. test results.

     _x = "_g_w_S_n_p_S_c_r_e_e_n_R_e_s_u_l_t" return a list of chromosome-specific data
          frames with the smallest p-values.  An optional argument
          'which = 'p.2df'' allows selection of 2-d.f. test results.

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

      data(hmceuB36.2021)
      g1 = gwSnpScreen(genesym("CPNE1"), hmceuB36.2021, chrnum(20))
      topSnps(g1)

