Datasets:
haneulpark
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -9,12 +9,17 @@ pretty_name: AggregatorAdvisor
|
|
9 |
size_categories:
|
10 |
- 10K<n<100K
|
11 |
dataset_summary: >-
|
12 |
-
AggregatorAdvisor identifies molecules that are known to aggregate or may
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
|
|
|
|
|
|
|
|
|
|
18 |
@article
|
19 |
{Irwin2015, title = {An Aggregation Advisor for Ligand Discovery},
|
20 |
volume = {58}, ISSN = {1520-4804},
|
@@ -41,23 +46,23 @@ configs:
|
|
41 |
dataset_info:
|
42 |
- config_name: AggregatorAdvisor
|
43 |
features:
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
splits:
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
---
|
62 |
|
63 |
# Aggregator Advisor
|
@@ -145,4 +150,4 @@ Split and evaluate the catboost model
|
|
145 |
## Citation
|
146 |
J. Med. Chem. 2015, 58, 17, 7076–7087
|
147 |
Publication Date:August 21, 2015
|
148 |
-
https://doi.org/10.1021/acs.jmedchem.5b01105
|
|
|
9 |
size_categories:
|
10 |
- 10K<n<100K
|
11 |
dataset_summary: >-
|
12 |
+
AggregatorAdvisor identifies molecules that are known to aggregate or may
|
13 |
+
aggregate in biochemical assays based on the chemical similarity to known
|
14 |
+
aggregators, and physical properties. In the default affinity range of 100 nM
|
15 |
+
to 10 μM, if calculated LogP > 3 and Tc ≥ 85%, the user is informed that this
|
16 |
+
compound should be investigated as an aggregator. If either calculated LogP >
|
17 |
+
3 or Tc > 85%, the user is warned that one of these two contributing criteria
|
18 |
+
are in effect and that controls should be run. If neither of these is true,
|
19 |
+
this is reported, and the user is counseled that controls are always advised.
|
20 |
+
The train and test datasets were created after sanitizing and splitting the
|
21 |
+
original dataset in the paper below.
|
22 |
+
citation: |-
|
23 |
@article
|
24 |
{Irwin2015, title = {An Aggregation Advisor for Ligand Discovery},
|
25 |
volume = {58}, ISSN = {1520-4804},
|
|
|
46 |
dataset_info:
|
47 |
- config_name: AggregatorAdvisor
|
48 |
features:
|
49 |
+
- name: new SMILES
|
50 |
+
dtype: string
|
51 |
+
- name: substance_id
|
52 |
+
dtype: string
|
53 |
+
- name: aggref_index
|
54 |
+
dtype: int64
|
55 |
+
- name: logP
|
56 |
+
dtype: float64
|
57 |
+
- name: reference
|
58 |
+
dtype: string
|
59 |
splits:
|
60 |
+
- name: train
|
61 |
+
num_bytes: 404768
|
62 |
+
num_examples: 10116
|
63 |
+
- name: test
|
64 |
+
num_bytes: 101288
|
65 |
+
num_examples: 2529
|
66 |
---
|
67 |
|
68 |
# Aggregator Advisor
|
|
|
150 |
## Citation
|
151 |
J. Med. Chem. 2015, 58, 17, 7076–7087
|
152 |
Publication Date:August 21, 2015
|
153 |
+
https://doi.org/10.1021/acs.jmedchem.5b01105
|