comemberIn               package:SLGI               R Documentation

_R_e_t_r_i_e_v_e _t_h_e _b_i_o_l_o_g_i_c_a_l _c_o_m_p_l_e_x_e_s.

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

     Retrieve the biological complexes within which two proteins are
     comembers.

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

     comemberIn(iMat,interactome)

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

    iMat: Comembership matrix of genes(proteins) that linked to other
          genes(proteins) by any biological experiment

interactome: Adjacency matrix composed of genes (rows) and biological
          complexes (columns) 'ScISI'

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

     Dataframe of pairs of genes(proteins) and their common biological
     complexes.

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

     N. LeMeur

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

     'withinComplex'

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

      data(Atong)
      data(ScISI)
      coMember<-withinComplex(Atong,ScISI)
      SLpairWithinComplex <- comemberIn(coMember,ScISI)
      

