Upload dataset
Browse files- README.md +63 -0
- data/train-00000-of-00001.parquet +3 -0
README.md
ADDED
@@ -0,0 +1,63 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: family_id
|
5 |
+
dtype: int64
|
6 |
+
- name: family_type
|
7 |
+
dtype: string
|
8 |
+
- name: family_name
|
9 |
+
dtype: string
|
10 |
+
- name: target_id
|
11 |
+
dtype: int64
|
12 |
+
- name: target_name
|
13 |
+
dtype: string
|
14 |
+
- name: ligand_id
|
15 |
+
dtype: int64
|
16 |
+
- name: ligand_name
|
17 |
+
dtype: string
|
18 |
+
- name: ligand_type
|
19 |
+
dtype: string
|
20 |
+
- name: interaction_id
|
21 |
+
dtype: int64
|
22 |
+
- name: interaction_type
|
23 |
+
dtype: string
|
24 |
+
- name: interaction_action
|
25 |
+
dtype: string
|
26 |
+
- name: ligand_approved
|
27 |
+
dtype: bool
|
28 |
+
- name: ligand_approval_source
|
29 |
+
dtype: string
|
30 |
+
- name: ligand_pubchem_sid
|
31 |
+
dtype: float64
|
32 |
+
- name: interaction_primary_target
|
33 |
+
dtype: bool
|
34 |
+
- name: interaction_affinity_median
|
35 |
+
dtype: float64
|
36 |
+
- name: interaction_affinity_units
|
37 |
+
dtype: string
|
38 |
+
- name: reference_id
|
39 |
+
dtype: float64
|
40 |
+
- name: reference_type
|
41 |
+
dtype: string
|
42 |
+
- name: reference_title
|
43 |
+
dtype: string
|
44 |
+
- name: reference_article_title
|
45 |
+
dtype: string
|
46 |
+
- name: reference_pubmed_id
|
47 |
+
dtype: float64
|
48 |
+
- name: reference_doi
|
49 |
+
dtype: string
|
50 |
+
- name: reference_pmc_id
|
51 |
+
dtype: string
|
52 |
+
splits:
|
53 |
+
- name: train
|
54 |
+
num_bytes: 10299300
|
55 |
+
num_examples: 28155
|
56 |
+
download_size: 1886742
|
57 |
+
dataset_size: 10299300
|
58 |
+
configs:
|
59 |
+
- config_name: default
|
60 |
+
data_files:
|
61 |
+
- split: train
|
62 |
+
path: data/train-*
|
63 |
+
---
|
data/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:70a053062172e963320e39a100da137d247136d43b3b5f815bcc23bee9951302
|
3 |
+
size 1886742
|