translateID-methods         package:RpsiXML         R Documentation

_T_r_a_n_s_l_a_t_e _i_n_t_e_r_a_c_t_o_r_s _i_n_t_o _o_t_h_e_r _i_d_e_n_t_i_f_i_e_r_s

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

     The method finds any annotation IDs of of 'psimi25Graph-class' or
     'psimi25Hypergraph-class' or 'psimi25Interactor-class'

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



     _r = "_p_s_i_m_i_2_5_G_r_a_p_h" An object of 'psimi25Graph-class'. It replaces
          the nodes with translated IDs and returns a new psimi25Graph
          object back.

     _r = "_p_s_i_m_i_2_5_H_y_p_e_r_g_r_a_p_h" An object of 'psimi25Hypergraph-class'.
          Since the nodes of psimi25Hypergraph are not mutable, this
          method accepts a UniProt ID of interactors and returns the
          translated ID back. NA is also acceptable, which can be used
          to check interactors without mapping to UniProt

     _r = "_l_i_s_t"  A list of 'psimi25Interactor-class', returns a vector
          of translated identifiers back

     _r = "_p_s_i_m_i_2_5_I_n_t_e_r_a_c_t_o_r" An object of 'psimi25Interactor-class',
          returns translated identifier. Before using the method it is
          advisable to used xref(x) method to check which cross
          references are provided.

