The spreadsheet was written for one kit lot. Everything on it is editable here, because the standards’ assigned titers belong to the lot, not to the maths.
Ct is fitted against the natural log of the assigned titer, exactly as
the sheet does it: SLOPE(Ct, LN(titer)), INTERCEPT,
RSQ. Fit ΔCt is the residual, measured minus fitted. The dilution column is
a label that prints on the sheet — the spreadsheet never uses it in a formula, and
neither does this.
| Standard | Ct dup 1 | Ct dup 2 | Ct average | Dilution | Titer IU/ml | Fit ΔCt |
|---|
Titer = EXP((Ct − b) / m), the sheet’s
formula. The dilution factor is instruction 3 on the sheet, which the spreadsheet leaves
for you to do by hand — it is applied here only if you set it.
| Sample name | Ct dup 1 | Ct dup 2 | Ct average | Titer IU/ml | × dilution | Adjusted titer IU/ml |
|---|
The right-hand scratch area of the spreadsheet compares the control virus against a stated original titer. That area contradicts itself several ways, so this panel does only the one unambiguous thing, and lists the sheet’s own numbers below rather than adopting any of them.
Source: LV900 Titer calculation_datasheet_V6-150623 R23E15A-pro.xlsx, sheet
Titer Calculator. The yellow cells on that sheet are B5:C8
(standard curve Ct duplicates) and H5:J14 (sample name and Ct duplicates); they are
the inputs here too.
D5 = AVERAGE(B5:C5) → Ct average. Excel’s AVERAGE ignores an empty
cell, so one filled duplicate gives that single value. Reproduced, and flagged as a single
replicate.K20 = SLOPE(D5:D8, LN(F5:F8)) → mK21 = INTERCEPT(D5:D8, LN(F5:F8)) → bK22 = RSQ(D5:D8, LN(F5:F8)) → R²K5 = AVERAGE(I5:J5), L5 = EXP((K5 − b) / m) → titerThe sheet’s own worked example: standard Ct averages 20.085, 23.4, 27.155 and 30.685 against 1e6, 1e5, 1e4 and 1e3 IU/ml give m = −1.5441340304, b = 41.331, R² = 0.99946764, and a Control Virus at Ct 23.61 gives 96 407.12 IU/ml. Those are the numbers this tool ships with, so you can check it agrees before you clear them.
Instruction 3 on the sheet reads: “Adjust titer if you diluted virus sample for the titer assay and added lysis buffer in Step 2 of protocol. eg. Titer x 10 (lysis dil.) x 100 (virus dil.)”. No cell on the sheet does this. The dilution column here starts at 1, which reproduces the sheet’s printed value, and the button sets 1000 for the sheet’s own example.
Nothing you type leaves your computer. The sheet is stored in this browser only, and a different browser or a different tab address keeps a different copy.