Description Usage Arguments Details Value Author(s) See Also Examples
A user friendly interface to the functionality provided by
pubmed
.
1 | pm.abstGrep(pattern, absts, ...)
|
pattern |
A pattern for the call to |
absts |
A list containing abstracts downloaded using |
... |
Extra arguments passed to |
The absts
are a list of PubMed XML objects that have been downloaded
and parsed. This function lets the user quickly search the abstracts
for any regular expression. The returned value is a logical vector
indicating which of the abstracts contain the regular expression.
The returned value is a logical vector indicating which of the abstracts contain the regular expression.
Robert Gentleman
1 2 3 4 5 | library("hgu95av2.db")
hoxa9 <- "37806_at"
absts <- pm.getabst(hoxa9, "hgu95av2")
pm.abstGrep("SH3", absts[[1]])
pm.abstGrep("autism", absts[[1]])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.