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
f <- query()
slot(f,"gene") <- "BRAF"
db <- "gene"
f <- getNihQuery(f,db,slot(f,"gene"))
gene <- getNihSummary(gene(),f)

biscuit13161/UNGeneAnno documentation built on May 26, 2019, 2:33 a.m.