savepValVec             package:RNAither             R Documentation

_S_a_v_e _p-_v_a_l_u_e_s _t_o _f_i_l_e

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

     Saves a vector of p-values to a text file.

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

     savepValVec(pValVec, filename)

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

 pValVec: a vector of p-values 

filename: the name of the text file to save the p-values to. 

_S_e_e _A_l_s_o:

     'Ttest'

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

     data(pValVec1, package="RNAither")

     ##for details on the generation of pValVec1, see the example of the Ttest function linked above.

     savepValVec(pValVec1, "pvals_testfile1.txt")

