| EntrezToHGNC {R3CPET} | R Documentation |
This helper method uses the biomaRt package to convert
Entrez ids to HGNC icS.
EntrezToHGNC(EntrezID)
EntrezID |
a |
returns a data.frame containing the Entrez 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:
EntrezID <-c("2114","9757","5886","9373","6921",
"4088","7006","6196","10054","10945")
EntrezToHGNC(EntrezID)
## End(Not run)