Team:Brown/Project/Light pattern/Logic design

From 2010.igem.org

Revision as of 21:05, 27 October 2010 by Ethan richman (Talk | contribs)

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.
The conversion module. In a change from a) to b), the presence of light modifies a molecule that in turn effects a transcriptional change from a)OFF to b)ON
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."
Conformational changes in the LovTAP dimer. Taken from Strickland et al. via EPF-Lausanne '09
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. Thus, contained in EPF-Lausanne's work from last year is the essentials of the Conversion Module: <partinfo>BBa_K191003</partinfo> generates the LovTAP protein and <partinfo>BBa_K191005</partinfo> is the response system to transmit the conformational change of LovTAP to a change in transcriptional output. <partinfo>BBa_K191003 SequenceAndFeatures</partinfo> <partinfo>BBa_K191005 SequenceAndFeatures</partinfo>

This system functions as follows: LovTAP is produced (given IPTG is in the culture - this must be changed for the final product to a constitutive promoter) and is expressed to saturation in the cell. When the cell is not exposed to 470nm(light), the TrpR promotor is on, and TetR is expressed, which represses the p(TetR) promotor. Thus, there is no expression the proteins downstream of p(TetR) when the light is OFF. When the light is ON, LovTAP changes conformation to its active form and represses the TrpR promoter. This ceases expression of TetR, which in turn no longer represses p(TetR), and the protein downstream of p(TetR) is expressed. This general system forms the sort of "grand central" of our circuit, and we will revisit it later with the modifications made to it by our team when considering the circuit in whole.

Memory Module

The memory module has the requirement of switching from one, original state, to a new state given some input. Furthermore, it has to remain in that new state, even if the input is taken away, thus "remembering" what has occurred. Again, we looked to past teams' work, and found the bistable switch of team PKU '07 to be a perfect match for what was required. The following two illustrations are taken from PKU 2009:
Situation when the system has no memory
The bistable switch has two components that give rise to the two distinct states. In the "no memory" state, or original state, the switch predominantly produces CI434, a repressor of the PRM promoter. Thus, the system is dominated by the PR promoter, and GFP is produced, signifying state one (and no memory). However, when CI is introduced, the PR promoter is repressed and the PRM activated. Because expression of CI is also controlled by the PRM promoter, this acts as a positive feedback loop to stably switch the bistable part to state two, where RFP is produced.
The system now has memory!
Furthermore, regardless of whether or not CI is no longer externally added to this system, the bistable switch will remain in its "memory" state, or state two.

IF&NOT Module

This module involves conditional logic designed to elicit the third state only after a light change occurs following activation of the second state. Because the second state (the memory gaining of the bistable switch) occurs when the light turns ON, the third state must occur when the light turns OFF. Thus our conditional must depend on:

  • an inducer produced in the second state
  • either an inducer produced when the light is OFF or a repressor produced when the light is ON

In the case where the third state is triggered in part by an inducer produced when the light is OFF, logic points to an AND gate. In the case where the third state is triggered in part by a repressor produced when the light is ON, logic points to a hybrid IF and NOT design, where a promoter must be activated by one factor only in the absence of another.

For the third state, we opted to go with the hybrid (IF and NOT) approach, as it simplifies the number of constructs in the system (plus, team Missouri-Davidson '08 has some cool looking hybrid promoters we wanted to try out). Specifically, we used part <partinfo>BBa_K091104</partinfo> in the design of our module to achieve the proper IF&NOT logic. This pLac/Mnt hybrid is described as activated by a combination of LacI/IPTG only in the absence of Mnt; thus, LacI serves as the inducer produced in the second state (the memory ON section of the bistable switch) and Mnt the repressor expressed when the light is ON - namely, light ON component of the Conversion Module.

AND Module

Discuss.