-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathdocker_api_content.yml
74 lines (73 loc) · 2.47 KB
/
docker_api_content.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
Request type: form-data (POST)
Input:
key: smiles
values: <SMILES_STRING>
Output:
{
"image": string,
"logp": string,
"logs": string,
"prediction_results": {
"CCCC": {
"Activity Model": {
"Precison": float,
"Recall": float,
"accuracy": float,
"actives": int,
"cohen_k_test": float,
"dataset_size": int,
"f1_score": float,
"feature": string,
"inactives": int,
"model": "ExtraTreesClassifier",
"no_of_actives": int,
"prediction": string,
"probability": float,
"roc_auc": float
},
"Toxicity Model": {
"Precison": float,
"Recall": float,
"accuracy": float,
"actives": int,
"cohen_k_test": float,
"dataset_size": int,
"f1_score": float,
"feature": string,
"inactives": int,
"model": "ExtraTreesClassifier",
"no_of_actives": int,
"prediction": string,
"probability": float,
"roc_auc": float
}
}
},
"processed_query_smiles": string,
"similarity_results": {
string: {
"ACE2_enzymatic_activity.AC50": string,
"ACE2_enzymatic_activity.ACTIVITY_CLASS": string,
"ACE2_enzymatic_activity.SIGNIFICANCE_CLASS": string,
"AlphaLISA.AC50": string,
"AlphaLISA.ACTIVITY_CLASS": string,
"AlphaLISA.SIGNIFICANCE_CLASS": string,
"Aqueous Solubility {predicted by ochem.eu/model/536 in log(mol/L)}": float,
"CPE.AC50": string,
"CPE.ACTIVITY_CLASS": string,
"CPE.SIGNIFICANCE_CLASS": string,
"DC.ID": float,
"DC.NAME": string,
"MW": float,
"NCATS.SYNONYMS": string,
"TruHit_Counterscreen.AC50": string,
"TruHit_Counterscreen.ACTIVITY_CLASS": string,
"TruHit_Counterscreen.SIGNIFICANCE_CLASS": string,
"host_tox_counterscreen.AC50": string,
"host_tox_counterscreen.ACTIVITY_CLASS": string,
"host_tox_counterscreen.SIGNIFICANCE_CLASS": string,
"logPow {predicted by ochem.eu/model/535 in Log unit}": float,
"tanimoto": float
}
}
}