complexEntry-class          package:Rintact          R Documentation

_C_l_a_s_s "_c_o_m_p_l_e_x_E_n_t_r_y"

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

     A class representing the complex 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 'psi25complex'.

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


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

     '_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.

     '_c_o_m_p_l_e_x_e_s': list, a list of 'intactComplex' objects,  each
          represents one complex. 

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


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

     _c_o_m_p_l_e_x_e_s 'signature(object = "complexEntry")': a method to
          generate  and print all the complexes to the complexEntry
          class

     _i_n_t_e_r_a_c_t_o_r_s 'signature(object = "complexEntry")': a method to
          generate and print all the interactors for a complex in the
          complexEntry class

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

     'intactComplex-class', 'psi25complex'

