Description Usage Arguments Value Methods (by class) See Also Examples
getNihQuery
contacts the NIH E-utilities and carries out an initial data query.
Accessing the NCBI NIH databases is a two stage process; the getNihQuery
function
carries out the first stage, returning a short list of IDs and a unique query key. This Query key
is then used in the second stage to fetch the results of the query.
1 2 3 4 | getNihQuery(x, db, query)
## S4 method for signature 'query'
getNihQuery(x, db, query)
|
x |
|
db |
The name of the NCBI database to be searched for the query, e.g. "gene" or "pubmed" |
query |
The query string for the database |
query
object a copy of the input object 'x', having the query specifiers from NIH added.
query
: query
object a copy of the input object 'x', having the query specifiers from NIH added.
http://www.ncbi.nlm.nih.gov/books/NBK25500/
1 2 3 4 | f <- query()
slot(f,"gene") <- "BRAF"
db <- "gene"
f <- getNihQuery(f,db,slot(f,"gene"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.