Skip to main content

Binding Site Prediction

Binding site prediction is the problem of detecting where (which residues) on a protein are likely to interact with other molecules. This is also called a binding pocket, pocket, functional site, or sometimes a hotspot. Not all parts of a protein can be easily bound, so identifying where likely sites are can help scientists understand what the function of an unknown protein is, avoid disrupting important sites when engineering a protein, and decide whether or not a candidate protein is a good drug target.

Predict pockets in P08100

resip(bind)
2650.925
2680.8773
2120.8214
pocket1

AF2BIND

AF2BIND is a logistic regression model on top of AF2 embeddings that predicts the probability that each residue in a protein is in a pocket.

Inputs

PDB file: A single chain protein structure.

Outputs

Probabilities: For each residue, a probability of being in a pocket.

Example Scripts

Predict binding sites in P32883

resip(bind)
130.8182
150.8126
160.811
pocket2

How to Evaluate Pocket Prediction Results

  • Visual Inspection: Use of a molecule visualizer with expert knowledge to check if the predicted pocket has sufficient shape and biochemical properties to be a binding surface.

Integration with Other Tools

Docking

If a hypothetical small molecule is known, docking can be used to cross-validate pocket predictions.