plot                 package:PCpheno                 R Documentation

_G_r_a_p_h_i_c_a_l _m_e_t_h_o_d _t_o _r_e_p_r_e_s_e_n_t _t_h_e _r_e_s_u_l_t _o_f _t_h_e _d_e_n_s_i_t_y _o_r _g_r_a_p_h _t_e_s_t.

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

     a plot method for 'deResult' and 'gtResult' objects.

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

     ## S4 method for signature 'deResult':
     plot(x,...)
     ## S4 method for signature 'gtResult':
     plot(x,...)

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

       x: the 'deResult' or 'gtResult' object to plot.

     ...: general commands to be sent to plot.

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

     The plot generated from a 'deResult' object is a set of density
     plots.

     The plot generated from a 'gtResult' object is a histogram.

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

     N. LeMeur

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

     _ScISI_

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

     data(ScISI)
     data(essglist)
     essential <- names(essglist)
     ScISI <- as.matrix(ScISI)
     ratio<- densityEstimate(genename=essential,interactome=ScISI,perm=50)
     plot(ratio)

