qwrite                package:webbioc                R Documentation

_S_a_v_e _q-_v_a_l_u_e _R_e_s_u_l_t_s _t_o _a _F_i_l_e

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

     Saves the object created by the qvalue function to a plain text
     file.

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

     qwrite(qobj, filename="my-qvalue-results.txt")

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

    qobj: a q-value object returned by the qvalue function

filename: the name of the file where the results are written

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

     A file sent to "filename" with the following: 

First row: the function call used to produce the estimates

Second row: the estimate of the proportion of false positives, pi0

Third row and below: the p-values (1st column) and the estimated
          q-values (2nd column)

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

     John D. Storey <URL: http://faculty.washington.edu/~jstorey/>

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

     Storey JD. (2002) A direct approach to false discovery rates.
     _Journal of the Royal Statistical Society_, Series B, 64: 479-498.

