top                  package:pbatR                  R Documentation

_t_o_p

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

     The top n markers by conditional power.

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

     top( pbatObj, n=10, sortBy=NULL )

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

 pbatObj: An object of class 'pbat', i.e. the results of 'pbat.m(...)'.

       n: How many markers to print. 0 means all will be returned.

  sortBy: Name of conditional power column to sort by, for instance if
          you wanted to look at the GxE, you might specify "FBATGxE"
          instead.

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

     Prints out the top markers according to conditional power.

