| pm.titles {annotate} | R Documentation |
This function returns the titles from a list of PubMed abstracts.
pm.titles(absts)
absts |
The list of PubMed abstracts. |
It simply uses sapply.
A character vector of length equal to the number of abstracts. Each element is the title of the corresponding abstract.
Robert Gentleman
library("hgu95av2.db")
hoxa9 <- "37809_at"
absts <- pm.getabst(hoxa9, "hgu95av2")
pm.titles(absts)