Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 2.91 KB

README.md

File metadata and controls

49 lines (30 loc) · 2.91 KB

biochem-jupyter-notebooks

interactive notebooks for teaching biochemistry concepts

Free energy as a bet

Open In Colab

Notebook Explores free energy, enthalpy, and entropy in the context of dice rolling

Differential scanning calorimetry

Open In Colab

Notebook Explores differential scanning calorimetry data to learn about protein folding. Covers $\Delta G$, $\Delta H$, $\Delta S$, $\Delta C_p$, and $T_m$.

Michaelis Menten Kinetics

Open In Colab

Notebook Graphical exploration of Michaelis-Menten kinetics.

Stoichiometric binding curves

Open In Colab

Notebook Graphical exploration of the difference between a binding curve that gives access to $K_{D}$ versus binding stoichiometry.

Nonlinear regression to extract equilibrium constants

Open In Colab

Notebook Fit binding models to experimental data to extract $K_{D}$. Covers basics of of regression, residuals, and bootstrapping to estimate parameter uncertainty.

Chemical kinetics simulations

Open In Colab

Notebook Run simulations of complicated reaction schemes using deterministic Markov matrices and stochastic Gillespie simulations. Uses actin filament formation as a model reaction.