intactGraph-class          package:Rintact          R Documentation

_C_l_a_s_s "_i_n_t_a_c_t_G_r_a_p_h"

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

     A class representing the IntAct data as a graph. It is a 
     superclass of the graph class.

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

     Objects are usually created by 'intactXML2Graph'.

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


     '_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. Only those interactors which are  the nodes of
          the intactGraph is given.

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


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

     _t_r_a_n_s_l_a_t_e_I_n_t_a_c_t_I_D 'signature(object = "intactGraph")':  a method
          to translate IntAct codes to the various annotations.

     _t_r_a_n_s_l_a_t_e_N_o_d_e_I_D 'signature(object = "intactGraph")': a method that
          takes an intactGraph and translates each node ID from  the
          IntAct accension IDs to any other supported identifier.

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

     T Chiang

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

     'intactXML2Graph'

