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

Description Usage Arguments Value Author(s) Examples

View source: R/funcsAnnotation.R

Description

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

Usage

1

Arguments

pmID

A chacater vector of pubmed IDs

Value

A list of pubMedAbst objects.

Author(s)

Tony Chiang

Examples

1
2
3
4
5
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))

RpsiXML documentation built on Nov. 8, 2020, 6:02 p.m.