Team:Peking S/project/blogic

From 2011.igem.org

(Difference between revisions)
(Biological Implementation of Logic Gates: XOR Gate as an Example)
(Biological Implementation of Logic Gates: XOR Gate as an Example)
Line 189: Line 189:
From the results above, we have found that our B cells are always sensitive to HSL. Nevertheless, their behavior seems independent of the concentration of arabinose or salicylate, and also show significant basal level of fluorescence, which indicates that the leakage of arabinose or salicylate sensor is significant, as a result, the basal expression of supD is high enough to work on T7ptag, which is constructively expressed in the absence of HSL in our circuit. This result is consistent with the induction curve of salicylate sensor(Figure 12)  
From the results above, we have found that our B cells are always sensitive to HSL. Nevertheless, their behavior seems independent of the concentration of arabinose or salicylate, and also show significant basal level of fluorescence, which indicates that the leakage of arabinose or salicylate sensor is significant, as a result, the basal expression of supD is high enough to work on T7ptag, which is constructively expressed in the absence of HSL in our circuit. This result is consistent with the induction curve of salicylate sensor(Figure 12)  
-
<center>[[File:LM7b.jpg|500px]]</center>
+
<center>[[File:LM7b.png|500px]]</center>
''Figure 12 Dose response curve
''Figure 12 Dose response curve

Revision as of 02:16, 6 October 2011

Template:Https://2011.igem.org/Team:Peking S/bannerhidden Template:Https://2011.igem.org/Team:Peking S/back2

Template:Https://2011.igem.org/Team:Peking S/bannerhidden

css r corner



Boolean Logic


Boolean Logic Synthetic Microbial Consortia| Extension of the Boolean Logic


Boolean Logic Synthetic Microbial Consortia

We have harvested, re-designed and quantitatively characterized enough ‘chemical wires’ for developing this ‘chemical wire’ toolbox. But this was not the end. We noticed that there is actually a trade-off between signaling speed and layers of cell-cell signal transduction when distributing a logic function among a synthetic microbial consortium. More layers there are, more time needs to be cost during signal transduction, but with less difficulty implementing each layer.

To figure out how to cope with this trade-off, we next sought to propose design rules and thus to develop software to facilitate the distribution of Boolean logic gene network among a synthetic microbial consortium.

Design Rules and Software for Boolean Network Distribution

We have assigned a set of these three logic gates, AND, OR and NOT as our logic bases (Figure 1-3), not only because they are regarded as elementary parts in electronics, but also taking into account that there have been well established modular AND and OR gate [1, 2], and our quorum sensing repressors serve naturally as NOT gate. Moreover, this set is functionally complete, which is to say that any computational operation can be implemented by layering these gates together (Figure 4).

Besides, this set is also modulated. This is to say, any computational operation can be implemented by layering these gates together, and that this set can be rapidly connected to different inputs and used to drive different outputs (Andersen, [1]).


JWY-AND.png

Figure 1. Schematic view of AND gate. T7ptag is a T7 RNA polymerase gene with two internal amber stop codons blocking translation, while supD is the amber suppressor tRNA. Only when both components are transcribed, T7 RNA polymerase is synthesized and this in turn activates a T7 promoter. Afterwards, T7 promoter would turn on the downstream gene expression as an output. The input promoters and output gene expressions can be changed according to the practical use of our AND gate, which guarantees its modularity.


OR-GATE1.png

Figure 2. Schematic view of OR gate. Two promoters, pBAD and pSal share a same output gene, so if any one of them is on, the output gene would be generated, and the gate is ON. Similar with our AND gate, the input promoters can be readily substituted in practical use, establishing its advantage for modular use.


Nuanuan1.png

Figure 3. An archetype of conventional genetic inverter serving as our NOT gate. The core component of this inverter is a repressor-operator pair (in this case, the lacI-LacO pair). For detailed infromation, click here.


Gates2 (1).png

