Team:St Andrews/project/modelling

From 2010.igem.org

(Difference between revisions)
(New page: <html> <body> <h1>Introduction</h1> <p>Hello and welcome to the St. Andrews iGEM 2010 modelling pages. Here we present our work completed throughout the 2010/2011 summer, the methodolog...)
Line 1: Line 1:
<html>
<html>
 +
<head>
 +
<link rel="stylesheet" type="text/css" href="http://www.lycifer.co.cc/css/lymain6.css" />
 +
<link href='http://fonts.googleapis.com/css?family=Josefin+Sans+Std+Light' rel='stylesheet' type='text/css'>
 +
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.js" type="text/javascript"></script>
 +
<script src="http://www.lycifer.co.cc/java/s3Slider.js" type="text/javascript"></script>
 +
<script src="http://www.lycifer.co.cc/java/jquery.corner.js" type="text/javascript"></script>
 +
<script src="http://www.lycifer.co.cc/java/liquid-canvas.js" type="text/javascript"></script>
 +
<script src="http://www.lycifer.co.cc/java/liquid-canvas-plugins.js" type="text/javascript"></script>
 +
<script language="JavaScript" type="text/JavaScript">
 +
$(document).ready(function(){
 +
$(".exphoto").corner("32px")
 +
$(".exphoto").corner("80px tr")
 +
$(".exmain").corner("32px bl")
 +
$(".main").corner("80px tl")
 +
$(".main").corner("32px bl")
 +
$(".tag").corner("32px tl bl")
 +
$("#navmenu-h li,#navmenu-v li").hover(
 +
function() { $(this).addClass("iehover"); },
 +
function() { $(this).removeClass("iehover"); }
 +
);});
 +
</script>
 +
<script src="http://www.lycifer.co.cc/java/jquery.nivo.slider.pack.js" type="text/javascript"></script>
 +
<script type="text/javascript">
 +
$(window).load(function() {
 +
$('#slider').nivoSlider({
 +
effect:'fade', //Specify sets like: 'fold,fade,sliceDown'
 +
slices:50,
 +
animSpeed:1000,
 +
pauseTime:5000,
 +
startSlide:0, //Set starting Slide (0 index)
 +
directionNav:false, //Next & Prev
 +
directionNavHide:true, //Only show on hover
 +
controlNav:false, //1,2,3...
 +
controlNavThumbs:false, //Use thumbnails for Control Nav
 +
      controlNavThumbsFromRel:true, //Use image rel for thumbs
 +
controlNavThumbsSearch: '.jpg', //Replace this with...
 +
controlNavThumbsReplace: '_thumb.jpg', //...this in thumb Image src
 +
keyboardNav:false, //Use left & right arrows
 +
pauseOnHover:true, //Stop animation while hovering
 +
manualAdvance:false, //Force manual transitions
 +
captionOpacity:0.8, //Universal caption opacity
 +
beforeChange: function(){},
 +
afterChange: function(){},
 +
slideshowEnd: function(){} //Triggers after all slides have been shown
 +
}
 +
);
 +
})
 +
</script>
 +
</head>
<body>
<body>
 +
<img class="background" border="0" src="http://farm5.static.flickr.com/4138/4850316388_ffee095f41_t_d.jpg"/>
 +
<img class="gradient" border="0" src="http://farm5.static.flickr.com/4090/4839791534_ee9a9c2a4a_m_d.jpg"/>
 +
<img class="gradientb" border="0" src="http://farm5.static.flickr.com/4088/4839184741_cdc2138f55_m_d.jpg"/>
 +
<img class="lybanner" border="0" src="http://farm5.static.flickr.com/4092/4839727380_8a96bda148_b_d.jpg" width="977"/>
 +
<ul id="navmenu-h" class="navigation2">
 +
<li class="current"><a href="https://2010.igem.org/Team:St_Andrews">Home</a></li>
 +
<li class="current"><a href="https://2010.igem.org/Team:St_Andrews/FAQ">About/FAQ</a>
 +
<ul>
 +
<li><a href="https://2010.igem.org/Team:St_Andrews/FAQ#who">Who we are?</a></li>
 +
<li><a href="https://2010.igem.org/Team:St_Andrews/FAQ#competition">What is the iGEM Competition about?</a></li>
 +
<li><a href="https://2010.igem.org/Team:St_Andrews/FAQ#work">How does it work?</a></li>
 +
