Description Usage Arguments Value Examples
View source: R/map_gene_names.R
Maps Ensembl transcript and gene ids to HGNC-approved gene symbols
1 | ensembl2HGNC(ids, untranslatable.na = F)
|
ids |
a character vector of ensembl ids |
untranslatable.na |
boolean, default is false. If an id does not have an HGNC mapping, then the function will return an NA for that gene |
a character vector with all ids mapped to approved HGNC symbols
1 2 | ids = genesetr::ensembl_ids$ensembl_gene_id[1:10]
HGNC_symbols = ensembl2HGNC(ids, untranslatable.na = T)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.