Difference between revisions of "Team:Exeter/Model"

Line 746: Line 746:
 
                     <img src="https://static.igem.org/mediawiki/2016/0/03/T--Exeter--Modelling_GraphKRtwo.png" style="max-width:100%;margin:auto;display:block;">
 
                     <img src="https://static.igem.org/mediawiki/2016/0/03/T--Exeter--Modelling_GraphKRtwo.png" style="max-width:100%;margin:auto;display:block;">
 
                     <span class="caption">Figure 2: A plot of the overall protein production in blue and the rate at which the first mrna independently produces a protein in red. Creating proteins at ~53s and ~54s respectively.</span>
 
                     <span class="caption">Figure 2: A plot of the overall protein production in blue and the rate at which the first mrna independently produces a protein in red. Creating proteins at ~53s and ~54s respectively.</span>
 +
<br>
 +
<br>
 
                 </div>
 
                 </div>
 
<p id="pp">To enable this we moved away from Simbiology and attempted to use Simulink. However, after careful consideration, we decided instead to write the process in C. This allowed us to handle each mRNA and its creation time separately and have it produce proteins up to the time in which the protein was induced. An array was used with each element representing a second; every time a protein was created the corresponding time element would increase by one. The total of all elements were then taken to find an overall amount of protein.</p>
 
<p id="pp">To enable this we moved away from Simbiology and attempted to use Simulink. However, after careful consideration, we decided instead to write the process in C. This allowed us to handle each mRNA and its creation time separately and have it produce proteins up to the time in which the protein was induced. An array was used with each element representing a second; every time a protein was created the corresponding time element would increase by one. The total of all elements were then taken to find an overall amount of protein.</p>

Revision as of 15:26, 8 October 2016