IGEM:Imperial/2010/Modelling

From OpenWetWare
Revision as of 14:03, 8 September 2010 by Anita Nguyen (talk | contribs)
Jump to navigationJump to search

These are our daily objectives.

Output Amplification Model

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

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

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

Protein Display Model

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

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

Feedback from Wetlab

<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().slideDown('normal'); });

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

});

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

  1. wrapper {

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

.accordionButton { width: 1000px;

       height: 30px;

float: left; text-align: center;

       background: #FF9900;

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

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

       text-align: center;

background: #FFFF99; display: none; } </style> </head> <body>

Objectives

<a href="http://www.openwetware.org/wiki/IGEM:Imperial/2010/Objectives">Here are our daily objectives.</a>

Output Amplification Model

<a href="http://www.openwetware.org/wiki/IGEM:Imperial/2010/Michaelis_Menten">Model based on Michaelis Menten Kinetics</a>

<a href="http://www.openwetware.org/wiki/IGEM:Imperial/2010/Mass_Action">Model based on Law of Mass Action</a>

<a href="http://www.openwetware.org/wiki/IGEM:Imperial/2010/Variables1">Variables and Constants</a>

Protein Display Model
Feedback from Wetlab

<a href="http://www.openwetware.org/wiki/IGEM:Imperial/2010/Experiments1">Experiments for Output Amplification Model</a>

<a href="http://www.openwetware.org/wiki/IGEM:Imperial/2010/Modelling">Experiments for Protein Display Model</a>

</body> </html>