Davidson Missouri W/Results2

From 2007.igem.org

(Difference between revisions)
(Normalized Fluorimetry Results)
Line 75: Line 75:
|pLac-RBS-<span style="color:green">GFP</span>
|pLac-RBS-<span style="color:green">GFP</span>
|None
|None
-
|66
+
|9
-
|20
+
|2
|-
|-
|pLac-RBS-<span style="color:red">RFP</span>
|pLac-RBS-<span style="color:red">RFP</span>
|Red
|Red
-
|64
+
|7
-
|<span style="color:red">281</span>
+
|<span style="color:red">263</span>
|-
|-
|pLac-RBS-<span style="color:red">RFP</span>-RBS-<span style="color:green">GFP</span>
|pLac-RBS-<span style="color:red">RFP</span>-RBS-<span style="color:green">GFP</span>
|Red
|Red
-
|<span style="color:green">201</span>
+
|<span style="color:green">144</span>
-
|<span style="color:red">388</span>
+
|<span style="color:red">370</span>
|-
|-
|pLac-RBS-<span style="color:green">GFP1</span>-''hixC''-<span style="color:green">GFP2</span>
|pLac-RBS-<span style="color:green">GFP1</span>-''hixC''-<span style="color:green">GFP2</span>
|Green
|Green
-
|<span style="color:green">193</span>
+
|<span style="color:green">136</span>
-
|18
+
|0
|-
|-
|pLac-RBS-<span style="color:red">RFP1</span>-''hixC''-<span style="color:red">RFP2</span>
|pLac-RBS-<span style="color:red">RFP1</span>-''hixC''-<span style="color:red">RFP2</span>
|None
|None
-
|57
+
|0
-
|<span style="color:red">165</span>
+
|<span style="color:red">147</span>
|-
|-
Line 106: Line 106:
|pLac-RBS-<span style="color:green">GFP1</span>-''hixC''-<span style="color:red">RFP2</span>
|pLac-RBS-<span style="color:green">GFP1</span>-''hixC''-<span style="color:red">RFP2</span>
|None
|None
-
|68
+
|11
-
|20
+
|2
|-
|-
|pLac-RBS-<span style="color:red">RFP1</span>-''hixC''-<span style="color:green">GFP2</span>
|pLac-RBS-<span style="color:red">RFP1</span>-''hixC''-<span style="color:green">GFP2</span>
|None
|None
-
|70
+
|13
-
|20
+
|2
|-
|-
|HPP<sub>0</sub>
|HPP<sub>0</sub>
|Green
|Green
-
|<span style="color:green">129</span>
+
|<span style="color:green">72</span>
-
|36
+
|18
|-
|-
|HPP-A<sub>0</sub>
|HPP-A<sub>0</sub>
|Yellow
|Yellow
-
|<span style="color:green">397</span>
+
|<span style="color:green">340</span>
-
|<span style="color:red">273</span>
+
|<span style="color:red">255</span>
|-
|-
|HPP-A<sub>1</sub>
|HPP-A<sub>1</sub>
-
|None
+
|Red
-
|68
+
|1
-
|21
+
|<span style="color:red">143</span>
|-
|-
|HPP-A<sub>2</sub>
|HPP-A<sub>2</sub>
-
|Red
+
|None
-
|58
+
|11
-
|<span style="color:red">161</span>
+
|3
|-
|-
 +
|HPP-B<sub>1</sub>
|HPP-B<sub>1</sub>
|Darker green
|Darker green
-
|72
+
|15
-
|21
+
|3
|-
|-
|}
|}
 +
Subtracted 57 from the Green column, 18 from the Red column to normalize data.
<br>
<br>

Revision as of 02:25, 26 October 2007

Home | Background Information | Current Project: Solving the Hamiltonian Path Problem in vivo | Mathematical Modeling | Gene Splitting | Results | Traveling Salesperson Problem | Software | Resources and Citations


Contents

Gene Splitting

We were able to split two genes: GFP and RFP. Split GFP has strong green fluorescence. Split RFP's red color is much reduced compared to wild-type RFP. It takes overnight incubation at room temperature for the red color to be visible in white light. Both colors are fluorescent under UV light, although the green color predominates. In Figure 1 below, a negative-control (on the left) does not fluoresce, but split GFP (on the right) does. Figure 2 shows a plate of cells containing split RFP.

Figure 1: The negative control (hixC-GFP2) on the left does not fluoresce, but the experimental split GFP (pLac-RBS-GFP1-hixC-GFP2) on the right does.
Figure 2: Cells containing split RFP (pLac-RBS-RFP1-hixC-RFP2) after overnight incubation at room temperature.

Linebreak.png

Graphs

