Difference between revisions of "Team:Exeter/Model"

Line 740: Line 740:
 
                     <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 1: A graph showing the mRNA amount in blue over 100 seconds and the overall rate of Protein production in red over 100 seconds.</span>
 
                     <span class="caption">Figure 1: A graph showing the mRNA amount in blue over 100 seconds and the overall rate of Protein production in red over 100 seconds.</span>
 +
<br>
 +
<br>
 
                 </div>
 
                 </div>
 
<br />
 
<br>
 
 
 
                 <div class="col-xs-12" style="padding:0;margin:0;">
 
                 <div class="col-xs-12" style="padding:0;margin:0;">
 
                     <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>
 
                 </div>
 
                 </div>
<br>
 
<br>
 
 
<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