IGEM:Imperial/2010/Modelling: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
Line 64: Line 64:
text-align: center;
text-align: center;
         display: block;
         display: block;
         background: #FF9900;
         background: #FFCC33;
border-bottom: 1px solid #FFFFFF;
border-bottom: 1px solid #FFFFFF;
cursor: pointer;
cursor: pointer;

Revision as of 08:13, 8 September 2010

Objectives

These are our daily objectives.

Output Amplification Model

Model based on Michaelis Menten Kinetics

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).

A
Model using HIV1
A
Model using TEV

Model based on Law of Mass Action

Comparison between these 3 different models (which are based on the law of mass action): Simple production, 1-step and 2-step amplification

A
Simple production of Dioxygenase
A
1-step amplification
A
2-step amplification

Variables and Constants for this Model

Here are the variables and constants that are used in the Output Amplification Model.

Protein Display Model

Protein Display Model

This is a model showing when the ComD receptor will be activated (after proteins have been cleaved).

Variables and constants for this Model

Here are the variables and constants that are used in the Protein Display Model.

Feedback from Wetlab

Experiments for the Output Amplification Model

Experiments for the Protein Display Model

<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: 1000px; margin-left: auto; margin-right: auto; }

.accordionButton { width: 1000px;

       height: 20px;

float: left; text-align: center;

       display: block;
       background: #FFCC33;

border-bottom: 1px solid #FFFFFF; cursor: pointer;

       padding: 10px;

}

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

       text-align: center;

background: #FFFF99; display: none;

       padding:10px;

} </style> </head> <body> <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>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 /><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 /><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 Protein Display 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 Output Amplification Model</b></a><br /><br /><a href="http://www.openwetware.org/wiki/IGEM:Imperial/2010/Modelling"><b>Experiments for Protein Display Model</b></a><br /><br /></div> </div> </body> </html>