getAbstractByPMID {RpsiXML} | R Documentation |
This function takes a character vector of pubmed IDs and returns a list of pubMedAbst objects indexed by each ID.
getAbstractByPMID(pmID)
pmID |
A chacater vector of pubmed IDs |
A list of pubMedAbst objects.
Tony Chiang
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))