Description Usage Arguments Value Examples
obtains HGNC/HUGO symbol look up table containing official set of HUGO symbols.
1 | getHugoSymbols(paths_detail = NULL, curhugofname = NULL, verbose = F)
|
paths_detail |
A |
curhugofname |
If interactive gene symbol correction is to be used, this argument should be the file path to the HUGO table as downloaded from genenames.org. |
verbose |
Controlls if symbol corrections are to be interactive (if yes, curhugofname file must be supplied as it contains critical information, such as gene symbol status, past identifiers and synonyms) |
Table of symbols: either a two column data.frame, the hgnc.table provided by HGNChelper, or a data frame as provided by genenames.org. Either of which have a column titled Approved.Symbol which contains official, approved symbols.
1 2 3 4 | #get the default HUGO lookup table, hgnc.table from HGNChelper.
hsyms = getHugoSymbols()
#attempt to download and or use a full hugo lookup table from genenames.org
hsyms = getHugoSymbols(curhugofname="./reference_data/current_hugo_table_slim.txt")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.