Difference between revisions of "Team:Exeter/Model"

Line 734: Line 734:
  
 
<p id="pp">To correct this mRNA needed to be a step function, 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 mRNA needed to be a step function, 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="padding:0;margin:0;">
 +
                    <img src="https://static.igem.org/mediawiki/2016/1/17/T--Exeter--Modelling_GraphKRone.png" style="max-width:100%;margin:auto;display:block;">
 +
                </div>
 +
 +
                <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;">
 +
                </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:19, 8 October 2016