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("KMT2D", alias_table = tidyr::unnest(impact_gene_info, cols = alias))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.