Update README.md
Browse files
README.md
CHANGED
@@ -28,4 +28,65 @@ tags:
|
|
28 |
pretty_name: zinc20
|
29 |
size_categories:
|
30 |
- 1B<n<10B
|
31 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
pretty_name: zinc20
|
29 |
size_categories:
|
30 |
- 1B<n<10B
|
31 |
+
---
|
32 |
+
# Dataset Card for Zinc20
|
33 |
+
|
34 |
+
## Dataset Description
|
35 |
+
|
36 |
+
- **Homepage:** https://zinc20.docking.org/
|
37 |
+
- **Paper:** https://pubs.acs.org/doi/10.1021/acs.jcim.0c00675
|
38 |
+
|
39 |
+
### Dataset Summary
|
40 |
+
|
41 |
+
ZINC is a publicly available database that aggregates commercially available and annotated compounds.
|
42 |
+
ZINC provides downloadable 2D and 3D versions as well as a website that enables rapid molecule lookup and analog search.
|
43 |
+
ZINC has grown from fewer than 1 million compounds in 2005 to nearly 2 billion now.
|
44 |
+
This dataset includes ~1B molecules in total. We have filtered out any compounds that were not avaible to be converted from `smiles` to `seflies` representations.
|
45 |
+
|
46 |
+
### Supported Tasks and Leaderboards
|
47 |
+
|
48 |
+
[More Information Needed]
|
49 |
+
|
50 |
+
### Languages
|
51 |
+
|
52 |
+
[More Information Needed]
|
53 |
+
|
54 |
+
## Dataset Structure
|
55 |
+
|
56 |
+
### Data Instances
|
57 |
+
|
58 |
+
[More Information Needed]
|
59 |
+
|
60 |
+
### Data Fields
|
61 |
+
|
62 |
+
[More Information Needed]
|
63 |
+
|
64 |
+
### Data Splits
|
65 |
+
|
66 |
+
The dataset is split into an 80/10/10 train/valid/test random split across files (which roughly corresponds to the same percentages)
|
67 |
+
|
68 |
+
### Source Data
|
69 |
+
|
70 |
+
#### Initial Data Collection and Normalization
|
71 |
+
|
72 |
+
Initial data was released at https://zinc20.docking.org/. We have downloaded and added a `selfies` field and filtered out all molecules that did not contain molecules that could be converted to `selfies` representations.
|
73 |
+
|
74 |
+
### Citation Information
|
75 |
+
|
76 |
+
@article{Irwin2020,
|
77 |
+
doi = {10.1021/acs.jcim.0c00675},
|
78 |
+
url = {https://doi.org/10.1021/acs.jcim.0c00675},
|
79 |
+
year = {2020},
|
80 |
+
month = oct,
|
81 |
+
publisher = {American Chemical Society ({ACS})},
|
82 |
+
volume = {60},
|
83 |
+
number = {12},
|
84 |
+
pages = {6065--6073},
|
85 |
+
author = {John J. Irwin and Khanh G. Tang and Jennifer Young and Chinzorig Dandarchuluun and Benjamin R. Wong and Munkhzul Khurelbaatar and Yurii S. Moroz and John Mayfield and Roger A. Sayle},
|
86 |
+
title = {{ZINC}20{\textemdash}A Free Ultralarge-Scale Chemical Database for Ligand Discovery},
|
87 |
+
journal = {Journal of Chemical Information and Modeling}
|
88 |
+
}
|
89 |
+
|
90 |
+
### Contributions
|
91 |
+
|
92 |
+
This dataset was curated and added by [@zanussbaum](https://github.com/zanussbaum).
|