View source: R/resolve-gene-aliases.R
resolve_alias | R Documentation |
Resolve Hugo Symbol Names with Aliases
resolve_alias(gene_to_check, alias_table)
gene_to_check |
hugo_symbol to be check |
alias_table |
table containing all the aliases |
if the accepted hugo symbol is input, it is returned back. If an alias name is provided, the more common name/more up to date name is returned
resolve_alias("MLL4", alias_table = impact_alias_table)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.