Description Usage Arguments Value Methods (by class) Examples
getNihSummary collates data returned from a html request to the NCBI publicly available gene database to populate the gene object.
Accessing the NCBI NIH databases is a two stage process; the getNihSummary function
carries out the second stage in relation to the NCBI "gene" database, populating NIH specific slots in a gene object.
| 1 2 3 4 | getNihSummary(x, y)
## S4 method for signature 'gene'
getNihSummary(x, y)
 | 
| x | 
 | 
| y | 
 | 
gene object a copy of the input object 'x', having the uniprot data added.
gene: gene object a copy of the input object 'x', having the uniprot data added.
| 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)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.