Description Usage Arguments Value Author(s) See Also Examples
View source: R/helper-GeneNameConversion.R
This helper method uses the biomaRt
package to convert
Ensembl ids to HGNC ids.
1 | 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)
1 2 3 4 5 6 7 | ## Not run:
EnsemblIDs<-c("ENSG00000164548","ENSG00000118515","ENSG00000105705",
"ENSG00000177414","ENSG00000108179")
EnsemblToHGNC(EnsemblIDs)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.