psimi25Interaction-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"

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

     A class representing interaction data

_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:


     '_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"', source database ID

     '_i_n_t_e_r_a_c_t_i_o_n_T_y_p_e': Object of class '"character"', character, the
          method used for detecting the interaction ,such as "pull
          down"

     '_e_x_p_P_u_b_M_e_d': Object of class '"character"', PubMed ID of the
          publication that describes the experiment

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

     '_c_o_n_f_i_d_e_n_c_e_V_a_l_u_e': Object of class '"character"', confidence value
          of the experimental interaction

     '_p_a_r_t_i_c_i_p_a_n_t': Object of class '"character"', UniProt IDs of the
          participants. Important when no bait/prey information is
          available

     '_b_a_i_t': Object of class '"character"', UniProt ID of the bait 

     '_p_r_e_y': Object of class '"character"', UniProt ID(s) of the
          prey(s)

     '_i_n_h_i_b_i_t_o_r': Object of class '"character"', UniProt ID of the
          inhibitor, NA when missing

     '_n_e_u_t_r_a_l_C_o_m_p_o_n_e_n_t': Object of class '"character"', UniProt ID of
          the neutral components, NA when missing

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


     _i_n_t_e_r_a_c_t_i_o_n_T_y_p_e 'signature(x = "psimi25Interaction")': finds out
          interaction type 

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

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

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

     _b_a_i_t 'signature(x = "psimi25Interaction")': returns the UniProt ID
          of the bait

     _p_r_e_y 'signature(x = "psimi25Interaction")': returns the UniProt
          ID(s) of the prey(s)

_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','S4CLASSpsimi25Interactor-class',
     'S4CLASSpsimi25Experiment-class',
     'S4classpsimi25InteractionEntry-class'

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

     showClass("psimi25Interaction")

