Learn R Programming

hoardeR (version 0.10)

getEnsgInfo: Retrieve Gene Information From the NCBI Database.

Description

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

Usage

getEnsgInfo(ensg)

Value

A matrix with information.

Arguments

ensg

Ensembl ID (String).

Author

Daniel Fischer

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.

Examples

Run this code
if (FALSE) {
ensg <- c("ENSG00000174482", "ENSG00000113494")
getEnsgInfo(ensg)
}

Run the code above in your browser using DataLab