Team:Colombia/Scripting
From 2014.igem.org
(Difference between revisions)
Line 189: | Line 189: | ||
% | % | ||
</textarea> | </textarea> | ||
+ | <br> | ||
+ | <br> | ||
<b><font color="#8A0808" size="3" >Metropolis-Hastings Algorithm</font></b> | <b><font color="#8A0808" size="3" >Metropolis-Hastings Algorithm</font></b> | ||
<br> | <br> | ||
Line 446: | Line 448: | ||
y=0; | y=0; | ||
end | end | ||
+ | </textarea> | ||
+ | <br> | ||
+ | <br> | ||
+ | <b><font color="#8A0808" size="3" >Sensitivity Analysis</font></b> | ||
+ | <br> | ||
+ | This code determines which set of values for missing parameters yield the most desirable response.<br> | ||
+ | <textarea> | ||
</textarea> | </textarea> | ||
</p> | </p> | ||
</div> | </div> | ||
</html> | </html> |
Revision as of 03:28, 16 October 2014
Scripting
Feel free to expand and scroll through the text boxes in order to further examine the code.
Deterministic Model
This code creates the differential equations governing the concentration dinamics of each protein in our model, finds the steady state solutions and then solves them using the numerical aproximation method Runge-Kutta
Metropolis-Hastings Algorithm
This code determines which set of values for missing parameters yield the most desirable response.
Sensitivity Analysis
This code determines which set of values for missing parameters yield the most desirable response.