<li><a href="https://2010.igem.org/Team:St_Andrews/FAQ#synthetic">What is Synthetic Biology?</a></li>
 +
<li><a href="https://2010.igem.org/Team:St_Andrews/FAQ#biobrick">What are BioBricks?</a></li>
 +
<li><a href="https://2010.igem.org/Team:St_Andrews/FAQ#part">What is the Registry of Standard Biological Parts?</a></li>
 +
</ul>
-
<h1>Introduction</h1>
+
</li>  
-
 
+
-
<p>Hello and welcome to the St. Andrews iGEM 2010 modelling pages.  Here we present our work completed throughout the 2010/2011 summer, the methodology behind our various models, and some of the conclusions we drew from those pieces of work.</p>
+
-
 
+
-
<h1>Under The Bonnet</h1>
+
-
 
+
-
<p>We have written systems of differential equations to mathematically describe biological functions.  Our models are written in C++, and the differential equations have been solved using the forth order Runge-Kutta method.  Originally, we were using R – a programme for statistical computing and graphics – however the lack of flexibility offered by this, and specifically biological modelling packages, led us to use C++, a compiled (and therefore faster) general purpose programming language.</p>
+
-
 
+
-
<h1>Basic Overview</h1>
+
-
 
+
-
<p>Our project can be divided into two main components: the engineering of a bistable switch into the LuxR quorum sensing system, and the integration of CqsA (the biosynthetic enzyme present in the cholera system) into the LuxR circuit.  The aim of the modeling side of the project was to treat these two tasks independently and on their completion construct a combined model.  However, this initial aim was proved to be almost impossible due to the lack of rate constants for the cholera system, which has only been understood in its full complexity relatively recently [1].  In order to reach a compromise, we have built a number of qualitatively accurate models for the bistable LuxR system, and outlined a framework of differential equations for the cholera system which are correct at the time of writing, and which requires more rate constants to be of further use.  The work done on the bistable switch included an investigation into why exactly such a configuration of genes exhibits hysteretic behavior, and what parameters are of importance in determining the “level” of bistability of the system.</p>
+
-
 
+
-
<h1>Results</h1>
+
-
 
+
-
<p>To be determined... </p>
+
 +
<li><a>Team</a>
 +
<ul>
 +
<li><a href="https://2010.igem.org/Team:St_Andrews/team/members">Students</a>
 +
<ul>
 +
<li><a href="https://2010.igem.org/Team:St_Andrews/team/members#Rachael Blackburn">Rachael Blackburn</a></li>
 +
<li><a href="https://2010.igem.org/Team:St_Andrews/team/members#Lukas Ly">Lukas Ly</a></li>
 +
<li><a href="https://2010.igem.org/Team:St_Andrews/team/members#Alasdair Morton">Alasdair Morton</a></li>
 +
<li><a href="https://2010.igem.org/Team:St_Andrews/team/members#Patrick Olden">Patrick Olden</a></li>
 +
<li><a href="https://2010.igem.org/Team:St_Andrews/team/members#David Owen">David Owen</a></li>
 +
<li><a href="https://2010.igem.org/Team:St_Andrews/team/members#Fatemeh Salimi">Fatemeh Salimi</a></li>
 +
<li><a href="https://2010.igem.org/Team:St_Andrews/team/members#Sarah Shapiro">Sarah Shapiro</a></li>
 +
<li><a href="https://2010.igem.org/Team:St_Andrews/team/members#James Taylor">James Taylor</a></li>
 +
<li><a href="https://2010.igem.org/Team:St_Andrews/team/members#Jonathan Ward">Jonathan Ward</a></li>
 +
</ul>
 +
</li>
 +
<li><a href="https://2010.igem.org/Team:St_Andrews/team/advisors">Advisors</a>
 +
<ul>
 +
<li><a href="https://2010.igem.org/Team:St_Andrews/team/advisors#Chris Hooley">Chris Hooley</a></li>
 +
<li><a href="https://2010.igem.org/Team:St_Andrews/team/advisors#Olivia Mendivil">Olivia Mendivil</a></li>
 +
<li><a href="https://2010.igem.org/Team:St_Andrews/team/advisors#John Mitchell">John Mitchell</a></li>
 +
<li><a href="https://2010.igem.org/Team:St_Andrews/team/advisors#Anne Smith">Anne Smith</a></li>
 +
