================================================================ Tutorial 1: Modeling gene expression with differential equations ================================================================ - Lesson PDF: `Lesson1_Introduction.pdf <../../_static/files/ode_training_files/Lesson1_Introduction.pdf>`_ - Scripts: `L1_constitutive_script.m <../../_static/files/ode_training_files/L1_constitutive_script.m>`_, `ode-modeling-python.ipynb <../../_static/files/ode_training_files/ode-modeling-python.ipynb>`_ On your own: 1. Given the following parameters, calculate the steady state mRNA and protein levels for the simple model of protein expression in the notes. *alpha_m* = 5, *beta_m* = 0.1, *alpha_p* = 2, *beta_p* = 0.5 2. Use the provided MATLAB script or Python Jupyter notebook to plot mRNA and protein levels over time.