getAbstractByPMID          package:RpsiXML          R Documentation

_A _f_u_n_c_t_i_o_n _t_o _o_b_t_a_i_n _t_h_e _a_b_s_t_r_a_c_t _i_n_f_o_r_m_a_t_i_o_n _v_i_a _a _P_u_b_m_e_d _I_D

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

     This function takes a character vector of pubmed IDs and returns a
     list of  pubMedAbst objects indexed by each ID.

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

     getAbstractByPMID(pmID)

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

    pmID: A chacater vector of pubmed IDs

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

     A list of pubMedAbst objects.

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

     Tony Chiang

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

     xmlDir <- system.file("/extdata/psi25files",package="RpsiXML")
     intactxml <- file.path(xmlDir, "intact_2008_test.xml")
     x <- parsePsimi25Interaction(intactxml, INTACT.PSIMI25)
     y <- interactions(x)[[1]]
     getAbstractByPMID(pubmedID(y))

