hgnc.table {HGNChelper} | R Documentation |
All current and withdrawn HGNC gene symbols and Excel-mogrified symbols
Description
A data.frame
with the first column providing a gene symbol or
known alias (including withdrawn symbols), second column providing the approved
HGNC human gene symbol.
-
Symbol
: All valid, Excel-mogrified, and withdrawn symbols -
Approved.Symbol
: Approved symbols
Usage
hgnc.table
Format
An object of class data.table
(inherits from data.frame
) with 103744 rows and 3 columns.
Source
Extracted from ftp://ftp.ebi.ac.uk/pub/databases/genenames/new/tsv/hgnc_complete_set.txt and system.file("extdata/mog_map.csv", package="HGNChelper")
Examples
data("hgnc.table", package="HGNChelper")
head(hgnc.table)
[Package HGNChelper version 0.8.14 Index]