Eachan Johnson
commited on
Commit
•
8b4c10c
1
Parent(s):
c004004
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,192 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
task_categories:
|
4 |
+
- text-classification
|
5 |
+
- zero-shot-classification
|
6 |
+
- text2text-generation
|
7 |
+
- translation
|
8 |
+
tags:
|
9 |
+
- chemistry
|
10 |
+
- SMILES
|
11 |
+
- docking
|
12 |
+
pretty_name: 'Ultra-large docking: AmpC 96M (Lyu J, Wang S, Balius T, Singh I, Nature 2019)'
|
13 |
+
size_categories:
|
14 |
+
- '10M<n<100M'
|
15 |
+
configs:
|
16 |
+
- config_name: main_data
|
17 |
+
data_files: "chunked/ampc-dock_*.csv.gz"
|
18 |
+
sep: ","
|
19 |
+
default: true
|
20 |
---
|
21 |
+
# Ultra-large docking data: AmpC 96M compounds
|
22 |
+
|
23 |
+
These data are from John J. Irwin, Bryan L. Roth, and Brian K. Shoichet's labs. They published it as:
|
24 |
+
|
25 |
+
> [!NOTE]
|
26 |
+
> Lyu J, Wang S, Balius TE, Singh I, Levit A, Moroz YS, O'Meara MJ, Che T, Algaa E, Tolmachova K, Tolmachev AA, Shoichet BK, Roth BL, Irwin JJ.
|
27 |
+
Ultra-large library docking for discovering new chemotypes. Nature. 2019 Feb;566(7743):224-229. doi: [10.1038/s41586-019-0917-9](https://doi.org/10.1038/s41586-019-0917-9).
|
28 |
+
Epub 2019 Feb 6. PMID: [30728502](https://pubmed.ncbi.nlm.nih.gov/30728502/); PMCID: [PMC6383769](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6383769/).
|
29 |
+
>
|
30 |
+
|
31 |
+
## Dataset Details
|
32 |
+
|
33 |
+
The compounds are represented as SMILES strings, and are annotated with ZINC IDs, heavy atom count (HAC), and DOCKscore. For convenience we have added molecuar weight,
|
34 |
+
Crippen cLogP, and topological surface area as calculated by RDKit (using [schemist](https://github.com/scbirlab/schemist)).
|
35 |
+
|
36 |
+
|
37 |
+
### Dataset Description
|
38 |
+
|
39 |
+
<!-- Provide a longer summary of what this dataset is. -->
|
40 |
+
|
41 |
+
The authors of doi: [10.1038/s41586-019-0917-9](https://doi.org/10.1038/s41586-019-0917-9) carried out a massive dockign campaign to
|
42 |
+
see if increasing the numerb of compounds in virtual libraries would increase the number of docking hits that represent new active
|
43 |
+
chemical scaffolds that validate in the wet lab.
|
44 |
+
|
45 |
+
They docked libraries of ~100 million molecules to AmpC, a $\beta$-lactamase, and the D$_4$ dopamine receptor. **This dataset contains the
|
46 |
+
compounds and DOCKscores for D$_4$**. We removed compounds with anomalous DOCKscores, and used [schemist](https://github.com/scbirlab/schemist)
|
47 |
+
to add molecuar weight, Crippen cLogP, and topological surface area.
|
48 |
+
|
49 |
+
<!-- - - **Curated by:** @eachanjohnson -->
|
50 |
+
<!-- - - **Funded by [optional]:** [The Francis Crick Institute] -->
|
51 |
+
<!-- - - **Shared by [optional]:** [More Information Needed] -->
|
52 |
+
- **License:** MIT
|
53 |
+
|
54 |
+
### Dataset Sources [optional]
|
55 |
+
|
56 |
+
<!-- Provide the basic links for the dataset. -->
|
57 |
+
|
58 |
+
<!-- - **Repository:** [More Information Needed] -->
|
59 |
+
- **Paper:** doi: [10.1038/s41586-019-0917-9](https://doi.org/10.1038/s41586-019-0917-9)
|
60 |
+
<!-- - **Demo [optional]:** [More Information Needed] -->
|
61 |
+
|
62 |
+
<!-- ## Uses
|
63 |
+
|
64 |
+
<!-- Address questions around how the dataset is intended to be used. -->
|
65 |
+
|
66 |
+
### Direct Use
|
67 |
+
|
68 |
+
<!-- This section describes suitable use cases for the dataset. -->
|
69 |
+
|
70 |
+
- Chemical property prediction
|
71 |
+
|
72 |
+
<!-- ### Out-of-Scope Use -->
|
73 |
+
|
74 |
+
<!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
|
75 |
+
|
76 |
+
<!-- [More Information Needed] -->
|
77 |
+
|
78 |
+
<!-- ## Dataset Structure -->
|
79 |
+
|
80 |
+
<!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
|
81 |
+
|
82 |
+
<!-- [More Information Needed] -->
|
83 |
+
|
84 |
+
<!-- ## Dataset Creation
|
85 |
+
|
86 |
+
<!-- ### Curation Rationale
|
87 |
+
|
88 |
+
<!-- Motivation for the creation of this dataset. -->
|
89 |
+
|
90 |
+
<!-- [More Information Needed] -->
|
91 |
+
|
92 |
+
### Source Data
|
93 |
+
|
94 |
+
Lyu J, Wang S, Balius TE, Singh I, Levit A, Moroz YS, O'Meara MJ, Che T, Algaa E, Tolmachova K, Tolmachev AA, Shoichet BK, Roth BL, Irwin JJ.
|
95 |
+
Ultra-large library docking for discovering new chemotypes. Nature. 2019 Feb;566(7743):224-229. doi: [10.1038/s41586-019-0917-9](https://doi.org/10.1038/s41586-019-0917-9).
|
96 |
+
Epub 2019 Feb 6. PMID: [30728502](https://pubmed.ncbi.nlm.nih.gov/30728502/); PMCID: [PMC6383769](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6383769/).
|
97 |
+
|
98 |
+
<!-- #### Data Collection and Processing
|
99 |
+
|
100 |
+
<!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
|
101 |
+
|
102 |
+
<!-- [More Information Needed] -->
|
103 |
+
|
104 |
+
#### Who are the source data producers?
|
105 |
+
|
106 |
+
Jiankun Lyu†, Sheng Wang†, Trent E. Balius†, Isha Singh†, Anat Levit, Yurii S. Moroz, Matthew J. O’Meara, Tao Che, Enkhjargal Algaa, Kateryna Tolmachova,
|
107 |
+
Andrey A. Tolmachev, Brian K. Shoichet*, Bryan L. Roth*, and John J. Irwin*
|
108 |
+
|
109 |
+
†These authors contributed equally.
|
110 |
+
*Corresponding authors.
|
111 |
+
|
112 |
+
### Annotations
|
113 |
+
|
114 |
+
We used [schemist](https://github.com/scbirlab/schemist) (which in turn uses RDKit)
|
115 |
+
to add molecuar weight, Crippen cLogP, and topological surface area.
|
116 |
+
|
117 |
+
<!-- #### Annotation process -->
|
118 |
+
|
119 |
+
<!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. -->
|
120 |
+
|
121 |
+
<!-- #### Who are the annotators? -->
|
122 |
+
|
123 |
+
<!-- This section describes the people or systems who created the annotations. -->
|
124 |
+
|
125 |
+
<!-- [More Information Needed] -->
|
126 |
+
|
127 |
+
<!-- #### Personal and Sensitive Information -->
|
128 |
+
|
129 |
+
<!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
|
130 |
+
|
131 |
+
<!-- [More Information Needed] -->
|
132 |
+
|
133 |
+
<!-- ## Bias, Risks, and Limitations -->
|
134 |
+
|
135 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
136 |
+
|
137 |
+
<!-- [More Information Needed] -->
|
138 |
+
|
139 |
+
<!-- ### Recommendations -->
|
140 |
+
|
141 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
142 |
+
|
143 |
+
Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
|
144 |
+
|
145 |
+
## Citation
|
146 |
+
|
147 |
+
<!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
|
148 |
+
|
149 |
+
**BibTeX:**
|
150 |
+
|
151 |
+
```
|
152 |
+
@article{10.1038/s41586-019-0917-9,
|
153 |
+
year = {2019},
|
154 |
+
title = {{Ultra-large library docking for discovering new chemotypes}},
|
155 |
+
author = {Lyu, Jiankun and Wang, Sheng and Balius, Trent E. and Singh, Isha and Levit, Anat and Moroz, Yurii S. and O’Meara, Matthew J. and Che, Tao and Algaa, Enkhjargal and Tolmachova, Kateryna and Tolmachev, Andrey A. and Shoichet, Brian K. and Roth, Bryan L. and Irwin, John J.},
|
156 |
+
journal = {Nature},
|
157 |
+
issn = {0028-0836},
|
158 |
+
doi = {10.1038/s41586-019-0917-9},
|
159 |
+
pmid = {30728502},
|
160 |
+
pmcid = {PMC6383769},
|
161 |
+
url = {https://www.ncbi.nlm.nih.gov/pubmed/30728502},
|
162 |
+
abstract = {{Despite intense interest in expanding chemical space, libraries containing hundreds-of-millions to billions of diverse molecules have remained inaccessible. Here we investigate structure-based docking of 170 million make-on-demand compounds from 130 well-characterized reactions. The resulting library is diverse, representing over 10.7 million scaffolds that are otherwise unavailable. For each compound in the library, docking against AmpC β-lactamase (AmpC) and the D4 dopamine receptor were simulated. From the top-ranking molecules, 44 and 549 compounds were synthesized and tested for interactions with AmpC and the D4 dopamine receptor, respectively. We found a phenolate inhibitor of AmpC, which revealed a group of inhibitors without known precedent. This molecule was optimized to 77 nM, which places it among the most potent non-covalent AmpC inhibitors known. Crystal structures of this and other AmpC inhibitors confirmed the docking predictions. Against the D4 dopamine receptor, hit rates fell almost monotonically with docking score, and a hit-rate versus score curve predicted that the library contained 453,000 ligands for the D4 dopamine receptor. Of 81 new chemotypes discovered, 30 showed submicromolar activity, including a 180-pM subtype-selective agonist of the D4 dopamine receptor. Using a make-on-demand library that contains hundreds-of-millions of molecules, structure-based docking was used to identify compounds that, after synthesis and testing, are shown to interact with AmpC β-lactamase and the D4 dopamine receptor with high affinity.}},
|
163 |
+
pages = {224--229},
|
164 |
+
number = {7743},
|
165 |
+
volume = {566},
|
166 |
+
keywords = {}
|
167 |
+
}
|
168 |
+
```
|
169 |
+
|
170 |
+
**APA:**
|
171 |
+
|
172 |
+
Lyu, J., Wang, S., Balius, T. E., Singh, I., Levit, A., Moroz, Y. S., O'Meara, M. J., Che, T., Algaa, E., Tolmachova, K., Tolmachev, A. A., Shoichet, B. K.,
|
173 |
+
Roth, B. L., & Irwin, J. J. (2019). Ultra-large library docking for discovering new chemotypes. Nature, 566(7743), 224–229.
|
174 |
+
https://doi.org/10.1038/s41586-019-0917-9
|
175 |
+
|
176 |
+
<!-- ## Glossary [optional]
|
177 |
+
|
178 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
|
179 |
+
|
180 |
+
<!-- [More Information Needed]
|
181 |
+
|
182 |
+
<!-- ## More Information [optional]
|
183 |
+
|
184 |
+
[More Information Needed] -->
|
185 |
+
|
186 |
+
## Dataset Card Authors [optional]
|
187 |
+
|
188 |
+
@eachanjohnson
|
189 |
+
|
190 |
+
<!-- ## Dataset Card Contact
|
191 |
+
|
192 |
+
[More Information Needed] -->
|