Update README.md
Browse files
README.md
CHANGED
@@ -26,4 +26,24 @@ configs:
|
|
26 |
path: data/train-*
|
27 |
- split: test
|
28 |
path: data/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
path: data/train-*
|
27 |
- split: test
|
28 |
path: data/test-*
|
29 |
+
tags:
|
30 |
+
- molecule
|
31 |
+
- chemistry
|
32 |
+
- smiles
|
33 |
+
- free_energy
|
34 |
+
size_categories:
|
35 |
+
- 1K<n<10K
|
36 |
---
|
37 |
+
|
38 |
+
Molecular dataset: 10,000 TYK2 inhibitors (SMILES strings) with Docking scores and Relative Binding Free Energy (dG)
|
39 |
+
|
40 |
+
|
41 |
+
Dataset from paper:
|
42 |
+
|
43 |
+
James Thompson, W Patrick Walters, Jianwen A Feng, Nicolas A Pabon, Hongcheng Xu, Michael Maser, Brian B Goldman, Demetri Moustakas, Molly Schmidt, Forrest York,
|
44 |
+
Optimizing active learning for free energy calculations, Artificial Intelligence in the Life Sciences, Volume 2, 2022, 100050, ISSN 2667-3185,
|
45 |
+
https://doi.org/10.1016/j.ailsci.2022.100050.
|
46 |
+
|
47 |
+
https://www.sciencedirect.com/science/article/pii/S2667318522000204
|
48 |
+
|
49 |
+
original source: https://github.com/google-research/google-research/tree/master/al_for_fep
|