View source: R/gene_idmapping.R
hgnc_lookuptable | R Documentation |
download link: https://www.genenames.org/download/statistics-and-files/ table: "Complete dataset download links" –>> "Complete HGNC approved dataset text json" –>> download the "TXT" table filename is typically something like hgnc_complete_set.txt URL as of September 2023; https://ftp.ebi.ac.uk/pub/databases/genenames/hgnc/tsv/hgnc_complete_set.txt
hgnc_lookuptable(f, uppercase_symbols = TRUE)
f |
full path to the downloaded table (expected to be tsv format) |
uppercase_symbols |
convert all gene symbols to upper case? default: TRUE |
a long-format table with columns; hgnc_id, hgnc_symbol, type, value
table: "Total Approved Symbols" –>> "TXT" / "text file in TSV format" filename is typically something like non_alt_loci_set.txt
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.