getNihQuery: create initial NIH Query

Description Usage Arguments Value Methods (by class) See Also Examples

Description

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.

Usage

1
2
3
4
getNihQuery(x, db, query)

## S4 method for signature 'query'
getNihQuery(x, db, query)

Arguments

x

query object.

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

Value

query object a copy of the input object 'x', having the query specifiers from NIH added.

Methods (by class)

See Also

http://www.ncbi.nlm.nih.gov/books/NBK25500/

Examples

1
2
3
4
5
6
7
8
## Not run: 
f <- query()
f@gene <- "BRAF"
db <- "gene"
f <- getNihQuery(f,db,f@gene)
gene <- getNihSummary(gene(),f)

## End(Not run)

ungeneanno documentation built on May 29, 2017, 2:01 p.m.