MAMMAL

Protein–protein interaction

Predict the binding-affinity class for a pair of proteins using the IBM MAMMAL biomedical foundation model. The model is CPU-bound and serialized server-side; a call may take up to ~60s, so use a client timeout of at least 60 seconds.

post/api/v1/mammal/ppi

Request body

protein_astring required

Amino-acid sequence, single-letter codes (ACDEFGHIKLMNPQRSTVWY), no spaces or FASTA headers.

protein_bstring required

Amino-acid sequence, single-letter codes.

Response

PPI prediction.

Example response

{
  "data": {
    "prediction": "<SENTINEL_ID_0><1><EOS>"
  }
}