PulseGrowth

Host Cell Lab Suite · Kinetic Precision
[ Documentación / Repo ]

01. Bio-Kinetics

Growth metrics (μ, doubling time, expansion factor, IVCD)

μ (specific growth rate)
---
Doubling time (td)
---
Expansion factor (X1 / X0)
---
IVCD (10⁶ cell·h/mL)
---

02. Metabolics (q)

qGlc / qGln normalized by IVCD · consistent output

qGlc (pmol/cell/day)
---
qGlc (pg/cell/day)
---
qGln (pmol/cell/day)
---
qGln (pg/cell/day)
---

03. Feed Control

Simple correction plan to reach target Glc / Gln

Glucose feed (mL)
---
Glutamine feed (mL)
---

Scientific fundamentals

PulseGrowth uses an exponential growth model between two sampling points to estimate μ and doubling time.
X = X₀ · e^(μ · t)
μ = ln(X₁ / X₀) / Δt
td = ln(2) / μ
For metabolite-specific rates, IVCD is estimated assuming exponential behavior within the interval.
IVCD = ((X₁ − X₀) / ln(X₁ / X₀)) · Δt

qGlc / qGln logic (unit-consistent)

To keep q comparable across inputs, the app converts g/L to mM using MW and reports q in pmol/cell/day.
mM = (g/L ÷ MW) × 1000
q = (ΔC / IVCD) × 24
Sign convention: q > 0 indicates net consumption; q < 0 indicates net accumulation.