h_ensembl_to_entrez_ids | R Documentation |
Ensembl
to Entrez
Gene IDsThis helper function queries BioMart
to translate Ensembl
to Entrez
Gene IDs.
h_ensembl_to_entrez_ids(gene_ids, mart)
gene_ids |
( |
mart |
( |
Character vector of Entrez
gene IDs.
if (interactive()) {
mart <- biomaRt::useMart("ensembl", dataset = "hsapiens_gene_ensembl")
h_ensembl_to_entrez_ids(c("ENSG00000135407", "ENSG00000241644"), mart)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.