Description Usage Arguments Details Value Author(s) See Also Examples
This function returns the titles from a list of PubMed abstracts.
1 | 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
1 2 3 4 | 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.