Difference between revisions of "Team:Exeter/Model"

Line 720: Line 720:
  
 
                 <p id="pp">To correct this, the mRNA needed to be a step function, so limiting the amount to whole integers and meaning that production of the protein was restricted until the first mrna was produced. However, this only served to add a delay onto the overall protein production and multiply it by the mRNA amount as seen in Figure 1. This highlights another problem. As we can see in Figure 2 below, we know that it takes ~28 s to produce a protein (K3) after the mRNA has been made, suggesting that it should occur at  ~54s. However, the second mRNA is produced in advance of this, increasing the rate at which the protein are produced and making the first protein at  ~53s. This correctly describes the overall rate of the system in producing proteins but is incorrect for finding the time at which they are made, as each mRNA is independent of any other. This means that each mRNA required  individual consideration based on each having a separate protein production mechanism that contributes to a total protein quantity. </p>
 
                 <p id="pp">To correct this, the mRNA needed to be a step function, so limiting the amount to whole integers and meaning that production of the protein was restricted until the first mrna was produced. However, this only served to add a delay onto the overall protein production and multiply it by the mRNA amount as seen in Figure 1. This highlights another problem. As we can see in Figure 2 below, we know that it takes ~28 s to produce a protein (K3) after the mRNA has been made, suggesting that it should occur at  ~54s. However, the second mRNA is produced in advance of this, increasing the rate at which the protein are produced and making the first protein at  ~53s. This correctly describes the overall rate of the system in producing proteins but is incorrect for finding the time at which they are made, as each mRNA is independent of any other. This means that each mRNA required  individual consideration based on each having a separate protein production mechanism that contributes to a total protein quantity. </p>
 +
 +
                <div class="col-xs-12" style="width:100%;position:relative;margin:auto;padding:0;">
 +
<div class="graph_box_single col-xs-12">
 +
<img src="https://static.igem.org/mediawiki/2016/1/17/T--Exeter--Modelling_GraphKRone.png">
 +
<span>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>
 +
</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 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.

Revision as of 23:16, 13 October 2016