Update README.md
Browse files
README.md
CHANGED
@@ -10,6 +10,31 @@ tags:
|
|
10 |
pretty_name: Assay-Interfering-Compounds Finder
|
11 |
size_categories:
|
12 |
- 1M<n<10M
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
|
14 |
---
|
15 |
# Boldini2024 (Assay-Interfering-Compounds Finder)
|
@@ -17,8 +42,8 @@ size_categories:
|
|
17 |
In this study, they present the first data-driven approach to simultaneously detect assay interferents and prioritize true bioactive compounds.
|
18 |
Their method enables false positive and true positive detection without relying on prior screens or assay interference mechanisms, making it applicable to any high throughput screening campaign.
|
19 |
|
20 |
-
The datasets uploaded to our Hugging Face repository have been sanitized
|
21 |
-
If you
|
22 |
|
23 |
|
24 |
# Citation
|
|
|
10 |
pretty_name: Assay-Interfering-Compounds Finder
|
11 |
size_categories:
|
12 |
- 1M<n<10M
|
13 |
+
dataset_summary: >-
|
14 |
+
The assay-interfering-compounds finder consists of 17 different datasets. The datasets are uploaded after molecular sanitization using RDKit and MolVS.
|
15 |
+
citation: >-
|
16 |
+
@article{Boldini2024,
|
17 |
+
title = {Machine Learning Assisted Hit Prioritization for High Throughput Screening in Drug Discovery},
|
18 |
+
ISSN = {2374-7951},
|
19 |
+
url = {http://dx.doi.org/10.1021/acscentsci.3c01517},
|
20 |
+
DOI = {10.1021/acscentsci.3c01517},
|
21 |
+
journal = {ACS Central Science},
|
22 |
+
publisher = {American Chemical Society (ACS)},
|
23 |
+
author = {Boldini, Davide and Friedrich, Lukas and Kuhn, Daniel and Sieber, Stephan A.},
|
24 |
+
year = {2024},
|
25 |
+
month = mar
|
26 |
+
}
|
27 |
+
config_names:
|
28 |
+
- Boldini2024
|
29 |
+
dataset_info:
|
30 |
+
config_name: Boldini2024
|
31 |
+
data_files:
|
32 |
+
- GPCR_sanitized.csv
|
33 |
+
- GPCR2_sanitized.csv
|
34 |
+
- GPCR3_sanitized.csv
|
35 |
+
|
36 |
+
|
37 |
+
|
38 |
|
39 |
---
|
40 |
# Boldini2024 (Assay-Interfering-Compounds Finder)
|
|
|
42 |
In this study, they present the first data-driven approach to simultaneously detect assay interferents and prioritize true bioactive compounds.
|
43 |
Their method enables false positive and true positive detection without relying on prior screens or assay interference mechanisms, making it applicable to any high throughput screening campaign.
|
44 |
|
45 |
+
The datasets uploaded to our Hugging Face repository have been sanitized using RDKit and MolVS.
|
46 |
+
If you want to try these processes with the original dataset, please follow the instructions in the [Processing Script.py]() file in the maomlab/Boldini2024.
|
47 |
|
48 |
|
49 |
# Citation
|