Learn R Programming

R3CPET (version 1.4.2)

EntrezToHGNC: Entrez to HGNC conversion

Description

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

Usage

EntrezToHGNC(EntrezID)

Arguments

EntrezID
a character vector with Entrez IDs.

Value

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

See Also

EnsemblToHGNC

Examples

Run this code
## Not run: 
# EntrezID <-c("2114","9757","5886","9373","6921",
#         "4088","7006","6196","10054","10945")
# 
# EntrezToHGNC(EntrezID)
# ## End(Not run)

Run the code above in your browser using DataLab