pvalue2asterisk          package:KEGGgraph          R Documentation

_R_e_t_u_r_n _c_o_m_m_o_n _s_i_g_n_i_f_i_c_a_n_c_e _s_i_g_n (_a_s_t_e_r_i_s_k) _a_s_s_o_c_i_a_t_e_d _w_i_t_h _g_i_v_e_n
_p _v_a_l_u_e

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

     A p-value of 0.05, 0.01, 0.001 correspond to one, two or three
     asterisks. If 'sig.1' is set to 'TRUE', then the p-value of 0.1
     returns '.'.

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

     pvalue2asterisk(pvalues, sig.1 = FALSE)

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

 pvalues: A numeric value 

   sig.1: logical, whether the significance sign of 0.1 should be
          returned 

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

     A character string containing the signs

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

     Jitao David Zhang <URL: mailto:j.zhang@dkfz.de>

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

     pvalue2asterisk(0.03)
     pvalue2asterisk(0.007)
     pvalue2asterisk(3e-5)
     pvalue2asterisk(0.55)

