Fit dose-response curves using 4-Parameter Logistic regression to calculate IC50, Hill slope, and confidence intervals
| Concentration | Predicted Response | Observed Response | Residual |
|---|
Dose-response curve fitting uses 4-Parameter Logistic (4PL) regression to model the relationship between drug concentration and biological response. It calculates IC50, Hill slope, and other pharmacological parameters essential for drug discovery and toxicology studies.
Quick guide to get results:
This tool is useful when you need to:
Sample concentration-response data:
Concentration Response 0.001 100 0.01 95 0.1 75 1 50 10 25 100 5Use tab or comma separation between columns.
Expected output format:
IC50: 1.23 ± 0.15 Hill Slope: -1.45 ± 0.22 Top: 98.5 ± 2.1 Bottom: 3.2 ± 1.8 R²: 0.998Includes confidence intervals and goodness of fit.
Q: What is the 4PL equation used?
A: Y = Bottom + (Top-Bottom)/(1+(IC50/X)^HillSlope)
Q: How are confidence intervals calculated?
A: Using standard error estimates from the fitting algorithm.