Upload dataset
Browse files
README.md
CHANGED
@@ -18,7 +18,71 @@ citation_apa: Tsuboyama, K., Dauparas, J., Chen, J. et al. Mega-scale experiment
|
|
18 |
analysis of protein folding stability in biology and design. Nature 620, 434–444
|
19 |
(2023). https://doi.org/10.1038/s41586-023-06328-6
|
20 |
dataset_info:
|
21 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
features:
|
23 |
- name: name
|
24 |
dtype: string
|
@@ -109,6 +173,10 @@ dataset_info:
|
|
109 |
download_size: 151448982
|
110 |
dataset_size: 1244546799
|
111 |
configs:
|
|
|
|
|
|
|
|
|
112 |
- config_name: dataset3_single
|
113 |
data_files:
|
114 |
- split: train
|
|
|
18 |
analysis of protein folding stability in biology and design. Nature 620, 434–444
|
19 |
(2023). https://doi.org/10.1038/s41586-023-06328-6
|
20 |
dataset_info:
|
21 |
+
- config_name: dataset1
|
22 |
+
features:
|
23 |
+
- name: name
|
24 |
+
dtype: string
|
25 |
+
- name: dna_seq
|
26 |
+
dtype: string
|
27 |
+
- name: log10_K50_t
|
28 |
+
dtype: float64
|
29 |
+
- name: log10_K50_t_95CI_high
|
30 |
+
dtype: float64
|
31 |
+
- name: log10_K50_t_95CI_low
|
32 |
+
dtype: float64
|
33 |
+
- name: log10_K50_t_95CI
|
34 |
+
dtype: float64
|
35 |
+
- name: fitting_error_t
|
36 |
+
dtype: float64
|
37 |
+
- name: log10_K50unfolded_t
|
38 |
+
dtype: float64
|
39 |
+
- name: deltaG_t
|
40 |
+
dtype: float64
|
41 |
+
- name: deltaG_t_95CI_high
|
42 |
+
dtype: float64
|
43 |
+
- name: deltaG_t_95CI_low
|
44 |
+
dtype: float64
|
45 |
+
- name: deltaG_t_95CI
|
46 |
+
dtype: float64
|
47 |
+
- name: log10_K50_c
|
48 |
+
dtype: float64
|
49 |
+
- name: log10_K50_c_95CI_high
|
50 |
+
dtype: float64
|
51 |
+
- name: log10_K50_c_95CI_low
|
52 |
+
dtype: float64
|
53 |
+
- name: log10_K50_c_95CI
|
54 |
+
dtype: float64
|
55 |
+
- name: fitting_error_c
|
56 |
+
dtype: float64
|
57 |
+
- name: log10_K50unfolded_c
|
58 |
+
dtype: float64
|
59 |
+
- name: deltaG_c
|
60 |
+
dtype: float64
|
61 |
+
- name: deltaG_c_95CI_high
|
62 |
+
dtype: float64
|
63 |
+
- name: deltaG_c_95CI_low
|
64 |
+
dtype: float64
|
65 |
+
- name: deltaG_c_95CI
|
66 |
+
dtype: float64
|
67 |
+
- name: deltaG
|
68 |
+
dtype: float64
|
69 |
+
- name: deltaG_95CI_high
|
70 |
+
dtype: float64
|
71 |
+
- name: deltaG_95CI_low
|
72 |
+
dtype: float64
|
73 |
+
- name: deltaG_95CI
|
74 |
+
dtype: float64
|
75 |
+
- name: log10_K50_trypsin_ML
|
76 |
+
dtype: float64
|
77 |
+
- name: log10_K50_chymotrypsin_ML
|
78 |
+
dtype: float64
|
79 |
+
splits:
|
80 |
+
- name: train
|
81 |
+
num_bytes: 821805209
|
82 |
+
num_examples: 1841285
|
83 |
+
download_size: 562388001
|
84 |
+
dataset_size: 821805209
|
85 |
+
- config_name: dataset3_single
|
86 |
features:
|
87 |
- name: name
|
88 |
dtype: string
|
|
|
173 |
download_size: 151448982
|
174 |
dataset_size: 1244546799
|
175 |
configs:
|
176 |
+
- config_name: dataset1
|
177 |
+
data_files:
|
178 |
+
- split: train
|
179 |
+
path: dataset1/data/train-*
|
180 |
- config_name: dataset3_single
|
181 |
data_files:
|
182 |
- split: train
|