---
dataset_info:
  features:
  - name: HGNC ID
    dtype: int64
  - name: Approved symbol
    dtype: string
  - name: Approved name
    dtype: string
  - name: Status
    dtype: string
  - name: Previous symbols
    dtype: string
  - name: Alias symbols
    dtype: string
  - name: Chromosome
    dtype: string
  - name: Accession numbers
    dtype: string
  - name: RefSeq IDs
    dtype: string
  - name: Locus type
    dtype: string
  - name: Previous name
    dtype: string
  - name: OMIM ID(supplied by OMIM)
    dtype: string
  - name: NCBI Gene ID(supplied by NCBI)
    dtype: int64
  - name: LNCipedia ID (supplied by LNCipedia)
    dtype: string
  - name: RefSeq(supplied by NCBI)
    dtype: string
  - name: Alias names
    dtype: string
  - name: Locus group
    dtype: string
  - name: Date approved
    dtype: string
  - name: Enzyme IDs
    dtype: string
  - name: Gene group ID
    dtype: string
  splits:
  - name: train
    num_bytes: 4883453
    num_examples: 15407
  - name: test
    num_bytes: 1219678
    num_examples: 3852
  download_size: 2728261
  dataset_size: 6103131
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---