Kinetic Drive is a browser-based kinetic analysis tool for mammalian cell culture data. It transforms discrete sampling data β viable cell density, glucose, lactate, and product concentration β into the standard kinetic and stoichiometric parameters used in upstream bioprocess development.
The app is built around the workflows that upstream scientists and process engineers actually use at the bench: interval-by-interval calculation of
No installation. No server. Runs entirely in the browser.
In biopharmaceutical manufacturing, understanding cell physiology goes beyond measuring final titer. Process development requires precise, interval-resolved kinetic analysis to:
- identify growth phases and metabolic shifts
- quantify specific productivity (
$q_P$ ) for clone selection and process optimization - detect early signs of nutrient limitation or metabolic stress
- compare conditions across runs with normalized, per-cell metrics
Kinetic Drive makes this analysis immediate and interactive β removing the spreadsheet friction that slows down bench-side decision-making.
Walks through the complete calculation pipeline using a real CHO fed-batch dataset (9 days, sampled daily):
| Variable | Description |
|---|---|
| Viable cell density (10βΆ cells/mL) | |
| Viability (%) | Culture health indicator |
| Glucose (g/L β mM) | Primary carbon source |
| Lactate (g/L β mM) | Metabolic byproduct |
| Product (mg/L) | Recombinant protein titer |
Select any time interval to compute local kinetics. For each parameter, the app shows a step-by-step arithmetic substitution so every number is traceable. Interactive Plotly charts keep growth and metabolite curves synchronized on hover. Results can be exported as CSV.
Reuses the active interval from the teaching view and computes IVCD with the exact analytical expression for exponential growth:
| Quantity | Expression |
|---|---|
| Logarithmic mean | |
| Analytical IVCD |
The module also contrasts the analytical result against the trapezoidal IVCD and visualizes the exact exponential path versus the linear interpolation behind the trapezoidal rule.
All calculations follow per-interval logic, reflecting the phase-dependent physiology of CHO cultures rather than fitting a single global constant.
| Parameter | Formula | Units |
|---|---|---|
| Specific growth rate | dayβ»ΒΉ | |
| IVCD, discrete | 10βΆ cellsΒ·day/mL | |
| IVCD, analytical exponential interval | 10βΆ cellsΒ·day/mL | |
| Specific glucose consumption | pmol/cell/day | |
| Specific production rate | pg/cell/day | |
| Biomass yield | cells/mmol | |
| Product yield | mg/mmol |
| Interval-resolved | All parameters computed per time interval β no single global fit |
| Step-by-step substitution | Full arithmetic shown for every calculation, traceable from raw data |
| Interactive charts | Plotly.js plots with synchronized hover across all variables |
| Analytical IVCD view | Exact logarithmic IVCD under an exponential-growth assumption, with comparison against the trapezoidal estimate |
| CSV export | Download the full results table in one click |
| No installation | Fully static β opens in any modern browser, no dependencies |
Frontend
Visualization & math
Fully static β no backend, no build step, no dependencies to install.
Kinetic-Drive/
βββ index.html β markup only
βββ logo_app.png
βββ logo.png
βββ Datos.csv β sample CHO fed-batch dataset (real experimental data)
βββ src/
βββ css/
β βββ app.css β all custom styles
βββ js/
βββ app.js β all application logic
βββ translations.js β translation strings (ES / EN)
Emiliano Balderas RamΓrez Bioengineer Β· PhD Candidate in Biochemical Sciences Instituto de BiotecnologΓa (IBt), UNAM
CellSplit β Neubauer cell counting and passage planning for CHO cultures.
Clonalyzer 2 β fed-batch kinetics analysis with clone comparisons and publication-ready plots.
CellBlock β shared biosafety cabinet scheduling for cell culture research groups.