<li><a href="https://2010.igem.org/Team:St_Andrews/team/advisors#Wim Verleyen">Wim Verleyen</a></li>
 +
</ul>
 +
</li>
 +
<li><a href="https://2010.igem.org/Team:St_Andrews/official">Official Team Profile</a></li>
 +
</ul>
 +
</li>
 +
<li><a>Project</a>
 +
<ul>
 +
<li><a href="https://2010.igem.org/Team:St_Andrews/project/objectives">Objectives</a></li>
 +
<li><a <!--href="https://2010.igem.org/Team:St_Andrews/project/laboratory"-->Laboratory</a></li>
 +
<li><a href="https://2010.igem.org/Team:St_Andrews/project/modelling">Modeling</a>
 +
<ul>
 +
<li><a href="https://2010.igem.org/Team:St_Andrews/project/modelling#introduction">Introduction</a></li>
 +
<li><a href="https://2010.igem.org/Team:St_Andrews/project/modelling#bonnet">Under the Bonnet</a></li>
 +
<li><a href="https://2010.igem.org/Team:St_Andrews/project/modelling#overview">Basic Overview</a></li>
 +
<li><a href="https://2010.igem.org/Team:St_Andrews/project/modelling#results">Results</a></li>
 +
</ul>
 +
</li>
 +
<li><a <!--href="https://2010.igem.org/Team:St_Andrews/project/notebook"-->Notebook</a></li>
 +
<li><a <!--href="https://2010.igem.org/Team:St_Andrews/project/blog"-->Blog</a></li>
 +
</ul>
 +
</li>
 +
<li><a href="#">News</a></li>
 +
<li><a href="https://2010.igem.org/Team:St_Andrews/contact">Contact</a></li>
 +
<li><a href="https://2010.igem.org/Team:St_Andrews/team/sponsors">Sponsors</a>
 +
<ul>
 +
<li><a href="https://2010.igem.org/Team:St_Andrews/team/sponsors#Wellcome Trust">Wellcome Trust</a></li>
 +
<li><a href="https://2010.igem.org/Team:St_Andrews/team/sponsors#New England Biolabs">New England Biolabs</a></li>
 +
<li><a href="https://2010.igem.org/Team:St_Andrews/team/sponsors#Fermentas">Fermentas</a></li>
 +
<li><a href="https://2010.igem.org/Team:St_Andrews/team/sponsors#GENEART">GENEART</a></li>
 +
<li><a href="https://2010.igem.org/Team:St_Andrews/team/sponsors#Mr Gene">Mr Gene</a></li>
 +
<li><a href="https://2010.igem.org/Team:St_Andrews/team/sponsors#University of St Andrews">University of St Andrews</a></li>
 +
<li><a href="https://2010.igem.org/Team:St_Andrews/team/sponsors#SULSA">SULSA</a></li>
 +
<li><a href="https://2010.igem.org/Team:St_Andrews/team/sponsors#SALTIRE">SALTIRE</a></li>
 +
<li><a href="https://2010.igem.org/Team:St_Andrews/team/sponsors#School of Biology">School of Biology</a></li>
 +
<li><a href="https://2010.igem.org/Team:St_Andrews/team/sponsors#School of Chemistry">School of Chemistry</a></li>
 +
<li><a href="https://2010.igem.org/Team:St_Andrews/team/sponsors#School of Physics and Astronomy">School of Physics and Astronomy</a></li>
 +
<li><a href="https://2010.igem.org/Team:St_Andrews/team/sponsors#School of Computer Science">School of Computer Science</a></li>
 +
<li><a href="https://2010.igem.org/Team:St_Andrews/team/sponsors#B. Jannettas">B. Jannettas</a></li>
 +
<li><a href="https://2010.igem.org/Team:St_Andrews/team/sponsors#ijmellis">I.J.Mellis</a></li>
 +
<li><a href="https://2010.igem.org/Team:St_Andrews/team/sponsors#flip!">flip!</a></li>
 +
</ul>
 +
</li>
 +
</ul> </ul> </ul> </ul> <ul id="crumbs" class="navigation1">
 +
<li>Home</li>
 +
</ul>
 +
<div class="ry">
 +
<p class="right">
 +
<script src="http://widgets.twimg.com/j/2/widget.js"></script>
 +
<script>
 +
