getNihSummary: Gather NIH Gene Data

Description Usage Arguments Value Methods (by class) Examples

Description

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.

Usage

1
2
3
4
getNihSummary(x, y)

## S4 method for signature 'gene'
getNihSummary(x, y)

Arguments

x

gene object

y

query object (see getNihQuery())

Value

gene object a copy of the input object 'x', having the uniprot data added.

Methods (by class)

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.