Description Usage Arguments Value Author(s) See Also Examples
View source: R/helper-GeneNameConversion.R
This helper method uses the biomaRt
package to convert
Entrez ids to HGNC icS.
1 | 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)
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.