bait                 package:RpsiXML                 R Documentation

_E_x_t_r_a_c_t _b_a_i_t, _p_r_e_y, _p_a_r_t_i_c_i_p_a_n_t, _i_n_h_i_b_i_t_o_r, _p_u_b_m_e_d, _c_o_n_f_i_d_e_n_c_e _v_a_l_u_e, _i_n_t_e_r_a_c_t_i_o_n _t_y_p_e, 
_o_r _n_e_u_t_r_a_l _c_o_m_p_o_n_e_n_t _i_n_f_o_r_m_a_t_i_o_n _f_r_o_m _a_n _o_b_j_e_c_t _o_f _p_s_i_m_i_2_5_I_n_t_e_r_a_c_t_i_o_n-_c_l_a_s_s

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

     The functions return bait/prey UniProt identifier of the given
     'psimi25Interaction' object.

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

     bait(x,...)
     prey(x,...)
     participant(x,...)
     inhibitor(x,...)
     pubmedID(x,...)
     confidenceValue(x,...)
     neutralComponent(x,...)

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

       x: An object of 'psimi25Interaction-class', see example 

     ...: Other parameters to control the identifier returned, not
          implemented yet

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

     The source database identifier is returned.

_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:

     The UniProt database <URL: http://www.expasy.uniprot.org/>

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

     'psimi25Interaction-class'

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

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

     gridxml <- file.path(xmlDir, "biogrid_200804_test.xml")
     gridSet <- parsePsimi25Interaction(gridxml, BIOGRID.PSIMI25)

     interExp <- interactions(gridSet)[[1]]
     bait(interExp)
     prey(interExp)

