Standard Curve Linear Regression and Back-Calculation of Unknown Samples (BCA / Bradford / ELISA)
Protein quantification, ELISA, and qPCR standard curves all reduce to the same operation: fit a line y = a + b·x through a set of standards with known concentrations, then use that line to back-calculate concentrations from the readings of unknown samples.
The method is ordinary least squares (OLS):
b = Σ(xᵢ−x̄)(yᵢ−ȳ) / Σ(xᵢ−x̄)²
a = ȳ − b·x̄
Interpreting R²: R² is the fraction of variance explained by the regression. Quantitative assays generally require R² ≥ 0.99. Values below this indicate problems with standard preparation, pipetting, or plate reading — do not force a fit and proceed.
Three things you must not overlook:
- No extrapolation. Unknown sample readings must fall within the range covered by your standards. If a sample reads outside that range, dilute and re-measure — concentrations back-calculated beyond the calibrated range are meaningless. This tool explicitly flags any out-of-range samples.
- BCA and Bradford assays lose linearity at high concentrations. If the high-concentration standards visibly curve downward, narrow the working range rather than switching to a higher-order fit.
- Run a fresh standard curve on every plate. Batch-to-batch variation and differences in color development time both shift the slope.
FAQ
Is R² = 0.98 acceptable?
Quantitative assays generally require ≥ 0.99. An R² of 0.98 points to a systematic problem — check your serial dilutions and pipetting, and repeat the experiment rather than accepting the fit.
What should I do if a sample reading falls outside the standard curve?
Dilute the sample and re-measure. Extrapolated concentrations have no experimental basis; this tool explicitly flags any sample that falls outside the calibrated range.
Related tools
Sequencing Depth & Data Volume Calculator (Lander-Waterman)
Convert between sequencing depth, read count, data volume, and genome size in either direction.
Sample Size Estimation for Two-Group Comparison (t-test / Proportion Test)
Estimate the required sample size per group from effect size, significance level, and statistical power.
Community Diversity Index Calculator (Shannon / Simpson / Chao1)
Paste a species abundance table and compute Shannon, Simpson, evenness, and Chao1 richness estimates.
Buy me a coffee