(17 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
{{NAU-CHINA}} | {{NAU-CHINA}} | ||
{{NAU-CHINA/header}} | {{NAU-CHINA/header}} | ||
Line 13: | Line 11: | ||
</script> | </script> | ||
<style> | <style> | ||
− | + | .top-title { | |
− | . | + | color: #1e4389 !important; |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
.main-content h1 { | .main-content h1 { | ||
font-family: 'Avenir Next Condensed',sans-serif; | font-family: 'Avenir Next Condensed',sans-serif; | ||
− | color: # | + | color: #1e4389; |
− | margin:32px 0 !important; | + | margin: 32px 0 !important; |
− | margin-left:40px !important; | + | margin-left: 40px !important; |
− | font-size:40px; | + | font-size: 40px; |
− | font-weight:bold !important; | + | font-weight: bold !important; |
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</style> | </style> | ||
</head> | </head> | ||
<body> | <body> | ||
− | + | <div class="topLine"> | |
− | + | <p class="top-title">Model</p> | |
− | + | <p class="sec-title">Auxiliary Understanding</p> | |
+ | </div> | ||
+ | <a href="https://2018.igem.org/Team:NAU-CHINA/Model"> | ||
+ | <img id="icon1" class="guide-icon" src="https://static.igem.org/mediawiki/2018/5/58/T--NAU-China--overviewblue.png" /> | ||
+ | </a> | ||
+ | <a href="https://2018.igem.org/Team:NAU-CHINA/Model%20Details"> | ||
+ | <img id="icon2" class="guide-icon" src="https://static.igem.org/mediawiki/2018/c/cd/T--NAU-China--imodelillblue.png" /> | ||
+ | </a> | ||
+ | <div class="main-content"> | ||
<div class="textblock"> | <div class="textblock"> | ||
− | <h1> | + | <h1>Part1 Why we use stochastic simulation</h1> |
− | <p>Ordinary differential equation | + | <p>Ordinary differential equation is a commonly used mathematical tool to describe the chemical reaction. It can be accurate to use the description of the ordinary differential equations, if the simulated system contains more than 10 ^ 3 molecules. However, it is sometimes inappropriate when applying in biological systems, because the life behavior of biochemical reactions involved in small number of molecules. For example, in the gene expression, there is usually only one kind of protein, while a few dozen mRNA molecules, corresponding to these genes. In protein interactions, the number of proteins as reactant is small, far less than the number of molecules in ordinary chemical reactions. The time of chemical reaction in organisms, on the other hand, is longer than that of ordinary chemical reactions. For example, it usually takes a few minutes to complete gene transcription process. The small number of molecules and their slow reaction produces large randomness in chemical reactions. This randomness is caused by two factors. Firstly, the reactant collision response may occur. When the molecules are in a small number or in low concentration, the reactant collision probability is very small. Another factor is a thermodynamic fluctuation. Even in reaction of reactant collision together, the activation energy, which is affected by the fluctuation of heat, has a significant randomness. </p> |
</div> | </div> | ||
</div> | </div> | ||
<div class="main-content"> | <div class="main-content"> | ||
<div class="textblock"> | <div class="textblock"> | ||
− | <h1> | + | <h1>Part2 Gillespie algorithm(stochastic simulation algorithm)</h1> |
<p>We are the users of the algorithm, not the inventor, and the following literature is the explanation made by the algorithm inventor. </p> | <p>We are the users of the algorithm, not the inventor, and the following literature is the explanation made by the algorithm inventor. </p> | ||
<p>"It is a relatively simple digital computer algorithm which uses a rigorously derived Monte Carlo procedure to numerically simulate the time evolution of the given chemical system." </p> | <p>"It is a relatively simple digital computer algorithm which uses a rigorously derived Monte Carlo procedure to numerically simulate the time evolution of the given chemical system." </p> | ||
− | <p>Exact stochastic simulation of coupled chemical reactions</p> | + | <p><a href="https://static.igem.org/mediawiki/2018/d/d6/T--NAU-China--gillespie1977.pdf" target="_blank">Exact stochastic simulation of coupled chemical reactions</a></p> |
<p>Daniel T. Gillespie</p> | <p>Daniel T. Gillespie</p> | ||
<p>The Journal of Physical Chemistry 1977 81 (25), 2340-2361</p> | <p>The Journal of Physical Chemistry 1977 81 (25), 2340-2361</p> | ||
Line 109: | Line 56: | ||
<div class="main-content"> | <div class="main-content"> | ||
<div class="textblock"> | <div class="textblock"> | ||
− | <h1> | + | <h1><a name="Part3 Our program code and instructions">Part3 Our program code and instructions</a></h1> |
+ | <p><a href="https://static.igem.org/mediawiki/2018/9/9c/T--NAU-CHINA--lpkzip.zip" target="_blank">Download</a></p> | ||
</div> | </div> | ||
− | |||
− | </div> | + | </div> |
+ | </div> | ||
− | |||
− | |||
− | |||
− | |||
</body> | </body> | ||
</html> | </html> | ||
{{NAU-CHINA/footer}} | {{NAU-CHINA/footer}} |
Latest revision as of 01:52, 18 October 2018
Model
Auxiliary Understanding
Part1 Why we use stochastic simulation
Ordinary differential equation is a commonly used mathematical tool to describe the chemical reaction. It can be accurate to use the description of the ordinary differential equations, if the simulated system contains more than 10 ^ 3 molecules. However, it is sometimes inappropriate when applying in biological systems, because the life behavior of biochemical reactions involved in small number of molecules. For example, in the gene expression, there is usually only one kind of protein, while a few dozen mRNA molecules, corresponding to these genes. In protein interactions, the number of proteins as reactant is small, far less than the number of molecules in ordinary chemical reactions. The time of chemical reaction in organisms, on the other hand, is longer than that of ordinary chemical reactions. For example, it usually takes a few minutes to complete gene transcription process. The small number of molecules and their slow reaction produces large randomness in chemical reactions. This randomness is caused by two factors. Firstly, the reactant collision response may occur. When the molecules are in a small number or in low concentration, the reactant collision probability is very small. Another factor is a thermodynamic fluctuation. Even in reaction of reactant collision together, the activation energy, which is affected by the fluctuation of heat, has a significant randomness.
Part2 Gillespie algorithm(stochastic simulation algorithm)
We are the users of the algorithm, not the inventor, and the following literature is the explanation made by the algorithm inventor.
"It is a relatively simple digital computer algorithm which uses a rigorously derived Monte Carlo procedure to numerically simulate the time evolution of the given chemical system."
Exact stochastic simulation of coupled chemical reactions
Daniel T. Gillespie
The Journal of Physical Chemistry 1977 81 (25), 2340-2361
DOI: 10.1021/j100540a008