What is Surface Plasmon Resonance?
A primer on SPR technology - how it works, why it matters for drug discovery, and where the field is heading.
The gold standard for binding kinetics
Surface Plasmon Resonance (SPR) is a label-free, real-time technique for measuring molecular interactions. It tells you not just whether two molecules bind, but how fast they associate, how fast they dissociate, and how tightly they hold on.
In drug discovery, these kinetic parameters are critical. A drug candidate might bind its target with high affinity, but if the kinetics are wrong -- too slow to associate, too fast to dissociate -- it may fail in the clinic.
SPR measures changes in refractive index near a gold surface as molecules bind and unbind. No fluorescent labels. No radioactive tracers. Just physics.
How SPR works
At its core, SPR exploits the physics of light interacting with a thin gold film:
- Polarized light hits a gold-coated sensor surface at a specific angle
- At the resonance angle, energy transfers to surface plasmons (collective electron oscillations)
- This creates a dip in reflected light at a precise angle
- When molecules bind to the surface, the local refractive index changes
- The resonance angle shifts, and this shift is measured in real-time
# Simplified binding response calculation
def spr_response(kon, koff, concentration, time, rmax):
"""Calculate SPR response using 1:1 Langmuir model."""
kobs = kon * concentration + koff
req = rmax * (kon * concentration) / (kon * concentration + koff)
return req * (1 - math.exp(-kobs * time))
The result is a sensorgram -- a plot of response units (RU) over time that shows the complete binding event: baseline, association, steady-state, and dissociation.
Key parameters from SPR
From a single experiment, SPR delivers three fundamental binding parameters:
| Parameter | Symbol | What it tells you |
|---|---|---|
| Association rate | k_on | How fast molecules bind |
| Dissociation rate | k_off | How fast molecules release |
| Equilibrium dissociation constant | K_D | Overall binding affinity |
These parameters are related by a simple equation:
K_D = k_off / k_on
A low K_D means tight binding. But two molecules can have the same K_D with very different kinetics. SPR reveals the full picture.
Why SPR matters for drug discovery
Affinity alone doesn't predict drug efficacy. The kinetics matter:
- Slow k_off (long residence time) often correlates with better in vivo efficacy
- Fast k_on improves target engagement under physiological conditions
- Kinetic selectivity can distinguish between closely related targets
SPR provides this kinetic resolution without perturbing the molecules being studied. No labels means no steric interference, no quenching artifacts, and no false negatives from label placement.
Where SPR is heading
The next generation of SPR instruments will be defined by:
- Automation -- removing manual sample preparation and injection bottlenecks
- Intelligence -- real-time data quality monitoring and adaptive experiment control
- Throughput -- measuring hundreds of interactions per day without sacrificing data quality
- Accessibility -- making kinetic characterization available earlier in the discovery pipeline
The instruments of tomorrow won't just measure binding. They'll understand the experiment, optimize conditions on the fly, and deliver publication-ready results with minimal human intervention.
That's the vision driving Instromeda.
See what accessible biophysics actually looks like.
We'll run a binding experiment live — on your molecules if you bring them. No canned demo. No slide deck.
Request a Demo