taxId                package:RpsiXML                R Documentation

_T_h_e _t_a_x_o_n_o_m_y _I_D _o_f _t_h_e _g_i_v_e_n _p_a_r_a_m_e_t_e_r

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

     Returns the taxonomy ID of the object

_U_s_a_g_e:

     taxId(x)

_A_r_g_u_m_e_n_t_s:

       x: An object of 'psimi25InteractionEntry-class' or
          'psimi25Complex-class'

_V_a_l_u_e:

     A character string of taxIDs

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

     Jitao David Zhang <j.zhang@dkfz.de>, Tony Chiang
     <tchiang@ebi.ac.uk>

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

     PSI-MI 2.5 XML data exchange format, <URL:
     http://www.psidev.info/index.php?q=node/60>

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

     'S4CLASSpsimi25InteractionEntry-class'

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

     xmlDir <- system.file("/extdata/psi25files",package="RpsiXML")

     hprdxml <- file.path(xmlDir, "hprd_200709_test.xml")
     hprdSet <- parsePsimi25Interaction(hprdxml, HPRD.PSIMI25)

     taxId(hprdSet)

