KEGG2SCISI              package:PCpheno              R Documentation

_M_a_p_p_i_n_g _b_e_t_w_e_e_n _K_E_G_G _a_n_d _S_c_I_S_I

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

     Count the number of genes shared between a KEGG pathway and a
     protein complex from the ScISI interactome.

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

     KEGG2SCISI(pw, pc, pcMat, pwMat)

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

      pw: list of pathway names

      pc: list of complex names

   pwMat: pathway incidence matrix

   pcMat: complex incidence matrix

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

     matrix

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

     N. LeMeur

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

     _ScISI_ _KEGG.db_

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

     data(ScISIC)
     ## Mapping from Yeast genes to KEGG pathways.
     KeggMat <- PWAmat("org.Sc.sgd")
     KEGG2SCISI(pw = colnames(KeggMat)[1:5], pc = colnames(ScISIC)[1:5], pwMat =
     KeggMat, pcMat =ScISIC)

