Team:Colombia/Scripting

From 2014.igem.org

(Difference between revisions)
Line 17: Line 17:
<br>
<br>
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<br>
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<br>
-
<textarea>
+
<textarea readonly>
function y=det()
function y=det()
%
%
Line 194: Line 194:
<br>
<br>
This code determines which set of values for missing parameters yield the most desirable response.<br>
This code determines which set of values for missing parameters yield the most desirable response.<br>
-
<textarea>
+
<textarea readonly>
function y=model(patr, pbtr, pho, pkttr, pata, pbta, phtr,pn)
function y=model(patr, pbtr, pho, pkttr, pata, pbta, phtr,pn)
%
%
Line 454: Line 454:
<br>
<br>
This code points out which are the critical parameters in the system (those that change the response drastically).<br>
This code points out which are the critical parameters in the system (those that change the response drastically).<br>
-
<textarea>
+
<textarea readonly>
%
%
global kcc kcd kcu kuc kuo kou kttr gcs gcsa guf gu gof go gtr gta gr gttr acs au ao ar atr ata bcu buc btr buo bou bta ho htr n
global kcc kcd kcu kuc kuo kou kttr gcs gcsa guf gu gof go gtr gta gr gttr acs au ao ar atr ata bcu buc btr buo bou bta ho htr n
Line 596: Line 596:
<br>
<br>
Sometimes probabilistic models better describe certain systems<br>
Sometimes probabilistic models better describe certain systems<br>
-
<textarea>
+
<textarea readonly>
</textarea>
</textarea>
</p>
</p>
</div>
</div>
</html>
</html>

Revision as of 12:03, 16 October 2014

Wheeltz - CSS3 Navigational Wheel Menu

  • Home
  • iGEM
  • Facebook
  • Twitter






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 points out which are the critical parameters in the system (those that change the response drastically).


Stochastic Model
Sometimes probabilistic models better describe certain systems