interactionType           package:RpsiXML           R Documentation

_T_y_p_e _o_f _t_h_e _i_n_t_e_r_a_c_t_i_o_n

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

     Return the interaction type of the 'psimi25Interaction'

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

     interactionType(x)

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

       x: An object of 'psimi25Interaction-class' 

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

     A character string representing the interaction type

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

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

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

     'psimi25Interaction-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)

     interExp <- interactions(hprdSet)[[1]]
     interExpTyp <- interactionType(interExp)

