Maps gene alias names to official gene symbols.
Usage
alias2SymbolUsingNCBI(
  alias,
  gene.info.file,
  required.columns = c("GeneID", "Symbol", "description")
)Examples
library(labyrinth)
update_gene_symbol('IL-6')
#> [1] "IL6"
Maps gene alias names to official gene symbols.
alias2SymbolUsingNCBI(
  alias,
  gene.info.file,
  required.columns = c("GeneID", "Symbol", "description")
)library(labyrinth)
update_gene_symbol('IL-6')
#> [1] "IL6"