EntrezToHGNC: Entrez to HGNC conversion

Description Usage Arguments Value Author(s) See Also Examples

View source: R/helper-GeneNameConversion.R

Description

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

Usage

1
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.

Author(s)

Mohamed Nadhir Djekidel (nde12@mails.tsinghua.edu.cn)

See Also

EnsemblToHGNC

Examples

1
2
3
4
5
6
7
## Not run: 
EntrezID <-c("2114","9757","5886","9373","6921",
        "4088","7006","6196","10054","10945")

EntrezToHGNC(EntrezID)

## End(Not run)

R3CPET documentation built on Nov. 8, 2020, 8:05 p.m.