interactors             package:RpsiXML             R Documentation

_I_n_t_e_r_a_c_t_o_r_s _o_f _t_h_e _g_i_v_e_n _o_b_j_e_c_t

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

     Return the interactors of the given object

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

     interactors(x)

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

       x: either an object of 'psimi25InteractionEntry-class' or
          'psimi25ComplexEntry-class' 

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

     A matrix of interactor information

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

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

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

     'psimi25InteractionEntry-class', 'psimi25ComplexEntry-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)

     interactors(hprdSet)

     ## Not run:
     intactComplexxml <- file.path(xmlDir,"intact_complexSample.xml")
     intactComplexSet <- parsePsimi25Complex(intactComplexxml,
     INTACT.PSIMI25)

     interactors(intactComplexSet)
     ## End(Not run)