Once we managed to split two genes, we proceeded to implement two different 3-node graphs into plasmids. These graphs were named Graphs A and B and are shown below. For each graph, we wanted to find a Hamiltonian Path from the node represented by RFP (colored in green) to the node represented by the transcriptional terminator (colored in red). The plasmid representation of Graph A is not be capable of flipping into a false positive orientation, while the plasmid representation of Graph B does provide that possibility.

Graph A: This graph contains 3-nodes and 3-edges. We wanted to find a Hamiltonian path from the node representing RFP (colored in green) to the node representing the transcriptional terminator (colored in red).
Graph B: This graph also contains 3-nodes and 3-edges, however it provides the possibility of a false positive solution.

Linebreak.png

Starting Orientations

We constructed the following Hamiltonian Path Problem (HPP) constructs to test our bacterial computer system for Graphs A and B. Constructs that are built to solve Graph A are labeled HPP-A. Constructs that are built to solve Graph B are labeled HPP-B. A subscript equal to 0 denotes a plasmid in a solved orientation. A subscript that is greater than 0 denotes a plasmid that is in an unordered starting orientation.

  • HPP0 (Positive Control for HPP-A and HPP-B constructs)
    Hpp-3.png

  • HPP-A0 (Solved Orientation)
    Hpp-4.png
  • HPP-A1
    Hpp-2.png
  • HPP-A2
    Hpp-5.png
  • HPP-B1
    Hpp-1.png

Linebreak.png

Controls

Because are graphs require that solved colonies be selected for by double fluorescence (both red and green), we first performed control experiments to ensure that we could distinguish solved and unsolved colonies. To test fluorescence phenotypes when both split GFP and split RFP are the same cell, we used our positive control constructs (HPP0 and HPP-A0) with split RFP and split GFP both downstream of the T7 polymerase promoter. In the presence of T7 polymerase, cells with the split RFP/GFP plasmid should demonstrate both green and red fluorescence.

We first tried cotransforming our HPP0 construct with a T7 RNA polymerase plasmid construct (BBa_I715038). As can be seen in Figure 3 below, this cotransformation resulted in bright green colonies that demonstrated minimal red fluorescence. When we measured the fluorescence of the cotransformed control, RFP was not present at detectable levels (See fluorescence data below).

We then tried transforming our HPP-A0 control plasmid into cells that already contained T7 polymerase in their chromosome (T7 RNAP cells). As can be seen in Figure 4 below, these colonies displayed the yellowish color we expected. Based on our fluorescence data, (shown below), we were able to show that GFP and RFP were present at detectable levels in this control. We hypothesize that the difference in the two controls is due to higher concentrations of T7 RNA polymerase in the T7 RNAP cells than in the cotransformants. We therefore used the T7 RNAP cells for future experiments.

Figure 3: Colonies containing both the T7 RNA polymerase plasmid and the HPP0 control plasmid demonstrated strong green fluorescence, but minimal red fluorescence.
Figure 4: T7 RNAP colonies that contain the HPP-A0 control plasmid demonstrated the expected yellow fluorescence.

Linebreak.png

In addition to the regular split RFP/GFP controls, we also tested 2 "hybrid" constructs to ensure that they would not fluoresce. GFP and RFP have similar structures and functions. Previous studies have shown that it is possible to modify GFP to display a wide range of color phenotypes. We created the following parts: Plac-RBS-RFP1-hixC-GFP2 (BBa_I715036) and Plac-RBS-GFP1-hixC-RFP2 (BBa_I715035). A plasmid may, at some point during its flipping process, contain such sequences. We tested to make sure that the similarity of these two proteins did not make them compatible enough to fluoresce. It was found that neither of these parts show any fluorescence or color change (See fluorescence data below).

Linebreak.png

Dectection of Fluoresence by Spectroscopy

We used a fluorometer to measure the fluorescence of various HPP constructs. First, we had to determine the excitation and emission wavelengths that would allow us to detect the green and red fluorescence of split genes. Scans were conducted in order to find these wavelengths. The graphs below show scans of excitation wavelengths that produce fluorescence at an emission wavelength of 515 nm , the wavelength we found to be best for green, and 608 nm, the best wavelength for red. We used these scans to pick a peak emission wavelength for further testing.

For these scans we used the following constructs:
pLac-RBS-GFP1-hixC-GFP2 - This construct fluoresces green on the UV box.
HPP-A0 - This construct fluoresces yellow on the UV box.
HPP-A1 - This construct fluoresces red on the UV box.
HPP-A2 - This construct shows no fluorescence on the UV box.

Excitation Spectra at an Emission Wavelength of 515 nm (green light)
Excitation Spectra at an Emission Wavelength of 608 nm (red light)


On the basis of these scans, we used excitation/emission wavelengths of 450 nm / 515 nm for green and 560 nm / 608 nm for red to obtain the results shown below.

