predict_clintox
ActiveTool of Cure Cancer With AI
declared in 1.0.0
Predict clinical-trial toxicity for a compound using IBM MAMMAL. Returns pred 1 (toxic / likely to fail trials) or 0 (not toxic) plus a raw score. Inference is CPU-bound and may take up to ~60s.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"smiles"
],
"properties": {
"smiles": {
"type": "string",
"description": "Compound structure in SMILES notation."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Cure Cancer With AI
https://github.com/hifarrer/ccwai-api
1/7 registries