Line 1,715: | Line 1,715: | ||
behavior we have adopted stochastic simulation algorithm by Gillespie.<br><br> | behavior we have adopted stochastic simulation algorithm by Gillespie.<br><br> | ||
− | + | ||
− | + | ||
− | + | ||
The algorithm model the set of chemical reactions and the instant they occur as | The algorithm model the set of chemical reactions and the instant they occur as | ||
random. The model takes account of intrinsic noise more accurately. After each reaction, | random. The model takes account of intrinsic noise more accurately. After each reaction, | ||
the algorithm determines which reaction will occur next, and how much time will elapse | the algorithm determines which reaction will occur next, and how much time will elapse | ||
− | before it occurs. The flow chart of the Algorithm is presented as | + | before it occurs. The flow chart of the Algorithm is presented as Fig2 which describes |
− | the Monte Carlo simulation based simulation.<br><br> | + | the Monte Carlo simulation based simulation.<br> |
+ | </h2> | ||
+ | <img src = "https://static.igem.org/mediawiki/2017/5/50/T--IIT_Delhi--untitled_diagram.png" style='border:3px solid #000000' width = "40%"><br> | ||
+ | <h6>Fig2. Stochastic modeling flowchart</h6><br><h2> | ||
The simulation results presented in Fig. X shows a square wave pattern in the mRNA | The simulation results presented in Fig. X shows a square wave pattern in the mRNA | ||
Line 1,742: | Line 1,743: | ||
</h2> | </h2> | ||
<img src = "https://static.igem.org/mediawiki/2017/8/8b/T--IIT_Delhi--fig_freq_response.png" style='border:3px solid #000000' width = "80%"><br> | <img src = "https://static.igem.org/mediawiki/2017/8/8b/T--IIT_Delhi--fig_freq_response.png" style='border:3px solid #000000' width = "80%"><br> | ||
− | <h6> | + | <h6>Fig7. Frequency response for various degradation rate<br> |
</h6> | </h6> |
Revision as of 21:34, 1 November 2017
Stochastic Model