predict_ppi
ActiveTool of Cure Cancer With AI
Predict the binding-affinity class for a pair of proteins using the IBM MAMMAL biomedical foundation model. Returns label "1" (interacting) or "0" (non-interacting). Inference is CPU-bound and may take up to ~60s.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"protein_a",
"protein_b"
],
"properties": {
"protein_a": {
"type": "string",
"description": "Amino-acid sequence, single-letter codes (ACDEFGHIKLMNPQRSTVWY), no FASTA header."
},
"protein_b": {
"type": "string",
"description": "Amino-acid sequence, single-letter codes."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Cure Cancer With AI
https://github.com/hifarrer/ccwai-api
1/7 registries