Difference between revisions of "Team:Edinburgh UG/Mechanistic Modelling Intro"

 
(12 intermediate revisions by 2 users not shown)
Line 67: Line 67:
 
                 <div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
 
                 <div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
 
                   <a class="dropdown-item" href="https://2018.igem.org/Team:Edinburgh_UG/Parts">Parts Overview</a>
 
                   <a class="dropdown-item" href="https://2018.igem.org/Team:Edinburgh_UG/Parts">Parts Overview</a>
 +
                  <a class="dropdown-item" href="https://2018.igem.org/Team:Edinburgh_UG/Basic_Part">Basic Parts</a>
 +
                  <a class="dropdown-item" href="https://2018.igem.org/Team:Edinburgh_UG/Composite_Part">Composite Parts</a>
 +
                  <a class="dropdown-item" href="https://2018.igem.org/Team:Edinburgh_UG/Part_Collection">Part Collection</a>
 
                 </div>
 
                 </div>
 
             </li>
 
             </li>
Line 72: Line 75:
 
                 <a class="nav-link" href="https://2018.igem.org/Team:Edinburgh_UG/Safety">Safety <span class="sr-only">(current)</span></a>
 
                 <a class="nav-link" href="https://2018.igem.org/Team:Edinburgh_UG/Safety">Safety <span class="sr-only">(current)</span></a>
 
             </li>
 
             </li>
             <li class="nav-item dropdown">
+
             <li class="nav-item active">
                 <a class="nav-link dropdown-toggle" href="#" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+
                 <a class="nav-link" href="https://2018.igem.org/Team:Edinburgh_UG/Human_Practices">Human Practices <span class="sr-only">(current)</span></a>
          Human Practices
+
             </li>          
                </a>
+
                <div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
+
                  <a class="dropdown-item" href="https://2018.igem.org/Team:Edinburgh_UG/Human_Practices">Human Practices</a>
+
                </div>
+
             </li>
+
 
             <li class="nav-item dropdown">
 
             <li class="nav-item dropdown">
 
                 <a class="nav-link dropdown-toggle" href="#" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
 
                 <a class="nav-link dropdown-toggle" href="#" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Line 90: Line 88:
 
             <li class="nav-item active">
 
             <li class="nav-item active">
 
                 <a class="nav-link" href="https://igem.org/2018_Judging_Form?team=Edinburgh_UG">Judging Form <span class="sr-only">(current)</span></a>
 
                 <a class="nav-link" href="https://igem.org/2018_Judging_Form?team=Edinburgh_UG">Judging Form <span class="sr-only">(current)</span></a>
 +
<li class="nav-item active">
 +
                <a class="nav-link" href="https://2018.igem.org/Team:Edinburgh_UG/Medal_Criteria">Medal Criteria<span class="sr-only">(current)</span></a>
 +
            </li>
 
             </li>
 
             </li>
 
           </ul>
 
           </ul>
Line 101: Line 102:
 
           <div class="row">
 
           <div class="row">
 
             <div class="col-lg-8 mx-auto">
 
             <div class="col-lg-8 mx-auto">
               <h1 class="brand-heading">Mechanistic Modelling for the uninitiated</h1>
+
               <h1 class="brand-heading" align="center">Mechanistic Modelling for the Uninitiated</h1>
 
               <p class="intro-text"></p>
 
               <p class="intro-text"></p>
 
             </div>
 
             </div>
Line 114: Line 115:
 
           <div class="col-lg-8 mx-auto">
 
           <div class="col-lg-8 mx-auto">
 
             <h2 style="text-align:left">Why do Mathematical Modelling?</h2>
 
             <h2 style="text-align:left">Why do Mathematical Modelling?</h2>
             <p style="text-align:left"> Synthetic Biology is a discipline with an inherantly large amount of unpredictability. There are many difficult to account for factors within the cell which can cause BioBrick parts to function in unexpected ways. In order to combat this uncertainty mathematical modelling techniques are often applied to make predictions about how BioBrick parts will operate to inform their design and characterisation before parts are obtained by DNA synthesis or other methods. </p>
+
             <p style="text-align:left"> Synthetic Biology is a discipline with an inherently large amount of unpredictability. There are many difficult to account for factors within the cell which can cause BioBrick parts to function in unexpected ways. In order to combat this uncertainty mathematical modelling techniques are often applied to make predictions about how BioBrick parts will operate to inform their design and characterisation before parts are obtained by DNA synthesis or other methods. </p>
 
           </div>
 
           </div>
 
         </div>
 
         </div>
Line 125: Line 126:
 
           <div class="col-lg-8 mx-auto">
 
           <div class="col-lg-8 mx-auto">
 
             <h2 style="text-align:left">Modelling Methodology</h2>
 
             <h2 style="text-align:left">Modelling Methodology</h2>
             <p style="text-align:left"></a>
