View source: R/gene_symbol_mapping.R
create_gene_alias_map | R Documentation |
This will download the current gene-alias mapping info from the HUGO gene nomenclature committee and create a mapping from all recorded gene aliases to official gene symbols.
create_gene_alias_map()
Some aliases map to multiple gene symbols. There are a couple of different cases, which are dealt with differently:
A gene alias maps to multiple gene symbols including itself: Remove mappings to other symbols.
A gene alias maps to multiple gene symbols not including itself: Remove this alias.
data.table with four columns:
"official" gene symbol
Aliases for the official gene symbol. Each entry in this column should be unique
HGNC ID
Entrez ID
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.