How do we judge a docked structure?
DockQ turns a deceptively visual judgment — “did these two proteins meet in the right way?” — into three complementary measurements and one interpretable score.
Same proteins is not the same interface
A docking prediction contains the right two molecular partners, but that is only the beginning. Imagine protein A as a rigid receptor and protein B as a ligand. B can be near A, yet rotated, shifted, or using a completely different patch. An evaluation must compare the relationship between them, not merely recognize the ingredients.
Formal version: what is compared?
Native contacts make the interface discrete
Call a residue pair a contact when the two residues lie close across the interface (a common convention uses a 5 Å heavy-atom cutoff). The reference structure supplies the list of native contacts. We then ask how many of those exact pairs the prediction recovered. This is \(F_\text{nat}\): the fraction of native contacts reproduced.
Formal version: the exact convention behind \(F_\text{nat}\)
Distance needs an alignment rule
RMSD is a root-mean-square distance between corresponding atoms. But before measuring it, we must decide what to line up. This choice is not a technicality: aligning on the interface asks whether its local geometry matches; aligning on the receptor asks whether the ligand landed in the right global pose.
iRMSD aligns the interface residues and measures their RMSD. It is unforgiving about the local fit where the proteins touch. LRMSD aligns the receptor, then measures the ligand's RMSD; it exposes a ligand that is rotated or translated relative to a correctly fixed receptor.
Formal version: RMSD in one line
DockQ rewards agreement without a cliff edge
A score based only on contacts would miss a near-correct pose; a score based only on distances could forgive the wrong handshake pattern. DockQ averages one contact term with two smoothly scaled distance terms. The scaling matters: a 1 Å error should count as strong evidence, while a 20 Å error should not become twenty times “more wrong.”
Why these particular shapes?
DockQ makes categories comparable
DockQ is continuous, so it preserves the difference between “barely useful” and “almost perfect.” For familiar CAPRI-style labels, common DockQ boundaries are: incorrect below 0.23, acceptable from 0.23, medium from 0.49, and high from 0.80.
These labels are a communication aid, not an excuse to ignore the components. Two structures can have similar DockQ values for different reasons: one may have the right contacts but a slightly shifted ligand, while another is geometrically close but missing much of the intended interface. Inspect \(F_\text{nat}\), iRMSD, and LRMSD alongside the final score.
One interface, three views
DockQ is not a magic number. It formalizes the plain test we began with: did the predicted proteins shake the same hands, at the same meeting place? \(F_\text{nat}\) checks the handshakes; iRMSD checks the local meeting surface; LRMSD checks the ligand's global landing. Their bounded average gives a fair, smooth way to compare docked complexes.
Where this shows up: benchmarking protein-protein docking methods, evaluating multimeric structure predictions, and comparing model-quality scores across targets whose interfaces have different sizes and geometries.