Team:Colombia/Scripting

From 2014.igem.org

(Difference between revisions)
Line 595: Line 595:
<b><font color="#8A0808" size="3" >Stochastic Model</font></b>
<b><font color="#8A0808" size="3" >Stochastic Model</font></b>
<br>
<br>
-
Sometimes probabilistic models better describe certain systems<br>
+
Sometimes probabilistic models better describe certain systems, This required a fairly big amount of computational power<br>
<textarea readonly rows = "20">
<textarea readonly rows = "20">
%Stochastic Simulation for the system
%Stochastic Simulation for the system
Line 1,328: Line 1,328:
%
%
%
%
-
     
 
</textarea>
</textarea>
</p>
</p>
</div>
</div>
</html>
</html>

Revision as of 12:44, 17 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, This required a fairly big amount of computational power