interactionEntry-class        package:Rintact        R Documentation

_C_l_a_s_s "_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 the interaction data extracted from an IntAct
     data file in PSI-MI 2.5 format.

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

     Objects are usually created by 'psi25interaction'.

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


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

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

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

     '_i_n_t_e_r_a_c_t_o_r_s': matrix, Each row represents one interactor. IntAct
          IDs are used as row names. Each column represents one
          annotation.  Annotations include: UniProt ID, gene symbol,
          full name, locus name, ORF name, organism name, and NCBI
          taxonomy ID.

     '_i_n_t_e_r_a_c_t_i_o_n_e_s': list, a list of 'intactInteraction' objects, 
          each represents one interaction. 

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


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

     _b_a_i_t 'signature(object = "interactionEntry")': a method to find
          all the baits within the interactionEntry and print them

     _p_r_e_y 'signature(object = "interactionEntry")': a method to find
          all the  prey within the interactionEntry and print them

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

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

     _o_r_g_a_n_i_s_m_N_a_m_e 'signature(object = "interactionEntry")': a method to
          print all the unique organism names that are of the
          interactors 

     _t_a_x_I_d 'signature(object = "interactionEntry")': a method to print
          each taxonomy id for each organism

     _r_e_l_e_a_s_e_D_a_t_e 'signature(object = "interactionEntry")': a method to
          print  the updated release date of the PSI-MI 2.5 XML file;
          it serves as a proxy for versioning.

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

     Nianhua Li

_R_e_f_e_r_e_n_c_e_s:

     The IntAct Database: <URL:
     http://www.ebi.ac.uk/intact/site/contents/downloads.jsf>.

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

     'intactInteraction-class', 'psi25interaction'

