Team:Technion-Israel/Modeling

From 2014.igem.org

(Difference between revisions)
m
m
Line 160: Line 160:
letter-spacing: 0.1ex;
letter-spacing: 0.1ex;
}
}
 +
 +
 +
 +
/* Alignment */
 +
.align-left, .align-l {
 +
text-align: left;
 +
}
 +
.align-right, .align-r {
 +
text-align: right;
 +
}
 +
.align-center, .align-c {
 +
text-align: center;
 +
}
 +
 +
/* Structures */
 +
span.overline, span.bar {
 +
text-decoration: overline;
 +
}
 +
.fraction, .fullfraction {
 +
display: inline-block;
 +
vertical-align: middle;
 +
text-align: center;
 +
}
 +
.fraction .fraction {
 +
font-size: 80%;
 +
line-height: 100%;
 +
}
 +
span.numerator {
 +
display: block;
 +
}
 +
span.denominator {
 +
display: block;
 +
padding: 0ex;
 +
border-top: thin solid;
 +
}
 +
sup.numerator, sup.unit {
 +
font-size: 70%;
 +
vertical-align: 80%;
 +
}
 +
sub.denominator, sub.unit {
 +
font-size: 70%;
 +
vertical-align: -20%;
 +
}
 +
span.sqrt {
 +
display: inline-block;
 +
vertical-align: middle;
 +
padding: 0.1ex;
 +
}
 +
sup.root {
 +
font-size: 70%;
 +
position: relative;
 +
left: 1.4ex;
 +
}
 +
span.radical {
 +
display: inline-block;
 +
padding: 0ex;
 +
font-size: 150%;
 +
vertical-align: top;
 +
}
 +
span.root {
 +
display: inline-block;
 +
border-top: thin solid;
 +
padding: 0ex;
 +
vertical-align: middle;
 +
}
 +
span.symbol {
 +
font-size: 125%;
 +
}
 +
span.bigsymbol {
 +
font-size: 150%;
 +
}
 +
span.largesymbol {
 +
font-size: 175%;
 +
}
 +
span.hugesymbol {
 +
font-size: 200%;
 +
}
 +
span.scripts {
 +
display: inline-table;
 +
vertical-align: middle;
 +
}
 +
.script {
 +
display: table-row;
 +
text-align: left;
 +
line-height: 150%;
 +
}
 +
span.limits {
 +
display: inline-table;
 +
vertical-align: middle;
 +
}
 +
.limit {
 +
display: table-row;
 +
line-height: 95%;
 +
}
 +
sup.limit, sub.limit {
 +
line-height: 150%;
 +
}
 +
span.symbolover {
 +
display: inline-block;
 +
text-align: center;
 +
position: relative;
 +
float: right;
 +
right: 100%;
 +
bottom: 0.5em;
 +
width: 0px;
 +
}
 +
span.withsymbol {
 +
display: inline-block;
 +
}
 +
span.symbolunder {
 +
display: inline-block;
 +
text-align: center;
 +
position: relative;
 +
float: right;
 +
right: 80%;
 +
top: 0.3em;
 +
width: 0px;
 +
}
 +
 +
/* Environments */
 +
span.array, span.bracketcases, span.binomial, span.environment {
 +
display: inline-table;
 +
text-align: center;
 +
border-collapse: collapse;
 +
margin: 0em;
 +
vertical-align: middle;
 +
}
 +
span.arrayrow, span.binomrow {
 +
display: table-row;
 +
padding: 0ex;
 +
border: 0ex;
 +
}
 +
span.arraycell, span.bracket, span.case, span.binomcell, span.environmentcell {
 +
display: table-cell;
 +
padding: 0ex 0.2ex;
 +
line-height: 99%;
 +
border: 0ex;
 +
}
 +
/*
 +
* CSS file for LaTeX formulas, extra stuff:
 +
* binomials, vertical braces, stackrel, fonts and colors.
 +
*/
 +
 +
/* Inline binomials */
 +
span.binom {
 +
display: inline-block;
 +
vertical-align: middle;
 +
text-align: center;
 +
font-size: 80%;
 +
}
 +
span.binomstack {
 +
display: block;
 +
padding: 0em;
 +
}
 +
 +
/* Over- and underbraces */
 +
span.overbrace {
 +
border-top: 2pt solid;
 +
}
 +
span.underbrace {
 +
border-bottom: 2pt solid;
 +
}
 +
 +
/* Stackrel */
 +
span.stackrel {
 +
display: inline-block;
 +
text-align: center;
 +
}
 +
span.upstackrel {
 +
display: block;
 +
padding: 0em;
 +
font-size: 80%;
 +
line-height: 64%;
 +
position: relative;
 +
top: 0.15em;
 +
 +
}
 +
span.downstackrel {
 +
display: block;
 +
vertical-align: bottom;
 +
padding: 0em;
 +
}
 +
         </style>
         </style>

Revision as of 08:20, 13 October 2014


Safie by Technion-Israel

Why Should it Work

Why Alpha System Should Work – a deterministic model of alpha system

When modelling our system, we began with the simplest method known – deterministic rate equations. Moreover, from the design it was clear that the most important benchmark for the signal within the system would be the concentration of AHL as a function of time, so we began by modelling this part of our system. It took only a simple derivation (see [1]) to obtain these equations which characterize this part of the system:

(d[mRNALuxI])/(dt) = (vB + vAkA[AHL]2)/(1 + kA[AHL]2) − γmRNALuxI[mRNALuxI] + GateI
(d[LuxI])/(dt) = αLuxI[mRNALuxI] − γLuxI[LuxI]
(d[AHL])/(dt) = αAHL[AHL] − γAHL[AHL]

(For a glossary see [1]).

We began to analyze this system by attempting to simplify it, by assuming a steady state solution wherever possible. Using this method (see [2]) we managed to obtain this equation:

(d[AHL])/(dt) = (vB + vAkA[AHL]2)/(1 + kA[AHL]2) − γAHL[AHL] + GateI

It is clear from the goals of our system, that we want to have some sort of bi-stability in the result, when Gate I is small (see [2]). The answer to whether this condition is met, would obviously depend on the constants of the system for which we could not find a reliable source, but using a simple geometric analysis of the phase space (see [3]), we were able to produce a graph showing for which values of (v_A,v_B) we could configure the system (by changing the IPTG concentration and the OD) to show bi-stability:

map of bi-stability in the alpha system

Why Should it Fail
Synthetic Biofilm Formation