IGEM:Imperial/2010/Modelling

From OpenWetWare
Revision as of 05:39, 10 October 2010 by Piotr D. Faba (talk | contribs) (→‎Intro: So far modelling page being made)
Jump to navigationJump to search

<html>

<head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
 <script type="text/javascript">
  $(document).ready(function(){

$(function(){

var path = location.pathname.substring(1);
if ( path )
$('#headover ul li a[href$="' + path + '"]').addClass("curlink").css("color","#ea8828");;
var vCurlink = $('#headover ul li a[href$="' + path + '"]').attr("id");
$('#'+vCurlink+'.listhead').addClass('curlink').css("color","#444444");

});

$('#menuback').mouseover(function() {

$('#headover').stop().animate({height:'150px',top:'0px'},1000);

});

$('#menu').mouseleave(function() {

$('.listhead').not('.curlink').css("color","#ffffff");
$('.listmain').not('.curlink').css("color","#dddddd");
$('#headover ul').fadeOut(200);
$('#headover').stop().animate({height:'50px',top:'100px'},1000);

});

$('.listhead').mouseover(function(){

$('.listhead').not('.curlink').css("color","#ffffff");
$(this).css("color","#444444");
$('#headover ul').css("display","none");
var vActive = $(this).attr("id");
$('.'+vActive).stop().fadeIn(200);

});

$('.listmain').mouseover(function(){

$('.listmain').not('.curlink').css("color","#dddddd");
$(this).css("color","#ea8828");

});

$('#headover').mouseleave(function(){

$('.listmain').not('.curlink').css("color","#dddddd");

});

  });
 </script>
 <style type="text/css">
  .firstHeading {
   display: none;}
  #content {
   width: 900px;
   font-family: helvetica, arial, sans-serif;
   color: #555555}
  #title {
   width:900px;
   height:50px;
   position: relative;
   top: 0px;
   left: 0px;}
  #implogo {
   width:190px;
   height:50px;
   position: absolute;
   top: 0px;
   left: 20px;
   background-image:url(http://openwetware.org/images/c/c9/Imperialigemimplogo.jpg);}
  #igemlogo {
   width:84px;
   height:50px;
   position:absolute;
   top:0px;
   left:260px;
   background-image:url(http://openwetware.org/images/9/9c/Imperialigemigemlogo.jpg);}
  #csynbilogo {
   width:205px;
   height:50px;
   position:absolute;
   top:0px;
   left:394px;
   background-image:url(http://openwetware.org/images/a/ac/Imperialigemcsynbilogo.jpg);}
  #menu {
   width:900px;
   height:150px;
   position: relative;
   top: 20px;
   left: 0px;}
  #menuback {
   width:100px;
   height:150px;
   position: absolute;
   top: 0px;
   left: 0px;
   background-color: #ea8828}
  #headpic {
   width:800px;
   height:150px;
   position: absolute;
   top: 0px;
   left: 100px;
   background-image: url('http://openwetware.org/images/5/54/Imperialigemheadone.jpg'); }
  #headover {
   width: 800px;
   height:50px;
   position: absolute;
   top: 100px;
   left: 0px;
   background: url(http://openwetware.org/images/d/d8/Imperialigemheadoverone.png) 0px 0px no-repeat; }
  a {
   outline:none;}
  #headtit{
   font-family: helvetica, arial, sans-serif;
   font-size: 1.2em;
   color: #ffffff;
   position: absolute;
   top: 0.5em;
   right: 1.4em;}
  .dark{
   color: #dddddd;}
  .highlight{
   color: #ea8828;}
  #menulist{
   position: absolute;
   top: 16px;
   left: 3px;
   list-style: none;}
  #menulist li{
   height: 30px;
   }
  #menulist li a{
   font-weight: 100;
   font-size: 1.2em;
   text-decoration: none;
   font-family: helvetica, arial, sans-serif;
   color: #ffffff;}
  #headover ul{
   list-style: none;
   display: none;
   position: absolute;
   top: 1.2em;
   left: 0.2em;
   }
  #headover ul ul{
   position: absolute;
   top:-0.2em;
   left: 15em;}
  #headover ul li{
   height: 2.4em;
   }
  #headover ul li a{
   font-weight: 100;
   font-size: 1.2em;
   text-decoration: none;
   font-family: helvetica, arial, sans-serif;
   color: #dddddd;}
 </style>
