Team:OUC-China/Modeling/ParameterSweep
From 2012.igem.org
Line 4: | Line 4: | ||
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script><!--jquery js--> | <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script><!--jquery js--> | ||
<script type="text/javascript" src="http://1.oucigem.sinaapp.com/OUC-nav.js"></script><!--nav js--> | <script type="text/javascript" src="http://1.oucigem.sinaapp.com/OUC-nav.js"></script><!--nav js--> | ||
+ | <link rel="stylesheet" href="http://1.oucigem.sinaapp.com/down-icon.css"><!--download pdf css--> | ||
<style> | <style> | ||
*{ | *{ | ||
Line 88: | Line 89: | ||
margin-left: 1px; | margin-left: 1px; | ||
} | } | ||
- | #slidenav | + | #slidenav ul { |
- | + | width: 179px; | |
- | + | margin: 0 auto; | |
- | + | list-style: none; | |
- | + | font-size: 0px; | |
- | + | padding-top: 1px; | |
- | + | } | |
#slidenav li a { | #slidenav li a { | ||
- | background: url(https://static.igem.org/mediawiki/ | + | background: url(https://static.igem.org/mediawiki/2012/0/04/Ouc-Slidenav-modeling.png) no-repeat; |
background-position: -55px 0; | background-position: -55px 0; | ||
display: block; | display: block; | ||
Line 103: | Line 104: | ||
} | } | ||
#slidenav li a span { | #slidenav li a span { | ||
- | background: url(https://static.igem.org/mediawiki/ | + | background: url(https://static.igem.org/mediawiki/2012/0/04/Ouc-Slidenav-modeling.png) no-repeat; |
display: block; | display: block; | ||
width: 30px; | width: 30px; | ||
Line 121: | Line 122: | ||
#slidenav li.overview a span { background-position: 0 0; } | #slidenav li.overview a span { background-position: 0 0; } | ||
- | #slidenav li. | + | #slidenav li.ODE a { background-position: -55px -50px; width: 180px; height: 32px; } |
- | #slidenav li. | + | #slidenav li.ODE a span { background-position: 0 -50px; } |
- | #slidenav li. | + | #slidenav li.Parameter a { background-position: -55px -100px; width: 190px; height: 40px; } |
- | #slidenav li. | + | #slidenav li.Parameter a span { background-position: 0 -100px; } |
- | #slidenav li. | + | #slidenav li.Parameter-Sweep a { background-position: -55px -150px; width: 180px; height: 32px; } |
- | #slidenav li. | + | #slidenav li.Parameter-Sweep a span { background-position: 0 -150px; } |
+ | #slidenav li.Noise-Analysis a { background-position: -55px -200px; width: 180px; height: 32px; } | ||
+ | #slidenav li.Noise-Analysis a span { background-position: 0 -200px; } | ||
+ | |||
#ouc-footer{ | #ouc-footer{ | ||
text-align:center; | text-align:center; | ||
Line 303: | Line 307: | ||
<ul id="social" class="group"> | <ul id="social" class="group"> | ||
- | <li class=" | + | <li class="overview"><a href="https://2012.igem.org/Team:OUC-China/Modeling/Overview"><span>overview</span></a></li> |
- | <li class=" | + | <li class="ODE"><a href="https://2012.igem.org/Team:OUC-China/Modeling/ODEModel"><span></span>ODE Model</a></li> |
- | <li class=" | + | <li class="Parameter"><a href="https://2012.igem.org/Team:OUC-China/Modeling/ParameterSensitivityAnalysis"><span></span>decision-making</a></li> |
- | <li class=" | + | <li class="Parameter-Sweep"><a href="https://2012.igem.org/Team:OUC-China/Modeling/ParameterSweep"><span></span>Parameter sweep</a></li> |
+ | <li class="Noise-Analysis"><a href="https://2012.igem.org/Team:OUC-China/Modeling/NoiseAnalysis"><span></span>Noise Analysis</a></li> | ||
</ul> | </ul> | ||
</div> | </div> | ||
- | + | <div id="button-wrapper"> | |
+ | <a href="https://static.igem.org/mediawiki/2012/4/42/OUC-iGEM-2012-modeling.pdf" class="a-btn"> | ||
+ | <span class="a-btn-symbol"><img src="https://static.igem.org/mediawiki/2012/6/6b/Pdf-icon.png"/></span> | ||
+ | <span class="a-btn-text">Download PDF</span> | ||
+ | </a> | ||
+ | </div> | ||
+ | </div> | ||
<div class="article-list"> | <div class="article-list"> | ||
<div class="start"></div> | <div class="start"></div> |
Revision as of 20:41, 26 September 2012
Parameter sweep
Aim:To discover the optimized ranges of important parameters.
Brief Result:We determined the optimal parameter ranges for the ternary system, and selected a best parameter set for noise analysis.
Why chose slope as an indicator?
Slope is given by : Slope= Δ[m]steady/Δratio=2* ([m]steady1:1 - [m]steady1:2)
Also slope is not the only candidate indicator, the other indicator candidates weeded out are given below:
‘Sensitive’ does not means ‘important’
Sensitive does not means important, for sensitive parameters are fixed inherently and are not adjustable, always.
We swept 4 parameters for the reasons given below:
Establish parameter sweep database (4 parameters at the same time)
We swept km,βm,αm, ks at the same time and collected 120,000 3-ODE steady-state datapoints by mass computation.
For the database is a collection of 5-Dimensional data points, it’s rational to show the result in the format of projection on 2-D surface to indicate the relationship between slope and arbitrary 2 parameters we swept
Comparator(slope vs. arbitrary 2 parameters)
Ratio Senor(slope vs. arbitrary 2 parameters)
Determine optimal parameter range
We screened the database to get rid of unreasonable datapoints with restrictions:
We will use the best parameter set to perform noise analysis.