Eachan Johnson
commited on
Commit
•
fb05c20
1
Parent(s):
b959ab4
Update README
Browse files
README.md
CHANGED
@@ -1,3 +1,171 @@
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
3 |
+
task_categories:
|
4 |
+
- fill-mask
|
5 |
+
- text-classification
|
6 |
+
- text2text-generation
|
7 |
+
- translation
|
8 |
+
- zero-shot-classification
|
9 |
+
tags:
|
10 |
+
- chemistry
|
11 |
+
- biology
|
12 |
+
- SMILES
|
13 |
+
size_categories:
|
14 |
+
- 100M<n<1B
|
15 |
+
pretty_name: 'Cyclic peptides (650 million)'
|
16 |
+
configs:
|
17 |
+
- config_name: full
|
18 |
+
data_files: "*/*.csv.gz"
|
19 |
+
default: true
|
20 |
+
- config_name: split
|
21 |
+
data_files:
|
22 |
+
- split: train
|
23 |
+
path: "train/*.csv.gz"
|
24 |
+
- split: test
|
25 |
+
path: "test/*.csv.gz"
|
26 |
+
- split: validation
|
27 |
+
path: "validation/*.csv.gz"
|
28 |
---
|
29 |
+
# hudson-2023-dosedo
|
30 |
+
|
31 |
+
SMILES of ~3.7 million diversity-oriented synthesis (DOS) compounds from a reported DNA-encoded library, in:
|
32 |
+
|
33 |
+
>
|
34 |
+
> Hudson, L., Mason, J.W., Westphal, M.V. et al. Diversity-oriented synthesis encoded by deoxyoligonucleotides.
|
35 |
+
> Nat Commun 14, 4930 (2023). https://doi.org/10.1038/s41467-023-40575-5
|
36 |
+
>
|
37 |
+
|
38 |
+
The SMILES strings have been canonicalized, and split into training (70%), validation (15%), and test (15%) sets by Murcko scaffold. Additional features like molecular weight and topological polar surface area have also been calculated.
|
39 |
+
|
40 |
+
## Dataset Details
|
41 |
+
|
42 |
+
### Dataset Description
|
43 |
+
|
44 |
+
- **Curated by:** [@eachanjohnson](https://huggingface.co/eachanjohnson)
|
45 |
+
- **Funded by:** The Francis Crick Institute
|
46 |
+
- **License:** CC-by-4.0
|
47 |
+
|
48 |
+
### Dataset Sources
|
49 |
+
|
50 |
+
<!-- Provide the basic links for the dataset. -->
|
51 |
+
|
52 |
+
- **Repository:** https://doi.org/10.5281/zenodo.8136904
|
53 |
+
- **Paper** https://doi.org/10.1038/s41467-023-40575-5
|
54 |
+
<!-- - **Demo [optional]:** [More Information Needed] -->
|
55 |
+
|
56 |
+
## Uses
|
57 |
+
|
58 |
+
Developing chemistry models.
|
59 |
+
|
60 |
+
<!-- ### Direct Use -->
|
61 |
+
|
62 |
+
<!-- This section describes suitable use cases for the dataset. -->
|
63 |
+
|
64 |
+
<!-- [More Information Needed]
|
65 |
+
|
66 |
+
### Out-of-Scope Use
|
67 |
+
|
68 |
+
<!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
|
69 |
+
|
70 |
+
<!-- [More Information Needed] -->
|
71 |
+
|
72 |
+
## Dataset Structure
|
73 |
+
|
74 |
+
- **SMILES**: SMILES string of compound
|
75 |
+
- **ROWNUM**: Row number of original dataset
|
76 |
+
- **id**: Numerical almost-unique identifier of compound
|
77 |
+
- **inchikey**: Unique identifier for compound
|
78 |
+
- **smiles**: RDKit-canonicalized SMILES string of compound
|
79 |
+
- **scaffold**: Murcko scaffold of compound
|
80 |
+
- **mwt**: Molecular weight of compound
|
81 |
+
- **clogp**: Crippen LogP of compound
|
82 |
+
- **tpsa**: Topological polar surface area of compound
|
83 |
+
- **is_train**: In training split
|
84 |
+
- **is_test**: In test split
|
85 |
+
- **is_validation**: In validation split
|
86 |
+
|
87 |
+
## Dataset Creation
|
88 |
+
|
89 |
+
### Curation Rationale
|
90 |
+
|
91 |
+
To make available a large dataset of SMILES strings for DOS compounds, as distinct from commonly encountered
|
92 |
+
virtual libraries from conventional combinatorial chemistry.
|
93 |
+
|
94 |
+
#### Data Collection and Processing
|
95 |
+
|
96 |
+
Data were processed using [schemist](https://github.com/scbirlab/schemist), a tool for processing chemical datasets.
|
97 |
+
|
98 |
+
#### Who are the source data producers?
|
99 |
+
|
100 |
+
Liam Hudson, Jeremy W. Mason, Matthias V. Westphal, Matthieu J. R. Richter,
|
101 |
+
Jonathan R. Thielman, Bruce K. Hua, Christopher J. Gerry, Guoqin Xia,
|
102 |
+
Heather L. Osswald, John M. Knapp, Zher Yin Tan, Praveen Kokkonda,
|
103 |
+
Ben I. C. Tresco, Shuang Liu, Andrew G. Reidenbach, Katherine S. Lim,
|
104 |
+
Jennifer Poirier, John Capece, Simone Bonazzi, Christian M. Gampe, Nichola J. Smith,
|
105 |
+
James E. Bradner, Connor W. Coley, Paul A. Clemons, Bruno Melillo, C. Suk-Yee Hon,
|
106 |
+
Johannes Ottl, Christoph E. Dumelin, Jonas V. Schaefer, Ann Marie E. Faust,
|
107 |
+
Frédéric Berst, Stuart L. Schreiber, Frédéric J. Zécri & Karin Briner.
|
108 |
+
|
109 |
+
#### Personal and Sensitive Information
|
110 |
+
|
111 |
+
None.
|
112 |
+
|
113 |
+
<!-- ## Bias, Risks, and Limitations -->
|
114 |
+
|
115 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
116 |
+
|
117 |
+
<!-- [More Information Needed] -->
|
118 |
+
|
119 |
+
<!-- ### Recommendations -->
|
120 |
+
|
121 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
122 |
+
|
123 |
+
<!-- Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations. -->
|
124 |
+
|
125 |
+
## Citation
|
126 |
+
|
127 |
+
<!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
|
128 |
+
|
129 |
+
**BibTeX:**
|
130 |
+
|
131 |
+
```
|
132 |
+
@article{10.1038/s41467-023-40575-5,
|
133 |
+
year = {2023},
|
134 |
+
title = {{Diversity-oriented synthesis encoded by deoxyoligonucleotides}},
|
135 |
+
author = {Hudson, Liam and Mason, Jeremy W. and Westphal, Matthias V. and Richter, Matthieu J. R. and Thielman, Jonathan R. and Hua, Bruce K. and Gerry, Christopher J. and Xia, Guoqin and Osswald, Heather L. and Knapp, John M. and Tan, Zher Yin and Kokkonda, Praveen and Tresco, Ben I. C. and Liu, Shuang and Reidenbach, Andrew G. and Lim, Katherine S. and Poirier, Jennifer and Capece, John and Bonazzi, Simone and Gampe, Christian M. and Smith, Nichola J. and Bradner, James E. and Coley, Connor W. and Clemons, Paul A. and Melillo, Bruno and Hon, C. Suk-Yee and Ottl, Johannes and Dumelin, Christoph E. and Schaefer, Jonas V. and Faust, Ann Marie E. and Berst, Frédéric and Schreiber, Stuart L. and Zécri, Frédéric J. and Briner, Karin},
|
136 |
+
journal = {Nature Communications},
|
137 |
+
doi = {10.1038/s41467-023-40575-5},
|
138 |
+
pmid = {37582753},
|
139 |
+
pmcid = {PMC10427684},
|
140 |
+
abstract = {{Diversity-oriented synthesis (DOS) is a powerful strategy to prepare molecules with underrepresented features in commercial screening collections, resulting in the elucidation of novel biological mechanisms. In parallel to the development of DOS, DNA-encoded libraries (DELs) have emerged as an effective, efficient screening strategy to identify protein binders. Despite recent advancements in this field, most DEL syntheses are limited by the presence of sensitive DNA-based constructs. Here, we describe the design, synthesis, and validation experiments performed for a 3.7 million-member DEL, generated using diverse skeleton architectures with varying exit vectors and derived from DOS, to achieve structural diversity beyond what is possible by varying appendages alone. We also show screening results for three diverse protein targets. We will make this DEL available to the academic scientific community to increase access to novel structural features and accelerate early-phase drug discovery. Most DNA-encoded library (DEL) syntheses are limited by the presence of sensitive DNA-based constructs. Here, the authors develop DOSEDO, a diverse 3.7 million compound DEL, generated through diversity-oriented synthesis that provides enhanced scaffold and exit vector diversity and gives validated binding hits for multiple protein targets.}},
|
141 |
+
pages = {4930},
|
142 |
+
number = {1},
|
143 |
+
volume = {14}
|
144 |
+
}
|
145 |
+
```
|
146 |
+
|
147 |
+
**APA:**
|
148 |
+
|
149 |
+
>
|
150 |
+
> Hudson, L., Mason, J. W., Westphal, M. V., Richter, M. J. R., Thielman, J. R., Hua, B. K., . . . Briner, K. (2023).
|
151 |
+
> Diversity-oriented synthesis encoded by deoxyoligonucleotides. Nature Communications, 14(1), 4930.
|
152 |
+
> doi:10.1038/s41467-023-40575-5
|
153 |
+
>
|
154 |
+
|
155 |
+
<!-- ## Glossary [optional] -->
|
156 |
+
|
157 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
|
158 |
+
|
159 |
+
<!-- [More Information Needed]
|
160 |
+
|
161 |
+
<!-- ## More Information [optional]
|
162 |
+
|
163 |
+
<!-- [More Information Needed]
|
164 |
+
|
165 |
+
<!-- ## Dataset Card Authors [optional]
|
166 |
+
|
167 |
+
<!-- [More Information Needed] -->
|
168 |
+
|
169 |
+
## Dataset Card Contact
|
170 |
+
|
171 |
+
[@eachanjohnson](https://huggingface.co/eachanjohnson)
|