Description Usage Arguments Value Author(s) Examples
View source: R/funcsAnnotation.R
This function takes a character vector of pubmed IDs and returns a list of pubMedAbst objects indexed by each ID.
1 | getAbstractByPMID(pmID)
|
pmID |
A chacater vector of pubmed IDs |
A list of pubMedAbst objects.
Tony Chiang
1 2 3 4 5 | xmlDir <- system.file("/extdata/psi25files",package="RpsiXML")
intactxml <- file.path(xmlDir, "intact_2008_test.xml.gz")
x <- parsePsimi25Interaction(intactxml, INTACT.PSIMI25)
y <- interactions(x)[[1]]
getAbstractByPMID(pubmedID(y))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.