Upload dataset
Browse files- README.md +31 -0
- data/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -1,3 +1,34 @@
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
3 |
+
dataset_info:
|
4 |
+
features:
|
5 |
+
- name: GENE
|
6 |
+
dtype: string
|
7 |
+
- name: Occurences
|
8 |
+
dtype: int64
|
9 |
+
- name: Present In
|
10 |
+
dtype: string
|
11 |
+
- name: GeneID
|
12 |
+
dtype: int64
|
13 |
+
- name: Symbol
|
14 |
+
dtype: string
|
15 |
+
- name: Name
|
16 |
+
dtype: string
|
17 |
+
- name: Taxonomy
|
18 |
+
dtype: string
|
19 |
+
- name: Description
|
20 |
+
dtype: string
|
21 |
+
- name: Synonyms
|
22 |
+
dtype: string
|
23 |
+
splits:
|
24 |
+
- name: train
|
25 |
+
num_bytes: 57946
|
26 |
+
num_examples: 81
|
27 |
+
download_size: 37526
|
28 |
+
dataset_size: 57946
|
29 |
+
configs:
|
30 |
+
- config_name: default
|
31 |
+
data_files:
|
32 |
+
- split: train
|
33 |
+
path: data/train-*
|
34 |
---
|
data/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:61eac3b3e9be93f735e8df877d8fb96f89fb093836421099653f9ecf919c1d1d
|
3 |
+
size 37526
|