Datasets:
Commit
·
d48784a
1
Parent(s):
e712c7d
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- chemistry
|
| 4 |
+
size_categories:
|
| 5 |
+
- 1M<n<10M
|
| 6 |
+
configs:
|
| 7 |
+
- config_name: default
|
| 8 |
+
data_files: allmolgen.tar.xz
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
Downloaded using PyTDC (https://tdcommons.ai/).
|
| 12 |
+
|
| 13 |
+
Contains the unique canonicalized SMILES molecules from MOSES, ZINC-250K, and ChEMBL-29, done with RDKit.
|
| 14 |
+
|
| 15 |
+
Distribution of tokenized SMILES sequence lengths below. The following regex string was used
|
| 16 |
+
to split the SMILES molecule into tokens: (\[[^\]]+]|Br?|Cl?|N|O|S|P|F|I|b|c|n|o|s|p|\(|\)|\.|=|#|-|\+|\\|\/|:|~|@|\?|>>?|\*|\$|\%[0-9]{2}|[0-9])
|
| 17 |
+
|
| 18 |
+
<img src="violin_allmolgen_cano.png" width=50% height=50%>
|
| 19 |
+
Included in the .csv (after extracting the .tar.xz file) is a column "smi_len".
|
| 20 |
+
If using the same SMILES tokenization regex string as above, you can simply filter using the values in this column ("smi_len").
|
| 21 |
+
I'd recommend post-processing since clearly a majority of the sequences are of a much shorter length than the highest, which is above 1400 (using my regex string).
|