Difference between revisions of "Team:Manchester/Model"

Line 93: Line 93:
 
   <div class="column full_size frontword">
 
   <div class="column full_size frontword">
 
     <p style="font-size:1.2em;">
 
     <p style="font-size:1.2em;">
Welcome to our modelling section. We have used a novel ensemble modeling approach, to better aid the synergy between wetalb and dry lab teams. On this page you will find short answers to the questions; What is ensemble modelling? What did we model? what did our model achieve?
+
Welcome to our modelling section. We have used a novel ensemble modeling approach, to better aid the synergy between wetalb and dry lab teams. On this page you will find answers to the questions; What is ensemble modelling? What did we model? what did our model achieve?
 
       <br /><br />
 
       <br /><br />
 
For navigating the Wiki you need to know that the sections on results and human practice/lab  integration can be accessed in the menu bar.
 
For navigating the Wiki you need to know that the sections on results and human practice/lab  integration can be accessed in the menu bar.
 
     <br /><br />
 
     <br /><br />
Part of what we hope to achieve with this ensemble methodology is a blueprint for other iGEM teams. As such each step in creating and using our model is laid out in the below diagram. Clicking on a specific step will take you to a page explaining the theory. Going deeper you can access a discussion of the code. There will be a link to the relevant parts of our github (a website storing our code) Use these codes as you wish.  
+
Part of what we hope to achieve with this ensemble methodology is a blueprint for other iGEM teams. As such each step in creating and using our model is laid out in the diagram you will see bu clicking what is ensemble modelling, alternatively click here. Clicking on a specific step will take you to a page explaining the theory (blue headings). Going deeper you can access a discussion of how to do this in practice (pink headings). Click below to access our code, use as you wish.
 
     <br /><br />
 
     <br /><br />
 
<a href="https://github.com/Manchester-iGem-2016/UoMiGem2016">Link to github homepage</a>   
 
<a href="https://github.com/Manchester-iGem-2016/UoMiGem2016">Link to github homepage</a>   
Line 129: Line 129:
 
<div class="column twothird_size">
 
<div class="column twothird_size">
 
<h5 class="modelling_info1">
 
<h5 class="modelling_info1">
Instead of running your model once with some specific parameters (i.e rate constants), you find all the possible parameters in literature and run your model for lots of combinations sampled in a clever way. By doing this you take take into account the uncertainty in the parameters. You will create probabilistic outputs allowing you to make rigorous conclusions.
+
Instead of running our model once with a single set of specific parameters (for example rate constants.),We run our model multiple times using different sets of parameter values and analyse the predictions as an ensemble. We collected all the possible parameter values from published literature and took into account the uncertainties that are associated with them. This has created probabilistic outputs allowing us to make rigorous conclusions about our reaction mechanism.
 
             <br /><br />
 
             <br /><br />
 
Following through our flow diagram blueprint should make this concept clear alternatively click the steps from the list below..
 
Following through our flow diagram blueprint should make this concept clear alternatively click the steps from the list below..

Revision as of 21:18, 18 October 2016

Manchester iGEM 2016
Modelling Banner

Welcome to our modelling section. We have used a novel ensemble modeling approach, to better aid the synergy between wetalb and dry lab teams. On this page you will find answers to the questions; What is ensemble modelling? What did we model? what did our model achieve?

For navigating the Wiki you need to know that the sections on results and human practice/lab integration can be accessed in the menu bar.

Part of what we hope to achieve with this ensemble methodology is a blueprint for other iGEM teams. As such each step in creating and using our model is laid out in the diagram you will see bu clicking what is ensemble modelling, alternatively click here. Clicking on a specific step will take you to a page explaining the theory (blue headings). Going deeper you can access a discussion of how to do this in practice (pink headings). Click below to access our code, use as you wish.

Link to github homepage

-->
What were we modelling?
What is esemble modelling?
What does our modelling achieve?

What were we modelling?

We focused on modelling the Cell-free Mechanism, see the experimental section for details. The short version is the AlcoPatch relies on alcohol, alcohol oxidase (AOx), horseradish peroxidase (HRP) and 2,2'-azino-bis(3-ethylbenzothiazoline-6-sulphonic acid) (ABTS) which are mixed together producing oxidised ABTS which is colourful. The ensemble modelling process will work for any model however and this was chosen as a simpler example to demonstrate the technique, focusing on the process rather than the system itself.

Due to time constraints the modelling was based on an analogous system of glucose and glucose oxidase (GOx) rather than alcohol and AOx, this was chosen as the reaction network is the same and it links in with the suggestions given at the Microbiology Society Conference in the human practices that the design need not be limited for alcohol but could be used by diabetics, etc if used to detect other molecules in sweat. While the equivalent analysis was done for glucose. Rerunning the analysis for alcohol would only require the change of some constants, so the analysis acts as a sufficient proof of concept and still shows the integration of human practices.

A schematic diagram of the final scheme is given below. For more information about the steps click on the blue enzyme boxes.

Reaction Network Diagram used in the modelling

Alternatively you can click on the enzyme name below:

Glucose Oxidase
Horseradish Peroxidase

What is Ensemble Modelling?

We model the reactions in our AlcoPatch system using ordinary differential equations that is dependent on kinetic parameters and have used it to generate a composite of predictions using ensemble modelling.
As multiple and various kinetic values was found for the parameters, each parameter is described by a probability distribution which expresses the associated uncertainty. Sampling from these probability distributions have allowed our AlcoPatch model to simulate its reactions with different sets of plausible kinetic values. This means that instead of running a single prediction from a fixed single set of kinetic parameter values, we could run our AlcoPatch model a number of times to generate multiple predictions that we later analyse as an ensemble to provide probabilistic predictions of the system.
Ensemble modelling has yet to ‘breakthrough’ into the world of biological modelling and systems biology in general. Essentially, we analyse multiple predictions from our model as a composite, which is different from traditional predictive modelling methods.
Instead of running a single prediction from a fixed single set of kinetic parameter values, we run our AlcoPatch model a number of times from different sets of kinetic values by sampling from the probability distributions generated from the previous step. We then analyse the entire set of predictions as an ensemble to draw probabilistic conclusions about the system.
To explore the theory of this process please click the boxes on the diagram below.

Overview flowchart of ensemble modelling

Alternatively you can click on the step name below:

Collecting and Processing Data
Generating Probability Density Functions
Simulate the System
Analyse the Results
Update the Model

What did our model achieve?

Regardless how clever, interesting or unique a model is ultimately all that matters is the results at the end. We had 2 main aims for our outputs: improving our understanding of our system and answering key questions that arouse during the Human Practices.

To improve our knowledge of the system we undertook 2 main analyses:
Improving our understanding the reaction network mechanism
Investigating the relationships between the parameters in our system

To answer the questions from the human practices there was 1 main analysis:
Costing the AlcoPatch


Further justification for why these were chosen is given on the respective pages.

We found great inspiration from our human practices and guidance working both ways with the experiments. Click here to see a summary.