siResult-class             package:SLGI             R Documentation

_A _c_l_a_s_s _f_o_r _r_e_p_r_e_s_e_n_t_i_n_g _t_h_e _r_e_s_u_l_t _o_f _t_h_e _S_L_G_I _g_r_a_p_h _p_e_r_m_u_t_a_t_i_o_n
_m_o_d_e_l.

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

     A class for representing the result of the 'modelSLGI' function.

_S_l_o_t_s:


     '_O_b_s_e_r_v_e_d': Return a '"numeric"' vector: the observed  number of
          synthetic genetic interactions between components of one or
          two cellular organizational units

     '_E_x_p_e_c_t_e_d': Return a matrix: the expected number of synthetic
          genetic interactions between components of one or two
          cellular organizational units

_M_e_t_h_o_d_s:


     '_p_l_o_t' Graphical representation of the permutation model result

     '_c_o_m_p_a_r_e' Summarizes the result of the 'modelSLGI' function

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

     N. LeMeur

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

     'modelSLGI','plot'

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

     ## apply a permutation model 
      data(ScISIC)
      data(Atong)
      data(SGA)
      model <-  modelSLGI(Atong, universe= SGA, interactome=ScISIC,
       type="intM", perm=2)

     model

