overlap               package:PCpheno               R Documentation

_C_o_u_n_t _t_h_e _n_u_m_b_e_r _o_f _p_r_o_t_e_i_n_s _s_h_a_r_e_d _b_y _p_r_o_t_e_i_n _c_o_m_p_l_e_x_e_s

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

     Count the number of proteins shared by protein complexes

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

     overlap(interactome)

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

interactome: Binary matrix composed of genes (rows) and biological
          complexes (columns) (see package _ScISI_)

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

     The returned value is a data frame with components: 

      C1: Name of the first biological complex

      C2: Name of the second biological complex

nbSharedProt: Number of proteins in common

_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:

     xx = cbind("a"=c(0,1,1,1),"b"=c(1,1,0,1))
     overlap(xx)

