estimatep0               package:SAGx               R Documentation

_E_s_t_i_m_a_t_e _p_r_o_p_o_r_t_i_o_n _u_n_c_h_a_n_g_e_d _g_e_n_e_s

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

     The function uses the vector of p-values to estimate p0.

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

     estimatep0(ps = pp, B = 500, range = seq(0,0.95, by = 0.05))

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

      ps: the vector of p-values, e.g. from firstpass

       B: the number of Bootstrap samples

   range: the values considered

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

     the value of p0, the proportion unchanged  genes

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

     Per Broberg

_R_e_f_e_r_e_n_c_e_s:

     Storey, J. A Direct Approach to the False Discovery Rate,
     Technical Report Stanford (2001)

