View source: R/hmx_feature_annotation.R
mapAlias2Symbol | R Documentation |
Function to update annotation of a character vector of gene aliases, using
the mapping provided by hgncAlias2Symbol
mapAlias2Symbol(aliases, gene_symbol_map = hgncAlias2Symbol)
aliases |
character vector of gene aliases |
gene_symbol_map |
data.table with gene aliases and matching symbol. Columns should be "ALIAS" and "SYMBOL". Default is to use hgncAlias2Symbol object provided in package data. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.