Figure 4: Sixteen combinational logic circuits with two inputs and one output, all implemented through the layout of AND, OR and NOT gates according to design principles proposed, with simplest construction and AND gates as few as possible. NIMPLY = NOT IMPLY.


Modeling for AND, OR and NOT gates have been established.

Transfer functions of AND gate[1] is:

Pkusboolean1.png

Where Gmax is the maximum fluorescence observed for the output, I1 and I2 should be the activity of the input promoter (a=50+/-20, b=3000+/-1000).;


Andgate.png

Figure 5. Transfer function of AND gate. I1 and I2 denote two inputs of the AND gate. Only when two inputs both present in the system, the output would be ON.


When two promoters controls the transcription of a gene, the promoters can either be additive or interfere with each other. In most case, tandem promoters are nearly additive. In our design of OR gate, the two promoters seldom interfere each other since they regulate separated identical output genes (Figure 2), and as a consequence it is reasonable to discuss additive situation only.

The production of X is modeled as [1]:

Pkusboolean2.png

Equation (2) reduces to the following at steady-state:

Pkusboolean3.png

(x is the concentration of inducer).

Basing on formula (2) to (4), we get the simulation result:


ORgate.png

Figure 6. Transfer function of OR gate. Concentration 1 and 2 denote two inputs of the OR gate. When any one of the two inputs presents in the system, the output would be ON.


For our NOT gate (quorum sensing repressors), the binding of a ligand to its transcription factor at equilibrium is:

Pkusboolean4.png

where C is the concentration of bound transcription factor, C0 is the total concentration of transcription factors, L is the concentrations of ligands, Kd is the dissociation constant, and n is the cooperativity. By mass conservation, the concentration of free transcription factor CF is:

Pkusboolean5.png

The probability for each promoter in open is described by the following equations:

Pkusboolean6.png

Basing on formula (5) to (7), we get the simulation result:


NOTgate.png

Figure 7. Transfer function of NOT gate. When the inducer presents in high concentration, gene expression would be inhibited, while low concentration of inducer would activate gene expression, exhibiting a typical performance of NOT gate.


As a proof of principle, we have exhausted all possible Boolean logic functions with two inputs and one output. We speculated that the first design rule is to find out the simplest construction of each two-input logic gate, where 'simplest' was defined as the fewest logic bases utilized in the whole network.

In addition, if several layouts can be generated for a specific logic circuit using the same number of logic bases, we tended to select the one using more NOT and OR, since these two gates are easier to be assembled into cells and cause less metabolic burden compared with AND gate.

We have developed a specific Breadth-First-Search (BFS) method to find out each combinational logic circuit meeting the design requirements. First of all, the outputs A and B could be readily obtained without any logic bases. Then we applied NOT, OR and AND gate respectively to the established circuits, resulting in NOT A, NOT B, A OR B and A AND B. Once again, by connecting the newly-obtained logic gates using the three bases, we could construct more new gates, and similarly repeated procedures would generate all the sixteen combinational logic gates, and the BFS method itself would guarantee that all the combinations of logic bases we have found are the simplest ones corresponding to our definition. The CPP source files of our calculation as well as the program are available on our wiki. download

Compared with their silicon-based counterparts, the biological logic circuits are more difficult to be scaled up by simply layering the elementary bases in a single cell, due to crosstalk among cellular components, cascade of intrinsic noise as well as metabolic burden accompanied by expression of overfull foreign genes in host cells [3]. While Tamsir, A. et al. have proposed a multicellular approach to implementing complex logic circuits as an alternative [2], their concept of constructing all possible circuits utilizing a single NOR gate would inevitably result in bringing more cells in the system to fulfill a certain function, and the time required to calculate a specific result would also be dramatically extended. In addition to resulted time delay, it may also cause unexpected time sequential problem when functioning.