new TWTR.Widget({
 +
  version: 2,
 +
  type: 'profile',
 +
  rpp: 3,
 +
  interval: 3500,
 +
  width: 155,
 +
  height: 390,
 +
  theme: {
 +
    shell: {
 +
      background: '#ffffff',
 +
      color: '#808080'
 +
    },
 +
    tweets: {
 +
      background: '#ffffff',
 +
      color: '#000000',
 +
      links: '#3c07eb'
 +
    }
 +
  },
 +
  features: {
 +
    scrollbar: false,
 +
    loop: true,
 +
    live: true,
 +
    hashtags: true,
 +
    timestamp: true,
 +
    avatars: true,
 +
    behavior: 'default'
 +
  }
 +
}).render().setUser('standrewsigem').start();
 +
</script>
 +
</p>
 +
</div>
 +
<div class="main">
 +
<a name="#introduction"></a>
 +
<div class="tag">
 +
Introduction
 +
</div>
 +
<div class="exmain">
 +
Hello and welcome to the St. Andrews iGEM 2010 modelling pages.  Here we present our work completed throughout the 2010/2011 summer, the methodology behind our various models, and some of the conclusions we drew from those pieces of work.
 +
</div>
 +
<a name="#bonnet"></a>
 +
<div class="tag">
 +
Under The Bonnet
 +
</div>
 +
<div class="exmain">
 +
We have written systems of differential equations to mathematically describe biological functions.  Our models are written in C++, and the differential equations have been solved using the forth order Runge-Kutta method.  Originally, we were using R – a programme for statistical computing and graphics – however the lack of flexibility offered by this, and specifically biological modelling packages, led us to use C++, a compiled (and therefore faster) general purpose programming language.
 +
</div>
 +
<a name="#overview"></a>
 +
<div class="tag">
 +
Basic Overview
 +
</div>
 +
<div class="exmain">
 +
Our project can be divided into two main components: the engineering of a bistable switch into the LuxR quorum sensing system, and the integration of CqsA (the biosynthetic enzyme present in the cholera system) into the LuxR circuit.  The aim of the modeling side of the project was to treat these two tasks independently and on their completion construct a combined model.  However, this initial aim was proved to be almost impossible due to the lack of rate constants for the cholera system, which has only been understood in its full complexity relatively recently [1].  In order to reach a compromise, we have built a number of qualitatively accurate models for the bistable LuxR system, and outlined a framework of differential equations for the cholera system which are correct at the time of writing, and which requires more rate constants to be of further use.  The work done on the bistable switch included an investigation into why exactly such a configuration of genes exhibits hysteretic behavior, and what parameters are of importance in determining the “level” of bistability of the system.
 +
</div>
 +
<a name="#results"></a>
 +
<div class="tag">
 +
Results
 +
</div>
 +
<div class="exmain">
 +
To be determined...
 +
</div>
 +
</div>
</body>
</body>
</html>
</html>

Revision as of 09:27, 2 September 2010

Introduction
Hello and welcome to the St. Andrews iGEM 2010 modelling pages. Here we present our work completed throughout the 2010/2011 summer, the methodology behind our various models, and some of the conclusions we drew from those pieces of work.
Under The Bonnet
We have written systems of differential equations to mathematically describe biological functions. Our models are written in C++, and the differential equations have been solved using the forth order Runge-Kutta method. Originally, we were using R – a programme for statistical computing and graphics – however the lack of flexibility offered by this, and specifically biological modelling packages, led us to use C++, a compiled (and therefore faster) general purpose programming language.
Basic Overview
Our project can be divided into two main components: the engineering of a bistable switch into the LuxR quorum sensing system, and the integration of CqsA (the biosynthetic enzyme present in the cholera system) into the LuxR circuit. The aim of the modeling side of the project was to treat these two tasks independently and on their completion construct a combined model. However, this initial aim was proved to be almost impossible due to the lack of rate constants for the cholera system, which has only been understood in its full complexity relatively recently [1]. In order to reach a compromise, we have built a number of qualitatively accurate models for the bistable LuxR system, and outlined a framework of differential equations for the cholera system which are correct at the time of writing, and which requires more rate constants to be of further use. The work done on the bistable switch included an investigation into why exactly such a configuration of genes exhibits hysteretic behavior, and what parameters are of importance in determining the “level” of bistability of the system.
Results
To be determined...