Class EnzymeKinetics
java.lang.Object
org.episteme.natural.biology.biochemistry.EnzymeKinetics
Michaelis-Menten enzyme kinetics.
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Method Summary
Modifier and TypeMethodDescriptionstatic RealFind Km from velocity data (half-maximal)static Real[]lineweaverBurkParams(Real vMax, Real km) Lineweaver-Burk parameters: {slope, intercept}static RealMichaelis-Menten: V = Vmax * [S] / (Km + [S])static RealvelocityWithCompetitiveInhibitor(Real vMax, Real km, Real substrateConc, Real inhibitorConc, Real ki) Competitive inhibition: V = Vmax * [S] / (Km * (1 + [I]/Ki) + [S])
-
Method Details
-
velocity
-
lineweaverBurkParams
-
findKm
-
velocityWithCompetitiveInhibitor
-