Normalized Fluorimetry Results

Construct Fluorescent Color on UV Box Green Red
pLac-RBS-GFP None 9 2
pLac-RBS-RFP Red 7 263
pLac-RBS-RFP-RBS-GFP Red 144 370
pLac-RBS-GFP1-hixC-GFP2 Green 136 0
pLac-RBS-RFP1-hixC-RFP2 None 0 147
pLac-RBS-GFP1-hixC-RFP2 None 11 2
pLac-RBS-RFP1-hixC-GFP2 None 13 2
HPP0 Green 72 18
HPP-A0 Yellow 340 255
HPP-A1 Red 1 143
HPP-A2 None 11 3
HPP-B1 Darker green 15 3

Subtracted 57 from the Green column, 18 from the Red column to normalize data.


Flipping Detection by Phenotype

To test for flipping by phenotype, we used our 3 - Graph A constructs from above, HPP-A0, HPP-A1, HPP-A2. As expected, unflipped HPP-A0 fluoresced yellow, unflipped HPP-A1 fluoresced red, and unflipped HPP-A2 demonstrated no fluorescence when transformed into the T7 RNAP cells (See Figures 5-7 below).

A fragment containing the Hin expression cassette (pLac-RBS-Hin-LVA, BBa_S03536) was ligated in front of each of the 3 HPP-A constructs. These HPP-A + Hin plasmids were then transformed into T7 RNAP cells. A colony from each transformation was picked and grown overnight for plasmid mini-prep. Each of the 3 constructs was restriction digested and the insert sizes were verified to be correct. The 3 constructs were then retransformed into T7 RNAP cells, and the resulting transformation mixture was streaked for colony isolation. The HPP-A0 + Hin plate contained mostly yellow colonies but also red and green (See Figures 8 and 11). The Hin HPP-A1 + Hin plate contained red, green and yellow colonies (See Figures 9 and 12). The HPP-A2 + Hin plate contained mostly nonfluorescent colonies with a few green and red colonies (See Figures 10 and 13).


Click twice on the images below for higher resolution.

Figure 5: HPP-A0 - These colonies fluoresced yellow
Figure 6: HPP-A1 - These colonies fluoresced red
Figure 7: HPP-A2 - These colonies do not fluoresce
Figure 8: HPP-A0 + Hin - The addition of Hin has produced green, red, and yellow colonies
Figure 9: HPP-A1 + Hin - The addition of Hin has produced green, red, and yellow colonies
Figure 10: HPP-A2 + Hin - The addition of Hin has produced green and red colonies
Figure 11: HPP-A0 + Hin - closeup of Figure 8
Figure 12: HPP-A1 + Hin - closeup of Figure 9
Figure 13: HPP-A2 + Hin - closeup of Figure 10

Linebreak.png

Flipping Detection by PCR

In order to provide physical evidence of Hin-mediated DNA rearrangement of our HPP-A + Hin constructs, we designed PCR primers that would allow us to determine the position of the GFP2 gene half. The experiment below shows the results of PCR using the universal reverse primer G00101, which binds to the 3' biobrick suffix, and a GFP2-forward primer.

Here is how the primers bind to the 3 HPP-A constructs:

PCR Primer Binding: (from top to bottom) HPP-A0, HPP-A1, HPP-A2


Lane 1 : MW marker (50, 100, 200, 300, 400, 500, 750, 1000, 1400/1550, 2000, 3000, 4000 bp), Lanes 2 : HPP-A0, Lanes 3 : HPP-A1, Lanes 4 : HPP-A2, Lanes 5 : Hin+HPP-A0, Lanes 6 : Hin+HPP-A1, Lanes 7 : Hin+HPP-A2


Left Gel - Lane 1 : MW marker (50, 100, 200, 300, 400, 500, 750, 1000, 1400/1550, 2000, 3000, 4000 bp), Lanes 2,3 : ClaI digest of Hin+HPP-A0, Lanes 4,5 : ClaI digest of Hin+HPP-A1, Lanes 6,7 : ClaI digest of Hin+HPP-A2
Right Gel - Lane 1 : MW marker (50, 100, 200, 300, 400, 500, 750, 1000, 1400/1550, 2000, 3000, 4000 bp), Lane 3 : EcoRI+PstI digest of Hin+HPP-A0, Lanes 5 : EcoRI+PstI digest of Hin+HPP-A1, Lanes 7 : EcoRI+PstI digest of Hin+HPP-A2



Linebreak.png

Linebreak.png


Conclusions

We have been able to detect both green and red fluorescence in bacteria. When both of these are present, a yellow color can be observed. A surprise was that the HPP-B1 construct, which contains RBS-RFP1-hixC-GFP2, appears dark green on the UV box, but does not fluoresce green or red by spectroscopy.




< Previous Section | Next Section>