</head>
<body>
 <div id='title'>
  <div id='implogo'>
  </div>
  <div id='igemlogo'>
  </div>
  <div id='csynbilogo'>
  </div>
 </div>
 <div id='menu'>
  <div id='menuback'>
   <ul id='menulist'>
    <li><a href='#' class='listhead' id='project'>Project</a></li>
    <li><a href='#' class='listhead' id='plan'>Plan</a></li>
    <li><a href='#' class='listhead' id='results'>Results</a></li>
    <li><a href='#' class='listhead' id='extra'>Extra</a></li>
   </ul>
  </div>
  <div id='headpic'>
   <div id='headover'>
    <p id='headtit'>Parasight<span class='dark'> &nbsp;<span class='highlight'>|</span>&nbsp;&nbsp;Parasite detection with a rapid response</span></p>
    <ul class='project'>
     <li><a href='http://openwetware.org/wiki/IGEM:Imperial/2010' class='listmain' id='project'>Overview</a></li>
     <li><a href='http://openwetware.org/wiki/IGEM:Imperial/2010/Detection_module' class='listmain' id='project'>Detection Module</a></li>
     <li><a href='http://openwetware.org/wiki/IGEM:Imperial/2010/Fast_Response_module' class='listmain' id='project'>Fast Response Module</a></li>
     <li><a href='http://openwetware.org/wiki/IGEM:Imperial/2010/Output_module' class='listmain' id='project'>Output Module</a></li>
     <ul class='project'>
      <li><a href='http://openwetware.org/wiki/IGEM:Imperial/2010/Ethics' class='listmain' id='project'>Ethics</a></li>
      <li><a href='http://openwetware.org/wiki/IGEM:Imperial/2010/Parts' class='listmain' id='project'>Parts</a></li>
      <li><a href='http://openwetware.org/wiki/IGEM:Imperial/2010/Papers' class='listmain' id='project'>Papers</a></li>
     </ul>
    </ul>
    <ul class='plan'>
     <li><a href='http://openwetware.org/wiki/IGEM:Imperial/2010/Strategy' class='listmain' id='plan'>Strategy</a></li>
     <li><a href='http://openwetware.org/wiki/IGEM:Imperial/2010/Parts/Synthesis' class='listmain' id='plan'>Synthesis</a></li>
     <li><a href='http://openwetware.org/wiki/IGEM:Imperial/2010/Lab_Work' class='listmain' id='plan'>Lab Work</a></li>
     <li><a href='http://openwetware.org/wiki/IGEM:Imperial/2010/Protocol' class='listmain' id='plan'>Protocol</a></li>
     <ul class='plan'>
      <li><a href='http://openwetware.org/wiki/IGEM:Imperial/2010/Modelling' class='listmain' id='plan'>Modelling</a></li>
     </ul>
    </ul>
    <ul class='results'>
     <li><a href='#' class='listmain' id='results'>Under Construction</a></li>
    </ul> 
    <ul class='extra'>
     <li><a href='http://openwetware.org/wiki/IGEM:Imperial/2010/Projects' class='listmain' id='extra'>Brainstorming</a></li>
     <li><a href='http://openwetware.org/wiki/IGEM:Imperial/2010/Journal_Club' class='listmain' id='extra'>Journal Club</a></li>
     <li><a href='http://openwetware.org/wiki/IGEM:Imperial/2010/Movie_Night' class='listmain' id='extra'>Movie Night</a></li>
     <li><a href='http://openwetware.org/wiki/IGEM:Imperial/2010/Judging_Criteria' class='listmain' id='extra'>Judging Criteria</a></li>
    </ul> 
   </div>
  </div>
 </div>
</body>

</html> <html>

<head>
 <style type="text/css">
  #blank {
   height:40px;
   width: 900px;
 </style>
</head>
<body>
 <div id="blank">
 </div>
</body>

</html>

Intro

Introduction to modelling
In the process of designing our construct two major questions arose which could be answered by computer modelling:
  1. Output Amplification Model
    We came up with an idea of using amplification of colour output to make it show within minutes after stimulus. The question that arose concerned whether amplification will actually perform better than simple production in the cellular environment. Furthermore, we had trouble deciding whether we should design the amplification module to be consisting of 1,2 or even more amplification steps. It appeared that the problem was recognised to be difficult enough to employ modelling.
  2. Protein Display Model
    We came up with novel idea of detecting organisms that we do not have a specific receptor for. In the particular example that we have been considering, Schistosoma's protease was meant to cleave designed by us protein displayed on bacteria's cell wall. The cleaved peptide was supposed to be recognised by the receptor which would act to activate the colour expression. That solution raised questions about the risk of false positive or whether in there are any chances for ComD receptors to get activated in the diluted environment. Modelling was recognised as suitable to answer those questions.
Quick overview of models
Output Amplification Model

Output Amplification Model

Results


To be changed

<html> <head> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></"></script> <script type="text/javascript"> $(document).ready(function() {

$('div.accordionButton').click(function() {

$(this).next().slideToggle('normal'); });

$("div.accordionContent").hide();

});

</script> <style type="text/css">

  1. wrapper {

width: 750px; margin-left: auto; margin-right: auto; }

.accordionButton { width: 750px;

       height: 20px;

float: left; text-align: center;

       display: block;
       background: #FFCC33;

border-bottom: 5px solid #FFFF99; cursor: pointer;

       padding: 10px;

}

.accordionContent { width: 750px; float: left;

       text-align: center;

background: #FFFF99; display: none;

       padding:10px;

} </style> </head> <body style="background-color:FFFFCC"> <div id="wrapper"> <div class="accordionButton"><b>Objectives</b></div> <div class="accordionContent",><br /><a href="http://www.openwetware.org/wiki/IGEM:Imperial/2010/Objectives"><b>Here are our daily objectives.</b></a><br /><br /></div>

