Difference between revisions of "Team:Carnegie Mellon/Modeling"

Line 126: Line 126:
 
   <center><i>The diagram above is a system level visualization of our gaussia reporter estrogen biosensor. </i></center>
 
   <center><i>The diagram above is a system level visualization of our gaussia reporter estrogen biosensor. </i></center>
 
   <br><br>
 
   <br><br>
   Before we began writing code to generate our model, it was important to create a visualization of our model to serve as a template which we would base our code on. A legend for the components can be seen below: <br>
+
   Before we began writing code to generate our model, it was important to create a visualization of our model to serve as a template which we would base our code on. A legend for the components can be seen below:  
   <image src="https://static.igem.org/mediawiki/2015/5/58/LegendEstrogen.jpg" height="600" width="1000"></div> <!-- description -->
+
  <br>
 +
   <center><image src="https://static.igem.org/mediawiki/2015/5/58/LegendEstrogen.jpg" height="600" width="1000"></center></div> <!-- description -->
 
   <br><br><br>
 
   <br><br><br>
  

Revision as of 16:23, 18 September 2015

Modeling.

Rule-based modeling for our estrogen sensor.

Purpose

Along with improving the estrogen sensor part from our previous year’s project, this year we also updated the estrogen sensor model as well. We created two new models to represent the two different medications we made to the estrogen sensor part. One model is based on using an RFP reporter, while the other model represents the incorporation of this year’s new part by using a gaussia reporter. The new models not only reflect the addition of new biological components to our wet lab sensor, but also incorporates our most recent wet lab data. The new biosensor models were written in the BioNetGen Language, a rule-based modeling language. Rule-based modeling is a type of modeling in which differential equations are generated from a description of how various biological components and systems interact with one another. Our models were built from data found in literature and experimental data from the lab. Due to the fact that our models are based on experimental data, it is able to predict the outcome of experimental wet lab trials under a variety of different conditions. Thus, our models not only help to guide wet lab experiments, but can also given us insight into some of the biological underpinnings of the experiment that we would not have necessarily considered without the model. Finally, the models can be used to identify any components which are interfering with our ability to obtain optimal data. The models were run in Rule-Bender version 2.0.382, an interactive design environment which is dedicated to running, analyzing, visualizing, and debugging BioNetGen Language Models.



Biosensor Overview


The diagram above is a system level visualization of our RFP reporter estrogen biosensor.



The diagram above is a system level visualization of our gaussia reporter estrogen biosensor.


Before we began writing code to generate our model, it was important to create a visualization of our model to serve as a template which we would base our code on. A legend for the components can be seen below:



Rule-Based Model
Our model captures a total of 22 different reactions:
  1. The rate at which estrogen diffuses across the cell membrane and enters the cell.
  2. The rate at which estrogen diffuses across the cell membrane and exits the cell.
  3. The rate at which mRNA T7RNAP-LBD/YFP is transcribed from the sensor plasmid.
  4. The rate at which mRNA T7RNAP-LBD/YFP is degraded.
  5. The rate at which YFP is translated from mRNA T7RNAP-LBD/YFP.
  6. The rate at which YFP is degraded.
  7. The rate at which T7RNAP-LBD is translated from mRNA T7RNAP-LBD/YFP.
  8. The rate at which T7RNAP-LBD is degraded.
  9. The rate at which estrogen associates with the T7RNAP-LBD complex.
  10. The rate at which estrogen disassociates from the T7RNAP-LBD complex.
  11. The rate at which estrogen activated T7RNAP-LBD binds to reporter plasmid.
  12. The rate at which estrogen activated T7RNAP-LBD unbinds from reporter plasmid.
  13. The rate at which mRNA gLuc is transcribed from the reporter plasmid.
  14. The rate at which mRNA gLuc is degraded.
  15. The rate at which gLuc enzyme is translated from mRNA gLuc.
  16. The rate at which gLuc enzyme is degraded.
  17. The rate at which coelenterazine diffuses across the cell membrane and enters the cell.
  18. The rate at which coelenterazine diffuses across the cell membrane and exits the cell.
  19. The rate at which coelenterazine associates with the gLuc enzyme.
  20. The rate at which coelenterazine disassociates from the gLuc enzyme.
  21. The rate at which light and coelenteramide are produced from the coelenterazine-luciferase complex.
  22. The rate at which light dissipates from the cellular environment.