Team:Brown/Modeling

From 2010.igem.org

(Difference between revisions)
(Light Programmable Genetic Circuit)
(Light-Pattern Controlled Circuit)
 
(18 intermediate revisions not shown)
Line 1: Line 1:
{{:Team:Brown/templates/header}}
{{:Team:Brown/templates/header}}
-
==Light Programmable Genetic Circuit==
+
=Modeling=
 +
[[Image:Jensmile.jpg|left|300px]]
 +
===Modeling the Quad-state Circuit===
-
===Modeling the Quad-state===
+
Because our light circuit consists of four distinct steady states, we choose to model our system initially using a deterministic system. In this section, we will discuss the following:
-
<html>
+
# The [[Team:Brown/Modeling/ODEs | system of ordinary differential equations]] that we formulated to model our system and the biological basis for each
-
<embed src="https://static.igem.org/mediawiki/2010/1/13/Circuit2new.swf" quality="high" bgcolor="#ffffff" width="640" height="600" name="mymoviename" align="" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">
+
# The [[Team:Brown/Modeling/Parameters | parameters]] we used in our model and the basis for them
-
<script type="text/javascript">
+
# The [[Team:Brown/Modeling/Results| results]] of our model and the conclusions drawn from them
-
 
+
# The [[Team:Brown/Modeling/Light device| illumination device ]] we designed to induce the state switching of our circuit.
-
  var _gaq = _gaq || [];
+
-
  _gaq.push(['_setAccount', 'UA-17939596-1']);
+
-
  _gaq.push(['_trackPageview']);
+
-
 
+
-
  (function() {
+
-
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+
-
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+
-
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+
-
  })();
+
-
 
+
-
</script>
+
-
</html>
+
-
 
+
-
The above model demonstrates the interaction between parts that make up the quad-state system. S1, S2, S3, and S4 are reporter molecules that represent each state, and could be replaced by any desired protein (for activation of other pathways, production of enzymes for biosynthesis, etc).
+
-
 
+
-
===470nm illumination device===
+
-
[[Image:Prototype_light_device.jpg]]
+
-
 
+
-
This prototype device uses two super-bright blue LEDs (470nm, 2400mcd) to illuminate cells. It will be used to drive the LOVtap promoter, which is responsive to blue light. The device is controlled by an open-source arduino microcontroller and can be custom-programmed to cycle through various light states for various amounts of time. Source code and schematics for the final device will be posted soon.
+

Latest revision as of 18:19, 27 October 2010

Modeling

Jensmile.jpg

Modeling the Quad-state Circuit

Because our light circuit consists of four distinct steady states, we choose to model our system initially using a deterministic system. In this section, we will discuss the following:

  1. The system of ordinary differential equations that we formulated to model our system and the biological basis for each
  2. The parameters we used in our model and the basis for them
  3. The results of our model and the conclusions drawn from them
  4. The illumination device we designed to induce the state switching of our circuit.