Learn R Programming

R3CPET (version 1.4.2)

EnsemblToHGNC: Ensemble to HGNC conversion

Description

This helper method uses the biomaRt package to convert Ensembl ids to HGNC ids.

Usage

EnsemblToHGNC(EnsemblIDs)

Arguments

EnsemblIDs
a character vector with Ensembl IDs.

Value

returns a data.frame containing the Ensembl ID and his corresponding HGNC gene id and Name plus a description of the gene.

See Also

EntrezToHGNC

Examples

Run this code
## Not run: 
# EnsemblIDs<-c("ENSG00000164548","ENSG00000118515","ENSG00000105705",
#         "ENSG00000177414","ENSG00000108179")
# 
# EnsemblToHGNC(EnsemblIDs)
# ## End(Not run)

Run the code above in your browser using DataLab