Aimed at balancing the two aspects discussed above, here we have proposed our third rule for multicellular networks distribution. To avoid excessive noise and decrease basal level, it is desired that the tandem logic bases in a single cell cannot be more than three layers, so that the intrinsic noise of each cell would be suppressed by an overall average on the whole population when the signal is sent out by the wiring-molecule to a downstream cell via quorum sensing. On the other hand, two or more signal pathways sharing the same input signal should not co-exist within a single cell, otherwise they would compete for the limited regulatory proteins, resulting in ineffectiveness and non-modularity of logic calculation.

Consequently, we have focused on finding out logic bases distributions satisfying the mentioned principles, with no more than three tandem layers and no two or more pathways sharing same upstream signals. Since our system is relative small in size, we exploited 'greedy' algorithm to guarantee the distribution would be optimized in the sense of fewest cells included in the circuit.

By applying the principles to our sixteen two-input, one-output circuits discussed above (Figure 4), we discovered that all other logic circuits could be implemented in a single cell without violating them, except for XOR and EQUAL gates. Since these two gates are structurally similar, we have focused on the biological implementation of XOR gate (Table 1) as a proof of concept (Figure 8), demonstrating the robustness and efficiency of our system under the rules proposed above.


Xor.png

Figure 8: XOR gate design. This combinational logic circuit has to be insulated by cell membrane into two cells, and the NOT gate can be implemented by our quorum sensing repressors through cell-cell communication.


Table 1. Truth table of XOR gate

Table1.png

Biological Implementation of Logic Gates: XOR Gate as an Example

Circuit Design

Our XOR gate has been designed according to three principles proposed above. The whole gene network has been insulated by cell membrane into two cells, with a communication channel based on a typical ‘chemical wire’, utilizing our quorum sensing inverters.

Our design of XOR gate is illustrated in Fig.9. Cell A serves as a functional AND gate, of which two inputs are arabinose and salicylate, and the output is luxI, synthetase of our chemical wire 3OC6HSL. Cell B contains another AND gate, of which one input is generated by an OR gate that sensing arabinose and salicylate, and the other input is 3OC6HSL, which is sensed by our lux repressible promoter.

JWY-XOR-Cons1.png
JWY-XOR-Cons2.png
[A]

Figure 9 Design of XOR gate [A] Gene circuit design [B] Plasmid design. T7ptag in both AND gate is placed on pSB4K5 so that leakage of T7ptag is less, for the benefit of law metabolic burden.

Modeling


Experimental Results

We have already constructed appropriate plasmids and tested their performance separately. Afterwards, the whole system containing A, B cells were put together for assemble assay.

A CELL

In order to test the performance of A cell, mainly its AND gate, we substituted luxI protein with a reporter gfp in the plasmid pSB1AT3, and transformed it together with an AND gate on pSB4A5 (Figure.3) into E.coli. Subsequently, cell behavior was investigated by applying arabinose and salicylate in gradient. The result was measured by a microplate reader. We also took a photo for a more visualized view. Figure 8 illustrates that our AND gate works as expected: the downstream output would be generated only when both inputs were present.

IMG 8606 and gate.JPG
JWY and gate.png

Figure 10 Performance of an AND gate in cell A. [A]Concentrations of arabinose are 1e-8M, 1e-7M, 1e-6M, 1e-5M, 1e-4M and 1e-3M, while those of salicylate are 1e-8M, 1e-7M, 1e-6M, 1e-5M, 1e-4M and 1e-3M, respectively. The Z axis denotes the intensity of fluorescence normalized by the OD600 value. [B]Cells in first three EP tubes (left to right) were induced by arabinose, salicylate, and arabinose along with salicylate, respectively, while cells in the fourth tube were left without inducement as a control. Only the cells induced by both arabinose and salicylate generated enough GFP, indicating effectiveness of our AND gate in cell A.

B CELL

In order to test its performance, cells harboring appropriate plasmids were induced by following sets of inducers: 10^-3 arabinose, 10^-4 salicylate, 10^-3 arabinose and 10^-4 salicylate and 10^-6 HSL, and the result was photographed for a visualized view (Figure 11).

