Join us for
RADAR: AI Edition

hoardeR (version 0.9.2)

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)

Arguments

ensg

Ensembl ID (String).

Value

A matrix with information.

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
# NOT RUN {
ensg <- c("ENSG00000174482", "ENSG00000113494")
getEnsgInfo(ensg)
# }

Run the code above in your browser using DataLab