RpsiXML (version 2.12.0)

getAbstractByPMID: A function to obtain the abstract information via a Pubmed ID

Description

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

Usage

getAbstractByPMID(pmID)

Arguments

pmID
A chacater vector of pubmed IDs

Value

A list of pubMedAbst objects.

Examples

Run this code
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))

Run the code above in your browser using DataCamp Workspace