EnsemblToHGNC: Ensemble 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 Ensembl ids to HGNC ids.

Usage

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

Author(s)

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

See Also

EntrezToHGNC

Examples

1
2
3
4
5
6
7
## Not run: 
EnsemblIDs<-c("ENSG00000164548","ENSG00000118515","ENSG00000105705",
        "ENSG00000177414","ENSG00000108179")

EnsemblToHGNC(EnsemblIDs)

## End(Not run)

sirusb/R3CPET documentation built on Oct. 12, 2020, 6 p.m.