Team:Brown/Project/Light pattern/Logic design

From 2010.igem.org

(Difference between revisions)
(Logic Design)
(Logic Design)
Line 20: Line 20:
__TOC__
__TOC__
===Conversion Module===
===Conversion Module===
-
In order to design the Conversion Module, which converts light ON/OFF to transcription ON/OFF, we looked to past years' iGEM team projects. We found (quite easily, in fact, as it won best new part) team EPF-Lausanne 2009's LOVTAP project, which characterized a synthetic protein capable of acting as a repressor like tryptophan when exposed to 470nm light.
+
In order to design the Conversion Module, which converts light ON/OFF to transcription ON/OFF, we looked to past years' iGEM team projects. We found (quite easily, in fact, as it won best new part) team EPF-Lausanne 2009's E.Colight project, which characterized a synthetic protein LovTAP capable of acting as a repressor like tryptophan when exposed to 470nm light. You can read more about their project [[https://2009.igem.org/Team:EPF-Lausanne| here]]. As EPF-Lausanne describes, "Upon light induction, a conformational change is transmitted from the light-sensitive to the DNA-binding domain, which ultimately results in an increase of the regulatory domain's affinity for its respective DNA binding site." This sounds like a match for what we desire! This LovTAP molecule is changed shape under exposure to light, and changes back to its original form when that light is removed. Furthermore, this part has been well characterized. Part of this characterization by the EPF-Lausanne team involved the creation of a read out system, which undergoes a change in transcriptional output in response to the changing conformation of the LovTAP protein under 470nm light.  
===Memory Module===
===Memory Module===
Discuss the specifics of memory module here
Discuss the specifics of memory module here

Revision as of 18:14, 27 October 2010

Light-Pattern Controlled Circuit

Logic Design

Before we begin our discussion of the circuit logic, let us first review what must be accomplished by this circuit:

  • Input
    • As explained in the Overview section, we desire the input to the cell to be light. Because light cannot alone activate or repress a promoter, the circuit must in some way be able to translate the light signal to a molecule that can regulate transcription. Additionally, using light as input implies a change in light state - from OFF to ON or vise versa. Thus, the molecule that provides the interface between light and the circuit must be able to switch between active and inactive states.
  • Processing
    • Given a molecule that toggles between active and inactive, it is easy to imagine a circuit that switches between one state of production and a second. However, we desire to achieve a progression of four states! In order to accomplish this, our circuit, unlike the light responsive molecule, cannot return to its original state when the light turns back OFF. Clearly, our circuit must be able to hold "memory!"
  • Output
    • We want our circuit to have distinct states - when possible, we would like a state to turn off after a new state has been turned on (with the exception of the memory, of course!).

Consideration of these requirements clearly gives rise to a handful of modules. The first is the Conversion Module, which takes light ON/OFF and converts it to transcription ON/OFF. This module involves a molecule that is directly modified by the presence or absence of light, and a component that effects a transcriptional change depending on the state of the light responsive molecule.

Second is the Memory Module, which "remembers" that light has been changed in the past. This Memory Module is a crucial way-point in the circuit, as without it the circuit would merely return to its original state when the light turns back OFF.

Third is the IF&NOT Module that generates the third state. As this module can only be active following the first and second states, its activation must depend on the presence of memory ON and the absence of some factor produced only when the light is some α state.

Finally, the last piece of the circuit is the AND Module, which produces the fourth and final state in our circuit. This module uses AND logic because it requires two inputs: one that is only expressed when the third state is active and a second that is expressed when the light is in some β state (the opposite of the previous light state, for the user has inputted a change!).

Contents

Conversion Module

In order to design the Conversion Module, which converts light ON/OFF to transcription ON/OFF, we looked to past years' iGEM team projects. We found (quite easily, in fact, as it won best new part) team EPF-Lausanne 2009's E.Colight project, which characterized a synthetic protein LovTAP capable of acting as a repressor like tryptophan when exposed to 470nm light. You can read more about their project [here]. As EPF-Lausanne describes, "Upon light induction, a conformational change is transmitted from the light-sensitive to the DNA-binding domain, which ultimately results in an increase of the regulatory domain's affinity for its respective DNA binding site." This sounds like a match for what we desire! This LovTAP molecule is changed shape under exposure to light, and changes back to its original form when that light is removed. Furthermore, this part has been well characterized. Part of this characterization by the EPF-Lausanne team involved the creation of a read out system, which undergoes a change in transcriptional output in response to the changing conformation of the LovTAP protein under 470nm light.

Memory Module

Discuss the specifics of memory module here

IF&NOT Module

Discuss etc.

AND Module

Discuss.