getDescr               package:PCpheno               R Documentation

_G_e_t _f_o_r_m_a_t_t_e_d _a_n_n_o_t_a_t_i_o_n _d_a_t_a

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

     Function to retrieve the annotation of  multi-protein complexes or
     pathways via GO, MIPS or KEGG.

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

       getDescr(x, database="GO.db")

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

       x: Vector of multi-protein complexes or pathways IDs to be
          described

database: Source of annotation. The database currently available are
          MIPS, GO.db and KEGG.db

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

     N. LeMeur

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

      xx <- getDescr(c("MIPS-220","MIPS-260.20","04111"),c("MIPS","KEGG.db"))