JWY B pic.JPG

Figure 11 GFP expression of B cell. [B] Cells in first two EP tubes (left to right) were induced by arabinose, salicylate, cell in third EP tube was induced by arabinose, salicylate along with AHL, while cells in the fourth tube were left without inducement as a control.

From the results above, we have found that our B cells are always sensitive to HSL. Nevertheless, their behavior seems independent of the concentration of arabinose or salicylate, and also show significant basal level of fluorescence, which indicates that the leakage of arabinose or salicylate sensor is significant, as a result, the basal expression of supD is high enough to work on T7ptag, which is constructively expressed in the absence of HSL in our circuit. This result is consistent with the induction curve of salicylate sensor(Figure 12)

LM7b.png

Figure 12 Dose response curve Horizontal axis represents GFP expression measured by flow cytometry and the vertical axis represen different salicylate concentration. Data was fitted with Hill function.

There are several approaches for possible improvements. According to Anderson’s[1] and our previous team’s work, random mutagenesis on rbs upstream of T7ptag, which affects the activity range of its promoter, changes the function of the AND gate. Similar methods may be used in our B cell, and by screening to get an appropriate rbs, the constructive expression level of T7ptag may be lessen, result in less basal level of the whole circuit. Moreover, tuning supD would be a more straightforward approach. It is promising to bring down the basal expression of supD by changing the plasmid containing arabinose and salicylate induced supD to a lower copy number backbone, e.g. pSB4K5, To construct a new plasmid containing tandem promoters, pBAD and pSal with only one downstream supD may also contribute to potential reduction of supD basal expression.

Assemble

We have assembled A cell and B cell by both plate assay (Figure 13 [A]) and liquid culture assay (Figure 13 [B]).

JWY XOR pic.JPG

Figure 13 GFP expression of XOR gate [B]Two strains were inoculated together in LB at t = 0, and grown as co-culture. The picture showed for induction with 10^-3 arabinose, 10^-4 salicylate, 10^-3 arabinose and 10^-4 salicylate, blank (top to bottom)

The results are not satisfying. Most of the systems act as NAND gate (See Table 2 for truth table) rather than XOR gate. These circumstances coherent with the result of cell B mentioned above, which we suppose is due to high basal expression of supD. This result has also been reasonably explained by our XOR gate model. Figure 11 is our simulation result of XOR gate, in which the variables’ space is extended to cover a sufficiently large range of inputs. Nevertheless, the two inputs in experiment can only vary within a quite limited range which is a sub-region of the I1-I2 space. Rectangular region in Figure 14 represents phase diagram of our present XOR gate module.

Models of XOR gate also indicates that variations in the translation strength can be reflected by changes in the range of arbitrary input. Therefore, lessening the expression level of salicylate promoter and random mutagenesis on rbs upstream of T7ptag may result in shifting of the rectangular region, and get a better XOR gate outcome.

Table 2 Truth Table for NAND Gate

Table2.PNG

Figure 14 Simulation result of XOR gate White rectangular illustrates phase diagram of our present XOR gate, and grey one illustrates phase diagram after random mutagenesis and screening, which performed as a XOR gate.

References

[1] Anderson, J. C., Voigt, C. A. & Arkin, A. P. Environmental signal integration by a modular AND gate. Mol. Syst. Biol. 3, 133 (2007).

[2] Tamsir, A., Tabor, J. J. & Voigt , C. A. Robust multicellular computing using genetically encoded NOR gates and che mical ‘wires’ . Nature. 469, 212-215(2011).

[3] Li, B. & You, L. Division of logic labour. Nature. 469, 171-172(2011).

[4] Danino, T., Palomino, O. M., Tsimring, L. & Hasty, J. A synchronized quorum of genetic clocks. Nature. 463, 326-330(2010).

[5] Regot, S. et al. Nature 469, 207–211 (2011).

Top↑