Difference between revisions of "Team:Edinburgh OG/Model"

Line 9: Line 9:
  
 
<div class="column full_size">
 
<div class="column full_size">
<h1 class="subtitle text-center">Model: Methodology</h1>
+
<h1 class="subtitle text-center">Model: Homepage</h1>
<h2>Project goal and rationale</h2>
+
 
<p>The overall goal of PhagED is to stop infections and deaths caused by antibiotic resistant pathogens. In the strategy that we use, the key step is to re-sensitise antibiotic resistant populations of bacteria using a system of two phages. In order to
 
<p>The overall goal of PhagED is to stop infections and deaths caused by antibiotic resistant pathogens. In the strategy that we use, the key step is to re-sensitise antibiotic resistant populations of bacteria using a system of two phages. In order to
 
improve our understanding of complex interactions between these populations and at the same time to overcome the limitations imposed by the lack resources, such as finance and time available for the research, we developed an <em>in silico</em> model.
 
improve our understanding of complex interactions between these populations and at the same time to overcome the limitations imposed by the lack resources, such as finance and time available for the research, we developed an <em>in silico</em> model.
Line 21: Line 20:
 
<li>Perform a local sensitivity analysis of the model parameters by calculating the elasticity for each parameter in Python to identify the key parameters that are largely responsible for the variation in the model output.</li>
 
<li>Perform a local sensitivity analysis of the model parameters by calculating the elasticity for each parameter in Python to identify the key parameters that are largely responsible for the variation in the model output.</li>
 
</ul>
 
</ul>
 +
<p>Our model is divided into four parts that you can see below. At the end of each part you will find the menu, similar to the one below, to help you navigate around. </p>
 
<div class="row model-menu">
 
<div class="row model-menu">
 
<div class="col-md-6 col-lg-6 col-xs-12">
 
<div class="col-md-6 col-lg-6 col-xs-12">
Line 26: Line 26:
 
<div class="media-left">
 
<div class="media-left">
 
<div class="icon">
 
<div class="icon">
<i class="ion-ios-flask-outline"></i>
+
<i class="ios-globe-outline"></i>
 
</div>
 
</div>
 
</div>
 
</div>
Line 39: Line 39:
 
<div class="media-left">
 
<div class="media-left">
 
<div class="icon">
 
<div class="icon">
<i class="ion-ios-lightbulb-outline"></i>
+
<i class="ion-ios-flask-outline"></i>
 
</div>
 
</div>
 
</div>
 
</div>
Line 52: Line 52:
 
<div class="media-left">
 
<div class="media-left">
 
<div class="icon">
 
<div class="icon">
<i class="ion-ios-lightbulb-outline"></i>
+
<i class="ios-checkbox-outline"></i>
 
</div>
 
</div>
 
</div>
 
</div>
Line 65: Line 65:
 
<div class="media-left">
 
<div class="media-left">
 
<div class="icon">
 
<div class="icon">
<i class="ion-document-text"></i>
+
<i class="ios-document-outline"></i>
 
</div>
 
</div>
 
</div>
 
</div>

Revision as of 01:06, 2 November 2017

PhagED: a molecular toolkit to re-sensitise ESKAPE pathogens

Model: Homepage

The overall goal of PhagED is to stop infections and deaths caused by antibiotic resistant pathogens. In the strategy that we use, the key step is to re-sensitise antibiotic resistant populations of bacteria using a system of two phages. In order to improve our understanding of complex interactions between these populations and at the same time to overcome the limitations imposed by the lack resources, such as finance and time available for the research, we developed an in silico model.

Therefore, main objective was to develop a mathematical model describing interactions between populations of lysogenic and lytic phages as well as bacteria in one system in continuous and batch processes. This was done by augmenting separate existing models of bacteria-phage interactions described as systems of ordinary (ODEs) and delayed differential equations (DDEs). The model was then used to:

  • Run simulations of a continuous process in Python using PyDDE package for solving systems of DDEs and compare the change in populations relative to the previous separate models of lytic phage and bacteria (Levin, Stewart and Chao, 1977), and lysogenic phage and bacteria interactions in chemostat (Qiu, 2007).
  • Perform a local sensitivity analysis of the model parameters by calculating the elasticity for each parameter in Python to identify the key parameters that are largely responsible for the variation in the model output.

Our model is divided into four parts that you can see below. At the end of each part you will find the menu, similar to the one below, to help you navigate around.

Background

Review of existing models of bacteria-phage interactions with their assumptions and limitations.

Methodology

Here we present the methodology that was developed and used for the model.

Results

Here we present the results of simulations of newly created models, review and analyse together with comparison to other models.

References

We gathered almost all up-to-date scientific literature about phage-bacteria interactions.