|
The aim of modelling the growth curve is to characterise the B. subtilis chassis used in the project. Characterisation increases the predictability of the growth of B. subtilis by determining, for example, its growth rate and the duration of its distinctive growth phases.
How to model the growth curve?
In order to model the growth of B. subtilis, the process was broken down into three main steps, where a separate submodel is produced in MATLAB for each step. Each submodel is an ODE model, which can be simulated using MATLAB. The variables in each submodel can be adjusted according to the boundary conditions (from experimental results).
In the final step, a combination of Submodels 1 and 2 are superposed with Submodel 3, resulting in a more complex model which enhances the accuracy of illustrating bacterial growth. For more details about the submodels, please click on the following link: Media:Modelling_Growth_Curve.pdf. For more information on our modelling strategy, please click on Tutorial for Growth Curve.
The Model
The model illustrates the main growth phases the B. subtilis undergoes. These are identified as the lag phase, the exponential phase and the stationary phase. The death phase is a constitutive event and it is possible that it exerts an influence on the three phases discussed below. However, to simplify a complicated model, it is less relevant in this case and therefore is not included in this model.
The M-file used to generate the model below is located in the Appendices section, its link can be found at the bottom of this page.
|