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