Predict protein–protein interaction
predict_ppiPredict 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.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| protein_a | Yes | Amino-acid sequence, single-letter codes (ACDEFGHIKLMNPQRSTVWY), no FASTA header. | |
| protein_b | Yes | Amino-acid sequence, single-letter codes. |