getEnsgInfo: Retrieve Gene Information From the NCBI Database.

Description Usage Arguments Details Value Author(s) Examples

Description

This function retrieves for a given Ensembl Number the corresponding information from the NCBI database.

Usage

1
  getEnsgInfo(ensg)

Arguments

ensg

Ensembl ID (String).

Details

This function retrieves for a given Ensembl Number the corresponding information from the NCBI database. The object ensg can also be a vector of Ensembl IDs.

Value

A matrix with information.

Author(s)

Daniel Fischer

Examples

1
2
3
4
5
## Not run: 
ensg <- c("ENSG00000174482", "ENSG00000113494")
getEnsgInfo(ensg)

## End(Not run)

hoardeR documentation built on May 2, 2019, 5:15 a.m.