| EnsemblToHGNC {R3CPET} | R Documentation |
This helper method uses the biomaRt package to convert
Ensembl ids to HGNC ids.
EnsemblToHGNC(EnsemblIDs)
EnsemblIDs |
a |
returns a data.frame containing the Ensembl ID and his corresponding HGNC gene id and Name
plus a description of the gene.
Mohamed Nadhir Djekidel (nde12@mails.tsinghua.edu.cn)
## Not run:
EnsemblIDs<-c("ENSG00000164548","ENSG00000118515","ENSG00000105705",
"ENSG00000177414","ENSG00000108179")
EnsemblToHGNC(EnsemblIDs)
## End(Not run)