+
             <p style="text-align:left"> A wide variety of modelling methodologies exist with adaptations to a myriad of different tasks. Here we would like to focus on the particular mechanistic modelling methodology that we applied in our DNA Degradation Switch, Semantic Containment Failure and Collaboration models. In each of these models we began with a collection of mass action equations which were used to derive a system of ordinary differential equations (ODE). By solving the resulting system using SciPy's ODE solver it is possible to keep track of the changing levels of different reactants involved over the model runtime.</p>
 +
            <h2 style="text-align:left">Mass Action Equations</h2>
 +
            <p style="text-align:left"> The law of Mass Action states that the rate of a reaction is proportional to the activities or concentrations of reactants and is used to describe situations of dynamic equilibrium which commonly arise in biology. Mass action equations describe the details of physical phenomena governed by this law. Mass action equations provide the starting point for our mechanistic models by describing the reactions in question and allowing the derivation of ODEs which are used to calculate the exact quantities of reactants over time. An example representation of mass action equations for protein expression are given in the example below.</p>
 +
            <h2 style="text-align:left">Ordinary Differential Equations</h2>
 +
            <p style="text-align:left"> By solving systems of ordinary differential equations (ODEs) it is possible to model chemical reactions by monitoring the quantities of reactants over time however it is not always easy for those unfamiliar with such techniques to understand the information conveyed by an ODE. The result of an ODE is a rate of change hence to formulate such an equation it is neccesary to know what actions may add or take away from a quantity at a particular time point. A simple example may involve keeping track of speed; the rate of change of which is acceleration. In this example suppose at any time point the pressure applied to the break applies some loss in speed (deceleration) and the pressure applied to the gas pedal applies some gain in speed (acceleration) then this would give rise to the following equation for acceleration:</p>
 +
            <img src="https://static.igem.org/mediawiki/2018/e/e2/T--Edinburgh_UG--speed_example.png">
 +
          </div>
 +
        </div>
 +
      </div>
 +
    </section>
 +
 
 +
    <section id="about" class="content-section text-center">
 +
      <div class="container">
 +
        <div class="row">
 +
          <div class="col-lg-8 mx-auto">
 +
            <h2 style="text-align:left">Example</h2>
 +
            <p style="text-align:left"> Now lets examine a more familiar biological scenario. Suppose we have some mass action equations describing protein expression within the cell: </p>
 +
            <img src="https://static.igem.org/mediawiki/2018/a/a4/T--Edinburgh_UG--mass_act_example.png">
 +
            <p style="text-align:left"> In this scenario the transcription, translation and degradation rates correspond to activities of DNA and mRNA respectively. Now lets suppose we would like to derive an ordinary differential equation that will allow us to examine the rate of change of mRNA and by solving the mRNA levels over time. We can observe from the mass action equations that mRNA is added to by transcription based on the mass of DNA and transcription rate and that mRNA is removed by its degradation rate based on the mass of mRNA and hence we can derive the following ODE:</p>
 +
            <img src="https://static.igem.org/mediawiki/2018/1/1b/T--Edinburgh_UG--mRNA_ode_example.png">
 
           </div>
 
           </div>
 
         </div>
 
         </div>

Latest revision as of 01:49, 18 October 2018

Edinburgh iGEM 2018

Mechanistic Modelling for the Uninitiated

Why do Mathematical Modelling?

Synthetic Biology is a discipline with an inherently large amount of unpredictability. There are many difficult to account for factors within the cell which can cause BioBrick parts to function in unexpected ways. In order to combat this uncertainty mathematical modelling techniques are often applied to make predictions about how BioBrick parts will operate to inform their design and characterisation before parts are obtained by DNA synthesis or other methods.

Modelling Methodology

A wide variety of modelling methodologies exist with adaptations to a myriad of different tasks. Here we would like to focus on the particular mechanistic modelling methodology that we applied in our DNA Degradation Switch, Semantic Containment Failure and Collaboration models. In each of these models we began with a collection of mass action equations which were used to derive a system of ordinary differential equations (ODE). By solving the resulting system using SciPy's ODE solver it is possible to keep track of the changing levels of different reactants involved over the model runtime.

Mass Action Equations

The law of Mass Action states that the rate of a reaction is proportional to the activities or concentrations of reactants and is used to describe situations of dynamic equilibrium which commonly arise in biology. Mass action equations describe the details of physical phenomena governed by this law. Mass action equations provide the starting point for our mechanistic models by describing the reactions in question and allowing the derivation of ODEs which are used to calculate the exact quantities of reactants over time. An example representation of mass action equations for protein expression are given in the example below.

Ordinary Differential Equations

By solving systems of ordinary differential equations (ODEs) it is possible to model chemical reactions by monitoring the quantities of reactants over time however it is not always easy for those unfamiliar with such techniques to understand the information conveyed by an ODE. The result of an ODE is a rate of change hence to formulate such an equation it is neccesary to know what actions may add or take away from a quantity at a particular time point. A simple example may involve keeping track of speed; the rate of change of which is acceleration. In this example suppose at any time point the pressure applied to the break applies some loss in speed (deceleration) and the pressure applied to the gas pedal applies some gain in speed (acceleration) then this would give rise to the following equation for acceleration:

Example

Now lets examine a more familiar biological scenario. Suppose we have some mass action equations describing protein expression within the cell:

In this scenario the transcription, translation and degradation rates correspond to activities of DNA and mRNA respectively. Now lets suppose we would like to derive an ordinary differential equation that will allow us to examine the rate of change of mRNA and by solving the mRNA levels over time. We can observe from the mass action equations that mRNA is added to by transcription based on the mass of DNA and transcription rate and that mRNA is removed by its degradation rate based on the mass of mRNA and hence we can derive the following ODE:

Contact EdiGEM18

Feel free to leave us a comment on social media!