psimi25InteractionEntry-class    package:RpsiXML    R Documentation

_C_l_a_s_s "_p_s_i_m_i_2_5_I_n_t_e_r_a_c_t_i_o_n_E_n_t_r_y"

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

     A class representing interaction data parsed from PSI-MI 2.5 XML
     files

_O_b_j_e_c_t_s _f_r_o_m _t_h_e _C_l_a_s_s:

     Objects can be created by calls of the form
     'parsePsimi25Interaction'

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


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

     '_t_a_x_I_d': Object of class '"character"', the unique NCBI taxonomy
          ID(s) of the interactors 

     '_r_e_l_e_a_s_e_D_a_t_e': Object of class '"character"', character, release
          date of the data entry,  recorded in the 'entry' element of
          the XML file

     '_i_n_t_e_r_a_c_t_o_r_s': Object of class '"matrix"', interactor information
          in a matrix, Each row represents one interactor. Source IDs
          are used as row names. Each column represents one annotation.
           Annotations include: UniProt ID, short label, organism name,
          and NCBI taxonomy ID 

     '_i_n_t_e_r_a_c_t_i_o_n_s': Object of class '"list"', list, a list of
          'psimi25Interaction-class' objects,  each represents one
          interaction. 

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


     _i_n_t_e_r_a_c_t_i_o_n_s 'signature(x = "psimi25InteractionEntry")': return a
          list of 'psimi25Intearaction' objects, each representing one
          interaction

     _i_n_t_e_r_a_c_t_o_r_s 'signature(x = "psimi25InteractionEntry")': a method
          to find  all the interactors within the
          psimi25InteractionEntry and print them 

     _o_r_g_a_n_i_s_m_N_a_m_e 'signature(x = "psimi25InteractionEntry")': returns
          organism names of the interactors 

     _r_e_l_e_a_s_e_D_a_t_e 'signature(x = "psimi25InteractionEntry")': returns
          the release date, serving as a proxy for versioning 

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

     _t_a_x_I_d 'signature(x = "psimi25InteractionEntry")': returns NCBI
          taxonomy ID 

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

     Tony Chiang <tchiang@ebi.ac.uk> , Jitao David Zhang
     <j.zhang@dkfz.de>

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

     'parsePsimi25Interaction', 'S4classpsimi25Interaction-class'

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

     showClass("psimi25InteractionEntry")

