interactorInfo            package:RpsiXML            R Documentation

_I_n_t_e_r_a_c_t_o_r _i_n_f_o _i_n _a _m_a_t_r_i_x

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

     The function returns the essential information of interactors in a
     matrix. Xrefs are left out since they have arbitrary numbers of
     annotation and cannot be summarized into a matrix.

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

     interactorInfo(x)

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

       x: An object which contains psimi25Interactor information, for
          example objects of 'psimi25InteractionEntry-class',
          'psimi25Graph-class', 'psimi25Hypergraph-class' or
          'psimi25ComplexEntry-class' 

     .

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

     A matrix of interactor information, each row represents an
     interactor The columns are 

sourceDb : source database

sourceId : source database index

shortLabel: short label assigned by the source database

uniprotId: UniProt ID, NA if not available

organismName: the organism of the interactor protein

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

     Jitao David Zhang <j.zhang@dkfz.de>

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

     'xref', 'availableXrefs'

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

     xmlDir <- system.file("/extdata/psi25files",package="RpsiXML")

     hprdxml <- file.path(xmlDir, "hprd_200709_test.xml")
     hprdSet <- parsePsimi25Interaction(hprdxml, HPRD.PSIMI25)

     hprdInteractorInfo <- interactorInfo(hprdSet)

