IGEM:Imperial/2010/Modelling
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).
Comparison between these 3 different models (which are based on the law of mass action): Simple production, 1-step and 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">
- 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>
<a href="http://www.openwetware.org/wiki/IGEM:Imperial/2010/Objectives">Here are our daily objectives.</a>
<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>
<a href="http://www.openwetware.org/wiki/IGEM:Imperial/2010/Protein_Display">Protein Display Model</a>
<a href="http://www.openwetware.org/wiki/IGEM:Imperial/2010/Variables2">Variables and Constants</a>
<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>
