psimi25Interactor-class       package:RpsiXML       R Documentation

_A _c_l_a_s_s _r_e_p_r_e_s_e_n_t_i_n_g _i_n_t_e_r_a_c_t_o_r _f_r_o_m _P_S_I-_M_I _2._5 _X_M_L _f_i_l_e_s

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

     A class representing interactor from PSI-MI 2.5 XML files

_S_l_o_t_s:


     '_s_o_u_r_c_e_D_b': Object of class '"character"', source database

     '_s_o_u_r_c_e_I_d': Object of class '"character"', ID of the source
          database 

     '_s_h_o_r_t_L_a_b_e_l': Object of class '"character"', short label of the
          interactor, if not available the slot will be filled with
          "fullName" node of the file

     '_u_n_i_p_r_o_t_I_d': Object of class '"character"', UniProt ID of the
          interactor

     '_o_r_g_a_n_i_s_m_N_a_m_e': Object of class '"character"', the unique name of
          the organism name 

     '_t_a_x_I_d': Object of class '"character"', the NCBI taxonomy ID

_M_e_t_h_o_d_s:


     _s_h_o_w 'signature(x = "psimi25Interactor")': a print method

     _s_o_u_r_c_e_D_b 'signature(x = "psimi25Interactor")': finds out source
          database

     _s_o_u_r_c_e_I_d 'signature(x = "psimi25Interactor")': returns ID of the
          source database 

     _x_r_e_f 'sigature(x = "psimi25Interactor")': returns cross-references
          of the given interactor

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

     Jitao David Zhang j.zhang@dkfz.de

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

     'parseInteractor'

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

     showClass("psimi25Interactor")

