View source: R/hgnc_to_ensembl.R
| hgnc_to_ensembl | R Documentation | 
Convert HGNC gene symbols to ENSEMBL IDs using the EnsDb.Hsapiens.v75 Bioconductor package.
hgnc_to_ensembl(gene_symbols, unique_only = TRUE, verbose = TRUE)
| gene_symbols | Character vector of HGNC gene IDs. | 
| unique_only | Only query unique entries  | 
| verbose | Print messages. | 
Other utils: 
ensembl_to_hgnc(),
merge_files()
gene_symbols <- c("BDNF", "FOXP2", "BST1")
ensembl_ids <- catalogueR::hgnc_to_ensembl(gene_symbols)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.