Example (preset)
Choose an example to fill inputs and see results immediately.
- Paste concentration and response (replicate columns supported) or import a CSV/TSV file.
- Select the model (auto/one site/Hill) and units.
- Kd, fitted curve, and fit metrics are shown.
This is an analysis tool. Model definitions can differ across software, so check the equation and the Kd definition (50% point) used in your workflow.
Input (paste / CSV)
Format: col 1 = concentration, col 2+ = response (rep1, rep2, …). TSV/CSV supported.
Settings (minimum needed)
Results
Plots
Table (mean±SD, predicted, residuals)
| Concentration | mean | SD | y_hat | resid | Excluded |
|---|
Parameters
| Item | Estimate | 95% CI (when enabled) |
|---|
The 95% CI is an approximation (linearization). Do not over-trust it when you have few points or outliers.
One site / Hill and Kd (50% point)
This tool fits a binding curve using a one-site (standard) or Hill (cooperativity) model and reports the concentration corresponding to the midpoint between top and bottom (the 50% point) as Kd.
Fitting uses Levenberg–Marquardt (nonlinear least squares). With SD weighting enabled, each point is weighted by 1/SD2.
Equations (reference)
Here, concentration x is ≥ 0.
- one site(Langmuir):
y = bottom + (top-bottom) * x / (Kd + x) - Hill:
y = bottom + (top-bottom) * x^n / (Kd^n + x^n)(n>0)
With this definition, x = Kd corresponds to the 50% point (midpoint between top and bottom).
If you include 0 concentration (control), 0 cannot be drawn on a log10 axis, so the tool adjusts the display (e.g., symlog).
FAQ
What is Kd (dissociation constant)?
What is the difference between one site and Hill?
How does auto model selection work?
Can I include a zero concentration (control)?
How are replicates handled?
My Hill coefficient is extreme. Is that OK?
How is pKd calculated?
Related tools
- Want dose–response too? → IC50/EC50
- From signal to concentration → Protein standard curve / ELISA standard curve
- Similar fitting → Michaelis–Menten fitter (Km, Vmax)