plot                  package:SLGI                  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 _m_o_d_e_l_S_L_G_I .

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

     a plot method for 'siResult'.

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

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

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

       x: the 'siResult' object to plot.

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

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

     The plot generated from a 'siResult' object is a dotplot with the
     observed and expected data average of interaction represented in 2
     different colors.

_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(ScISIC)
     data(Atong)
     data(SGA)
     model <-  modelSLGI(Atong, universe= SGA, interactome=ScISIC,
     type="intM", perm=2)
     plot(model)

