A function to obtain the abstract information via a Pubmed ID
一个函数来获取抽象的信息,通过医学ID
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function takes a character vector of pubmed IDs and returns a list of pubMedAbst objects indexed by each ID.
这个函数接受一个医学的ID的特征向量,并返回每个ID索引pubMedAbst对象名单。
用法----------Usage----------
getAbstractByPMID(pmID)
参数----------Arguments----------
参数:pmID
A chacater vector of pubmed IDs
一个医学的ID chacater向量
值----------Value----------
A list of pubMedAbst objects.
pubMedAbst对象名单。
作者(S)----------Author(s)----------
Tony Chiang
举例----------Examples----------
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))