Team:LCG-UNAM-Mexico/Modelling
From 2009.igem.org
(Difference between revisions)
Line 30: | Line 30: | ||
Events occurring in the CA are stochastic processes. The attributes of the bacteria in the CA are [http://en.wikipedia.org/wiki/Random_variable random variables] with and associated Probability Distribution. | Events occurring in the CA are stochastic processes. The attributes of the bacteria in the CA are [http://en.wikipedia.org/wiki/Random_variable random variables] with and associated Probability Distribution. | ||
We have distributions from literature and distributions generated by our simulations. So, for instance, when a bacterium gets infected we sample the Burst-Size Distribution, when a bacterium duplicate we sample the Duplication Time Distribution to assign lifetime to the newborn bacteria and so on. Sampling the distributions is the link between kinetic and population simulations: Random Variables in the population simulations take values from the distributions generated by the Molecular Simulations and ''voila'', now we have the big picture. | We have distributions from literature and distributions generated by our simulations. So, for instance, when a bacterium gets infected we sample the Burst-Size Distribution, when a bacterium duplicate we sample the Duplication Time Distribution to assign lifetime to the newborn bacteria and so on. Sampling the distributions is the link between kinetic and population simulations: Random Variables in the population simulations take values from the distributions generated by the Molecular Simulations and ''voila'', now we have the big picture. | ||
+ | |||
+ | <br><br> | ||
+ | |||
+ | <html> | ||
+ | <header> | ||
+ | |||
+ | <script language="JavaScript"> | ||
+ | |||
+ | function mouseOver_mol(){ | ||
+ | document.getElementById("mol").src ="https://static.igem.org/mediawiki/2009/6/64/Molecular_b.png"; | ||
+ | } | ||
+ | function mouseOut_mol(){ | ||
+ | document.getElementById("mol").src ="https://static.igem.org/mediawiki/2009/1/1b/Molecular_a.png"; | ||
+ | } | ||
+ | |||
+ | |||
+ | function mouseOver_pop(){ | ||
+ | document.getElementById("pop").src ="https://static.igem.org/mediawiki/2009/2/26/Population_a.png"; | ||
+ | } | ||
+ | function mouseOut_pop(){ | ||
+ | document.getElementById("pop").src ="https://static.igem.org/mediawiki/2009/f/f5/Population_b.png"; | ||
+ | } | ||
+ | |||
+ | </script> | ||
+ | </header> | ||
+ | <!--components, media, protocols, strains, virus--> | ||
+ | <body> | ||
+ | <br><br> | ||
+ | <table border="0" align="center" width="500" cellpadding="50"><tr><a href="https://2009.igem.org/Team:LCG-UNAM-Mexico/Molecular model" ><img border="0" width="600" src="https://static.igem.org/mediawiki/2009/1/1b/Molecular_a.png" id="mol" onmouseover="mouseOver_mol()" onmouseout="mouseOut_mol()" align="center"></a></tr> | ||
+ | <br><br> | ||
+ | <tr><a href="https://2009.igem.org/Team:LCG-UNAM-Mexico/Population model" ><img border="0" width="600" src="https://static.igem.org/mediawiki/2009/f/f5/Population_b.png" id="pop" onmouseover="mouseOver_pop()" onmouseout="mouseOut_pop()" align="center"></a></tr> | ||
+ | <br><br> | ||
+ | </table> | ||
+ | |||
+ | |||
+ | </body> | ||
+ | </html> | ||
+ | |||
+ | |||
+ | |||
Revision as of 19:12, 20 October 2009