
Last chance! 50% off unlimited learning
Sale ends in
Find current gene symbols based on old or alias symbols using the gene names database from the HUGO Gene Nomenclature Committee (HGNC)
GeneSymbolThesarus(
symbols,
timeout = 10,
several.ok = FALSE,
verbose = TRUE,
...
)UpdateSymbolList(
symbols,
timeout = 10,
several.ok = FALSE,
verbose = TRUE,
...
)
A vector of gene symbols
Time to wait before cancelling query in seconds
Allow several current gene sybmols for each provided symbol
Show a progress bar depicting search progress
Extra parameters passed to GET
For GeneSymbolThesarus
, if several.ok
, a named list
where each entry is the current symbol found for each symbol provided and the
names are the provided symbols. Otherwise, a named vector with the same information.
For UpdateSymbolList
, symbols
with updated symbols from
HGNC's gene names database
For each symbol passed, we query the HGNC gene names database for
current symbols that have the provided symbol as either an alias
(alias_symbol
) or old (prev_symbol
) symbol. All other queries
are not supported.
# NOT RUN {
GeneSybmolThesarus(symbols = c("FAM64A"))
# }
# NOT RUN {
# }
# NOT RUN {
UpdateSymbolList(symbols = cc.genes$s.genes)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab