Team:Oxford/modelling biosensor
From 2014.igem.org
(Difference between revisions)
Olivervince (Talk | contribs) |
Olivervince (Talk | contribs) |
||
(39 intermediate revisions not shown) | |||
Line 157: | Line 157: | ||
} | } | ||
- | . | + | .orange_news_block1 { |
background: #FA6800; | background: #FA6800; | ||
border-radius:30px; margin-top:2%; padding-left:2%;padding-right:2%;padding-top:2%;padding-bottom:2%; | border-radius:30px; margin-top:2%; padding-left:2%;padding-right:2%;padding-top:2%;padding-bottom:2%; | ||
width:32%; | width:32%; | ||
+ | } | ||
+ | |||
+ | .orange_news_block2 { | ||
+ | |||
+ | background: #FA6800; | ||
+ | border-radius:30px; margin-top:2%; padding-left:2%;padding-right:2%;padding-top:2%;padding-bottom:2%; | ||
+ | width:44%; | ||
} | } | ||
Line 168: | Line 175: | ||
background: #FFFF06; | background: #FFFF06; | ||
border-radius:30px; margin-top:2%; padding-left:2%;padding-right:2%;padding-top:2%;padding-bottom:2%; | border-radius:30px; margin-top:2%; padding-left:2%;padding-right:2%;padding-top:2%;padding-bottom:2%; | ||
- | width: | + | width:27%; |
+ | } | ||
+ | .white_news_block { | ||
+ | |||
+ | background: #fff; | ||
+ | border-radius:15px; margin-top:2%; margin-left: 13%; padding-left:2%;padding-right:2%;padding-top:2%;padding-bottom:2%; | ||
+ | width:70%; | ||
} | } | ||
Line 185: | Line 198: | ||
} | } | ||
+ | h1black { | ||
+ | font-size: 230%; | ||
+ | font-weight: 400; | ||
+ | font-family:Helvetica; | ||
+ | } | ||
</style> | </style> | ||
Line 241: | Line 259: | ||
<div class="yellow_news_block"> | <div class="yellow_news_block"> | ||
- | < | + | <h1black>Insert intro here</h1black> |
</div> | </div> | ||
<div class="yellow_news_block"> | <div class="yellow_news_block"> | ||
- | < | + | <h1black>Insert biochem here</h1black> |
</div> | </div> | ||
- | <div class=" | + | <div class="orange_news_block1"> |
<h1white>Modelling genetic circuits</h1white> | <h1white>Modelling genetic circuits</h1white> | ||
</div> | </div> | ||
Line 267: | Line 285: | ||
<h1>Deterministic</h1> | <h1>Deterministic</h1> | ||
- | <img src="https://static.igem.org/mediawiki/2014/2/2e/Oxford_DcmR_parameters.png" style="float:right;position:relative; height:8%; width: | + | <img src="https://static.igem.org/mediawiki/2014/2/2e/Oxford_DcmR_parameters.png" style="float:right;position:relative; height:8%; width:47%;" /> |
Deterministic models are very powerful tools in systems biology. They analyse the behaviour of the bacteria on a culture level and use ordinary differential equations (ODEs) to relate each activation and repression. By constructing a cascade of differential equations you can build a very robust model of the average behaviour of the gene circuit. | Deterministic models are very powerful tools in systems biology. They analyse the behaviour of the bacteria on a culture level and use ordinary differential equations (ODEs) to relate each activation and repression. By constructing a cascade of differential equations you can build a very robust model of the average behaviour of the gene circuit. | ||
Line 276: | Line 294: | ||
- | <br><br><img src="https://static.igem.org/mediawiki/2014/e/ed/Oxford_DcmR_activation.png" style="float:left;position:relative; height:8%; width: | + | <br><br><img src="https://static.igem.org/mediawiki/2014/e/ed/Oxford_DcmR_activation.png" style="float:left;position:relative; height:8%; width:47%;" /> |
<br><br><br><br><br> | <br><br><br><br><br> | ||
- | Where did this equation come from? | + | <u>Where did this equation come from?</u> |
<br><br> | <br><br> | ||
Line 296: | Line 314: | ||
<div class="blue_news_block"> | <div class="blue_news_block"> | ||
While the analysis of this circuit isn’t critical to the successful outcome of this part of the project, it will provide us with a very good practice of both obtaining fluorescence time data and accurately fitting the data to the model. It will also help us develop our methods of predicting future system behaviour. This is because this system is already well documented in literature and so we should be able to test our methods and responses against well documented results from labs across the world. | While the analysis of this circuit isn’t critical to the successful outcome of this part of the project, it will provide us with a very good practice of both obtaining fluorescence time data and accurately fitting the data to the model. It will also help us develop our methods of predicting future system behaviour. This is because this system is already well documented in literature and so we should be able to test our methods and responses against well documented results from labs across the world. | ||
- | + | <br><br> | |
As you can clearly see from the graph, the model predicts a large fluorescence increase as the input is added. This is the expected response from the real response and is the best approximation that is obtainable before we get data from the biochemists. | As you can clearly see from the graph, the model predicts a large fluorescence increase as the input is added. This is the expected response from the real response and is the best approximation that is obtainable before we get data from the biochemists. | ||
- | + | <br><br> | |
In the graph above, the model is set to have a basal rate of zero. This is why there is a zero fluorescence response before the input has been added. In biochemical terms, this is the same as the tetO promoter not being leaky at all. This basal rate will be calibrated alongside all of the other parameters in the model. | In the graph above, the model is set to have a basal rate of zero. This is why there is a zero fluorescence response before the input has been added. In biochemical terms, this is the same as the tetO promoter not being leaky at all. This basal rate will be calibrated alongside all of the other parameters in the model. | ||
</div> | </div> | ||
+ | <img src="https://static.igem.org/mediawiki/2014/6/6f/Oxford_Characterisation_question.png" style="float:right;position:relative; width:45%;" /> | ||
- | <div class=" | + | <div class="yellow_news_block"> |
+ | <h1black>Insert biochem here</h1black> | ||
+ | </div> | ||
+ | |||
+ | <div class="orange_news_block2"> | ||
<h1white>How can we tell the systems apart?</h1white> | <h1white>How can we tell the systems apart?</h1white> | ||
</div> | </div> | ||
+ | |||
+ | |||
+ | <div class="pink_news_block"> | ||
+ | <h1>Predicting the sfGFP fluorescence</h1> | ||
+ | <h1>Introduction</h1> | ||
+ | To allow us to be able to identify which system was in the second half of the circuit, it was important to be able to predict the difference in response. To do this, we constructed models that involved cascading the differential equations in different formats to model the response. | ||
+ | <br><br> | ||
+ | To be able to do this, we had to construct simplified equivalent circuits that were made out of direct activations and repressions. | ||
+ | <br><br> | ||
+ | It is important to understand that these simplified equivalent circuits will not give the correct mCherry response but they will give the correct GFP response after correct parameterisation. | ||
+ | <br><br> | ||
+ | We then set up the differential equations necessary to solve this problem in Matlab. The method and results are as detailed below: | ||
+ | |||
+ | </div> | ||
+ | |||
+ | |||
+ | <div class="white_news_block"> | ||
+ | <img src="https://static.igem.org/mediawiki/2014/7/7d/Oxford_Comparison.png" style="margin-left:0%; margin-right:0%; position:relative; width:100%;" /> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | <div class="pink_news_block"> | ||
+ | <h1>Conclusion</h1> | ||
+ | |||
+ | The bottom graphs show how each hypothesised system would respond to a step input of both ATC and DCM at the same time. As you can see, there isn’t much difference in the predicted steady state value of the fluorescence. However, providing the basal rate of GFP is low enough, there should be a clear difference in the level of fluorescence before either of these inputs are added. Eventually, we plan to test which gene circuit is present in this system by using this method of differentiating between them. | ||
+ | <br><br> | ||
+ | Calculating the many parameters for this system will be tricky. <u>How are we calculating the parameters?</u> | ||
+ | <br><br> | ||
+ | Having made the models and understanding the assumptions that we’ve made, it is very important to understand where the limits of the predictions are and what range of inputs the model will give reliable information for. After all, no model is perfect. <u><-- BACK THIS UP?</u> | ||
+ | |||
+ | </div> | ||
+ | <br> | ||
+ | |||
+ | |||
+ | <div class="yellow_news_block"> | ||
+ | <h1black>Insert biochem here?</h1black> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
Latest revision as of 13:32, 9 September 2014