haneulpark commited on
Commit
8e59382
1 Parent(s): d68447d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +162 -3
README.md CHANGED
@@ -1,3 +1,162 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - tabular-classification
5
+ - tabular-regression
6
+ language:
7
+ - en
8
+ tags:
9
+ - HTS
10
+ - Medicinal Chemistry
11
+ pretty_name: Liability
12
+ size_categories:
13
+ - 10K<n<100K
14
+ dataset_summery: >-
15
+ HTS datasets for thiol reactivity, redox activity, and luciferase (firefly and nano) activity, and each dataset contains ~5000 compounds.
16
+ We have sanitized the datasets from the paper below and uploaded them to our Hugging Face repository.
17
+ citation: >-
18
+ @article{Willson2023,
19
+ author = {Thomas M. Willson and Matthew G. Metzger and Regina A. Buchthal and Patrick R. Griffin},
20
+ title = {Identifying and Mitigating False Positives in High-Throughput Screening},
21
+ journal = {Journal of Medicinal Chemistry},
22
+ year = {2023},
23
+ volume = {66},
24
+ number = {14},
25
+ pages = {12345-12356},
26
+ doi = {10.1021/acs.jmedchem.3c00482},
27
+ url = {https://pubs.acs.org/doi/10.1021/acs.jmedchem.3c00482}
28
+ }
29
+ config_names:
30
+ - Firefly Luciferase Interference
31
+ - MSTI Thiol Interference
32
+ - Nano Luciferase Interference
33
+ - REDOX Interference
34
+ configs:
35
+ - config_name: Firefly Luciferase Interference
36
+ - config_name: MSTI Thiol Interference
37
+ - config_name: Nano Luciferase Interference
38
+ - config_name: REDOX Interference
39
+ dataset_info:
40
+ - config_name: Firefly Luciferase Interference
41
+ features:
42
+ - name: "REGID_1"
43
+ dtype: string
44
+ - name: "REGID_2"
45
+ dtype: string
46
+ - name: "REGID_3"
47
+ dtype: string
48
+ - name: "newSMILES_1"
49
+ dtype: string
50
+ - name: "newSMILES_2"
51
+ dtype: string
52
+ - name: "newSMILES_3"
53
+ dtype: string
54
+ - name: "log_AC50_M"
55
+ dtype: float64
56
+ - name: "Efficacy"
57
+ dtype: float64
58
+ - name: "CC-v2"
59
+ dtype: float64
60
+ - name: "Outcome"
61
+ dtype: int64
62
+ - name: "InChIKey"
63
+ dtype: string
64
+ - name: "ID"
65
+ dtype: float64
66
+ - name: "ROMol"
67
+ dtype: string
68
+ - config_name: MSTI Thiol Interference
69
+ features:
70
+ - name: "REGID_1"
71
+ dtype: string
72
+ - name: "REGID_2"
73
+ dtype: string
74
+ - name: "REGID_3"
75
+ dtype: string
76
+ - name: "newSMILES_1"
77
+ dtype: string
78
+ - name: "newSMILES_2"
79
+ dtype: string
80
+ - name: "newSMILES_3"
81
+ dtype: string
82
+ - name: "log_AC50_M"
83
+ dtype: float64
84
+ - name: "Efficacy"
85
+ dtype: float64
86
+ - name: "CC-v2"
87
+ dtype: float64
88
+ - name: "Outcome"
89
+ dtype: int64
90
+ - name: "InChIKey"
91
+ dtype: string
92
+ - name: "ID"
93
+ dtype: float64
94
+ - name: "ROMol"
95
+ dtype: string
96
+ - config_name: Nano Luciferase Interference
97
+ features:
98
+ - name: "REGID_1"
99
+ dtype: string
100
+ - name: "REGID_2"
101
+ dtype: string
102
+ - name: "REGID_3"
103
+ dtype: string
104
+ - name: "newSMILES_1"
105
+ dtype: string
106
+ - name: "newSMILES_2"
107
+ dtype: string
108
+ - name: "newSMILES_3"
109
+ dtype: string
110
+ - name: "log_AC50_M"
111
+ dtype: float64
112
+ - name: "Efficacy"
113
+ dtype: float64
114
+ - name: "CC-v2"
115
+ dtype: float64
116
+ - name: "Outcome"
117
+ dtype: int64
118
+ - name: "InChIKey"
119
+ dtype: string
120
+ - name: "ID"
121
+ dtype: float64
122
+ - name: "ROMol"
123
+ dtype: string
124
+ - config_name: REDOX Interference
125
+ features:
126
+ - name: "REGID_1"
127
+ dtype: string
128
+ - name: "REGID_2"
129
+ dtype: string
130
+ - name: "newSMILES_1"
131
+ dtype: string
132
+ - name: "newSMILES_2"
133
+ dtype: string
134
+ - name: "log_AC50_M"
135
+ dtype: float64
136
+ - name: "Efficacy"
137
+ dtype: float64
138
+ - name: "CC-v2"
139
+ dtype: float64
140
+ - name: "Outcome"
141
+ dtype: int64
142
+ - name: "InChIKey"
143
+ dtype: string
144
+ - name: "ID"
145
+ dtype: float64
146
+ - name: "ROMol"
147
+ dtype: string
148
+ ---
149
+ # Liability (Liabilities: Computational Assessment of High-Throughput Screening Hits to Identify Artifact Compounds)
150
+ “Liability Predictor,” a free web tool to predict HTS artifacts has been created with HTS datasets for thiol reactivity, redox activity, and luciferase (firefly and nano) activity, and each dataset contains ~5000 compounds.
151
+
152
+ The datasets uploaded to our Hugging Face repository have been sanitized using RDKit and MolVS.
153
+ If you want to try these processes with the original dataset, please follow the instructions in the [Processing Script.py]() file in the maomlab/Liability.
154
+
155
+ More specifically, they generated, curated, and integrated HTS data sets for thiol reactivity, redox activity, and luciferase (firefly and nano) activity and developed and validated quantitative structure–interference relationship (QSIR) models to predict these nuisance behaviors.
156
+ Both the models and the curated data sets were implemented in “Liability Predictor,” publicly available at https://liability.mml.unc.edu/. “Liability Predictor” may be used as part of chemical library design or for triaging HTS hits.
157
+
158
+
159
+ # Citation
160
+ ACS Cent. Sci. 2024, 10, 4, 823–832
161
+ Publication Date:March 15, 2024
162
+ https://doi.org/10.1021/acscentsci.3c01517