File size: 1,222 Bytes
8744efb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
---
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-*
---