pm.titles | 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
pm.abstGrep
library("hgu95av2.db")
hoxa9 <- "37806_at"
absts <- pm.getabst(hoxa9, "hgu95av2")
pm.titles(absts)[[1]][[1]]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.