<div class="accordionButton"><b>Overview</b></div> <div class="accordionContent",><br /><a href="http://www.openwetware.org/wiki/IGEM:Imperial/2010/Overview"><b>Here is a short overview of the two models.</b></a><br /><br /></div>

<div class="accordionButton"><b>Output Amplification Model</b></div> <div class="accordionContent"><br /><a href="http://www.openwetware.org/wiki/IGEM:Imperial/2010/Michaelis_Menten"><b>Model based on Michaelis Menten Kinetics</b></a><br />Comparison between different amplification models (HIV1 and TEV) based on Michaelis Menten kinetics. However, Michaelis Menten kinetics does not apply to our system. Therefore, it had to be modelled from first principle (see below using law of mass action).<br /><a href="http://www.openwetware.org/wiki/IGEM:Imperial/2010/Michaelis_Menten#HIV1"><img src="http://www.openwetware.org/images/0/03/Slide2.JPG" height="150" width="200" alt="Model using HIV1"/></a> <a href="http://www.openwetware.org/wiki/IGEM:Imperial/2010/Michaelis_Menten#TEV"><img src="http://www.openwetware.org/images/4/48/TEV.jpg" height="150" width="200" alt="Model using TEV"/></a><br /><br /><a href="http://www.openwetware.org/wiki/IGEM:Imperial/2010/Mass_Action"><b>Model based on Law of Mass Action</b></a><br />Comparison between these 3 different models: Simple production, 1-step and 2-step amplification.<br /><a href="http://www.openwetware.org/wiki/IGEM:Imperial/2010/Mass_Action#Model_preA:_Simple_Production_of_Dioxygenase"><img src="http://www.openwetware.org/images/7/7f/Simple_production.JPG" height="100" width="300" alt="Simple Production"/></a> <a href="http://www.openwetware.org/wiki/IGEM:Imperial/2010/Mass_Action#Model_A:_Activation_of_Dioxygenase_by_TEV_enzyme"><img src="http://www.openwetware.org/images/1/1c/1-step_amplification.JPG" height="100" width="300" alt="1-step amplification"/></a> <a href="http://www.openwetware.org/wiki/IGEM:Imperial/2010/Mass_Action#Model_B:_Activation_of_Dioxygenase_by_TEV_or_activated_split_TEV_enzyme"><img src="http://www.openwetware.org/images/0/02/2-step_amplification.JPG" height="100" width="300" alt="2-step amplification"/></a><br /><br /><a href="http://www.openwetware.org/wiki/IGEM:Imperial/2010/Variables1"><b>Variables and Constants</b></a><br />Here are the variables and constants that are used in the Output Amplification Model.<br /><br /></div>

<div class="accordionButton"><b>Protein Display Model</b></div> <div class="accordionContent"><br /><a href="http://www.openwetware.org/wiki/IGEM:Imperial/2010/Protein_Display"><b>Protein Display Model</b></a><br />This is a model showing when the ComD receptor will be activated (after proteins have been cleaved).<br /><br /><a href="http://www.openwetware.org/wiki/IGEM:Imperial/2010/Variables2"><b>Variables and Constants</b></a><br />Here are the variables and constants that are used in the Protein Display Model.<br /><br /></div>

<div class="accordionButton"><b>Feedback from Wetlab</b></div> <div class="accordionContent"><br /><a href="http://www.openwetware.org/wiki/IGEM:Imperial/2010/Experiments1"><b>Experiments for the Output Amplification Model</b></a><br /><br /><a href="http://www.openwetware.org/wiki/IGEM:Imperial/2010/Experiments2"><b>Experiments for the Protein Display Model</b></a><br /><br /></div> </div> </body> </html>

Engineering approach to project

1. Influence of Specification on Design and vice versa:

  • It was one of the longest steps as we were struggling to compromise the specifications with the viable designs.

2. Influence of Design on Modelling and vice versa:

  • All modelling done was meant to give answers to questions that arose in the design phase.
  • Once designs were chosen, they were modelled. It was found that 2 step amplification is not likely to be effiecient, so it was decided that only 1step amplification will be taken forward to assembly. This was a significant conclusion as it would take weeks in the labroatory to find that out.
  • The doubt about big enough gradient of AIPs to be established in the extracellular space to set off receptor was rationalised by modelling. The model allowed to determine conditions for the system to work

3. Influence of Modelling on Assembly and vice versa:

  • The results from modelling allowed to progress with assembly

4. Influence of Assembly on Testing and vice versa:

  • testing has been planned ahead, so assembly contructs have been modified to allow some testing methods like: purification or negative control.

5. Influence of Testing on Specifications and vice versa:

  • We did not get there yet. However, if the specifications would not be met by the results, we would need to try redesigning the system or, in case of no alternative, changing the specifications.

6. Influence of components not adjacent to each other in the cycle:

  • Testing may influence modelling as the results of the two do not match.
  • Many experiments were diesgned specifically on the request of modellers in order to find parameters for the models. Obtaining those paramters would increase the reliability of the models.