What problem does it solve?
Researchers measuring initial reaction velocities at varying substrate concentrations need to derive Km, Vmax, kcat, and catalytic efficiency, and to classify inhibitor mechanisms, without manual curve fitting or error-prone Lineweaver-Burk linearization.
Core Features & Use Cases
- Nonlinear Michaelis-Menten fitting: Fits v = Vmax·[S]/(Km+[S]) by nonlinear regression, returning Vmax, Km, R², SSE, residuals, and catalytic efficiency (Vmax/Km), with Lineweaver-Burk values for reference only.
- Inhibition mechanism classification: Compares velocities with and without inhibitor to distinguish competitive, uncompetitive, and non-competitive inhibition and estimate Ki.
- kcat conversion: Converts Vmax to turnover number kcat and kcat/Km when the molar enzyme concentration is supplied, via the bundled Python script.
- Use Case: A biochemist measures initial rates at seven substrate concentrations, runs the fit to obtain Km and Vmax, then repeats with inhibitor present to determine that a compound is a competitive inhibitor.
Quick Start
Ask the agent to fit Michaelis-Menten kinetics to your substrate concentration and initial velocity data and report Km, Vmax, and catalytic efficiency.