(34 intermediate revisions by 6 users not shown) | |||
Line 8: | Line 8: | ||
height: 100%; | height: 100%; | ||
width: 100%; | width: 100%; | ||
− | margin-left: | + | margin-left: 0px; |
padding: 0; | padding: 0; | ||
} | } | ||
+ | #ImpressumSponsoren{ | ||
+ | bottom:0px; | ||
+ | margin-left: 25em; | ||
+ | margin-bottom: 5em; | ||
+ | margin-right: 10em; | ||
+ | text-align: right; | ||
+ | } | ||
#BigImageLab{ | #BigImageLab{ | ||
Line 17: | Line 24: | ||
display: block; | display: block; | ||
margin: 0 auto; | margin: 0 auto; | ||
+ | margin-left: 0px; | ||
+ | margin-top: -2em; | ||
+ | |||
max-height: 66%; | max-height: 66%; | ||
− | max-width: | + | max-width: 100%; |
− | width: | + | width: 100%; |
height: 99%; | height: 99%; | ||
border: none; | border: none; | ||
Line 27: | Line 37: | ||
− | + | ||
− | + | #home_logo, #sideMenu { display:none; } | |
− | + | #sideMenu, #top_title, .patrollink {display:none;} | |
− | # | + | #content { width:100%; padding:0px; margin-top:-7px; margin-left:0px;} |
− | + | body {background-color:white; } | |
− | + | #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; } | |
− | + | ||
− | + | ||
− | } | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | #top_title { | + | |
− | + | ||
− | } | + | |
− | # | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | background-color: white; | + | |
− | + | ||
− | + | ||
− | + | ||
− | #bodyContent | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | #bodyContent | + | |
− | + | ||
− | + | ||
− | # | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | } | + | |
− | + | ||
− | |||
− | |||
Line 136: | Line 77: | ||
div.Hauptnavigation{ | div.Hauptnavigation{ | ||
+ | text-align: right; | ||
+ | word-spacing: 0.5; | ||
+ | |||
top: 0.9em; | top: 0.9em; | ||
background-color: rgb(240,240,250); | background-color: rgb(240,240,250); | ||
position: fixed; | position: fixed; | ||
width: 100%; | width: 100%; | ||
− | height: | + | height: 2em; |
font-size: 1.4em; | font-size: 1.4em; | ||
line-height: 1.6em; | line-height: 1.6em; | ||
text-align: center; | text-align: center; | ||
margin-bottom: 0; | margin-bottom: 0; | ||
+ | margin-left: 0px; | ||
+ | |||
+ | background: linear-gradient(white, transparent 99%); | ||
} | } | ||
Line 151: | Line 98: | ||
nav.Unternavigation-Team{ | nav.Unternavigation-Team{ | ||
+ | max-width: 20%; | ||
+ | margin-left:0px; | ||
margin-right: 1.875em; | margin-right: 1.875em; | ||
− | margin-top: | + | margin-top: 12em; |
− | font-size: | + | padding-left: 2em; |
− | line-height: | + | padding-top: 2em; |
− | left: | + | padding-bottom:10em; |
− | + | font-size: 0.9em; | |
+ | line-height:2.3em; | ||
+ | left: 0em; | ||
+ | top: 3.5em; | ||
+ | bottom: -7em; | ||
position: sticky; | position: sticky; | ||
− | + | background: linear-gradient(90deg,white, transparent 70%); | |
} | } | ||
Line 172: | Line 125: | ||
color: white; | color: white; | ||
} | } | ||
− | |||
Line 181: | Line 133: | ||
grid-template-rows: auto; | grid-template-rows: auto; | ||
margin-bottom: 5em; | margin-bottom: 5em; | ||
− | margin-top: | + | margin-top: -21em; |
} | } | ||
Line 192: | Line 144: | ||
margin-left: 20em; | margin-left: 20em; | ||
margin-right: 10em; | margin-right: 10em; | ||
− | |||
} | } | ||
#Fliesstext2{ | #Fliesstext2{ | ||
Line 205: | Line 156: | ||
+ | /*table setup*/ | ||
table, th, td { | table, th, td { | ||
− | + | table-layout: fixed; | |
− | + | width: 100%; | |
− | + | margin: auto -5px; | |
− | + | ||
+ | border: 1px solid black; | ||
+ | border-collapse: collapse; | ||
+ | padding: 0px; | ||
+ | text-align: center; | ||
} | } | ||
− | + | ||
+ | h1{font-weight:light; | ||
+ | font-size: 1.2em; | ||
+ | padding-bottom: 1em; | ||
+ | margin-bottom:2em; | ||
+ | } | ||
+ | h2{font-weight:normal; | ||
+ | font-size:1em; | ||
+ | padding-bottom: 1em; | ||
+ | margin-top:-2em; | ||
+ | } | ||
+ | p{font-weight:lighter; | ||
+ | font-size: 1.5em; | ||
+ | line-height:2em; | ||
+ | |||
+ | } | ||
+ | li{font-weight:lighter; | ||
+ | font-size: 0.6em; | ||
+ | } | ||
+ | th{font-weight:200; | ||
+ | font-size:0.8em; | ||
+ | } | ||
+ | td{font-weight:lighter; | ||
+ | font-size:0.8em; | ||
+ | } | ||
+ | |||
+ | caption{text-align:left; | ||
+ | font-size: 0.7em; | ||
+ | margin-bottom: 0.4em; | ||
+ | } | ||
+ | |||
+ | figcaption{ | ||
+ | font-weight:lighter; | ||
+ | font-size:0.7em; | ||
+ | margin-top:-0.5em; | ||
+ | } | ||
+ | |||
#Bild{ | #Bild{ | ||
grid-column-start: 0; | grid-column-start: 0; | ||
Line 222: | Line 214: | ||
} | } | ||
+ | |||
</style> | </style> | ||
</head> | </head> | ||
− | + | <body> | |
− | + | <div class="Hauptnavigation" > | |
− | + | <a href="https://2017.igem.org/Team:Tuebingen"> | |
− | <div class="Hauptnavigation"> | + | <img src="https://static.igem.org/mediawiki/2017/thumb/b/bb/T--Tuebingen--TrojHorse.png/293px-T--Tuebingen--TrojHorse.png" |
− | + | alt="Logo Trojan Horse" | |
− | + | style="max-height:70%; max-width:90%;float:left; margin-left: 2.5em;margin-top:2px;"> | |
− | + | </a> | |
− | + | ||
− | + | ||
− | + | <a href="https://2017.igem.org/Team:Tuebingen/Team" style="margin-right:1.5em;">Team</a> | |
− | + | <a href="https://2017.igem.org/Team:Tuebingen/Inspiration"style="margin-right:1.5em;">Inspiration</a> | |
− | + | <a href="https://2017.igem.org/Team:Tuebingen/Demonstrate"style="margin-right:1.5em;">Results</a> | |
+ | <a href="https://2017.igem.org/Team:Tuebingen/HP"style="margin-right:1.5em;">Human Practice</a> | ||
+ | <a href="https://2017.igem.org/Team:Tuebingen/Lab"style="margin-right:1.5em;">Lab</a> | ||
+ | <a href="https://2017.igem.org/Team:Tuebingen/Attributions"style="margin-right:1.5em;">Attributions</a> | ||
+ | </div> | ||
+ | |||
+ | <div style="max-width:100%;"> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/8/8c/T--Tuebingen--LabTitle.jpg" alt="InterLabBild" id="BigImageLab"> | ||
+ | |||
+ | <div style="position: absolute; text-align:right; | ||
+ | margin-bottom: 10%; | ||
+ | margin-left: 60%; | ||
+ | margin-top:-4em; | ||
+ | font-size: 3em;color:white;font-weight:light;letter-spacing: 3px;"> the fourth interlab study | ||
+ | </div> </div> | ||
+ | |||
<nav class="Unternavigation-Team"> | <nav class="Unternavigation-Team"> | ||
− | + | <a href="#Introduction">Introduction </a> <br> | |
− | + | <a href="#Theoretical-Background">Theoretical Background </a> <br> | |
− | + | <a href="#Practical-Workflow">Practical Workflow </a><br> | |
− | + | <a href="#Results-and-Discussion">Results and Discussion </a><br> | |
− | + | ||
− | + | ||
− | + | ||
</nav> | </nav> | ||
− | + | ||
− | + | <div class="Grid"> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
<!-- Content der Seite --> | <!-- Content der Seite --> | ||
− | + | <div id="Fliesstext1"> | |
− | + | ||
− | + | ||
+ | |||
+ | <h2 id="Introduction" class="anchor">Introduction</h2> | ||
− | + | <p>How similar can fluorescence measurements be if the same protocol is used all over the world? This question will be answered in the fourth International InterLab Measurement Study for iGEM 2017. For researchers it is important to standardize protocols to produce reproducible data. Fluorescence values measured from GFP and other fluorochromes are usually difficult to compare as different devices and methods give different values in different units. This year's InterLab Study focusses on a comparable measurement of fluorescence by establishing a step by step protocol for plate readers used by all iGEM teams. | |
+ | </br> | ||
+ | </br> | ||
+ | </p> | ||
− | + | </div> | |
− | + | <div id="Fliesstext2"> | |
− | + | <h2 id="Theoretical-Background" class="anchor"> Theoretical background </h2> | |
<p>Teams are provided with the same protocol to measure GFP fluorescence with a plate reader. Eight different devices were tested which are listed below:</p> | <p>Teams are provided with the same protocol to measure GFP fluorescence with a plate reader. Eight different devices were tested which are listed below:</p> | ||
− | <a href="http://parts.igem.org/Part:BBa_I20270" id="Positive-Control"> | + | <ul> |
− | < | + | <li> |
− | + | <a href="http://parts.igem.org/Part:BBa_I20270" id="Positive-Control">Positive Control (BBa_I20270)</a> | |
− | + | </li> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | < | + | <li> |
+ | <a href="http://parts.igem.org/Part:BBa_R0040" id="negative-control">Negative Control (BBa_R0040)</a> | ||
+ | </li> | ||
− | < | + | <li> |
− | </p> | + | <a href="http://parts.igem.org/Part:BBa_J364000" id="Test-Device1">Test Device 1 (BBa_J364000): J23101.BCD2.E0040.B0015</a> |
− | + | </li> | |
− | + | ||
− | + | <li> | |
− | + | <a href="http://parts.igem.org/Part:BBa_J364001" id="Test-Device2">Test Device 2 (BBa_J364001): J23106.BCD2.E0040.B0015</a> | |
− | + | </li> | |
− | + | ||
− | + | <li> | |
− | + | <a href="http://parts.igem.org/Part:BBa_J364002" id="Test-Device3">Test Device 3 (BBa_J364002): J23117.BCD2.E0040.B0015</a> | |
− | + | </li> | |
− | + | ||
− | + | <li> | |
− | + | <a href="http://parts.igem.org/Part:BBa_J364003" id="Test-Device4">Test Device 4 (BBa_J364003): J23101+I13504</a> | |
− | + | </li> | |
− | + | ||
− | + | <li> | |
− | + | <a href="http://parts.igem.org/Part:BBa_J364004" id="Test-Device5">Test Device 5 (BBa_J364004): J23106+I13504</a> | |
− | + | </li> | |
− | + | ||
− | + | <li> | |
− | + | <a href="http://parts.igem.org/Part:BBa_J364005" id="Test-Device6">Test Device 6 (BBa_J364005): J23117+I13504</a> | |
− | + | </li> | |
− | + | </ul> | |
− | + | ||
− | + | ||
− | + | <p>All test devices are composite parts containing GFP with constitutive promoters, a negative control without GFP is also included. The vector pSB1C3 has a chloramphenicol resistance. Device 4, 5, and 6 additionally contain a Bicistronic Design Element Number 2 designed by Mutalik 2013 (Mutalik et al.2013) . This element should induce precise and reliable gene expression. | |
− | + | ||
− | + | ||
− | + | <br> | |
− | + | For normalization standard curves were made with the provided measurement kit from iGEM. </p> | |
− | + | <br> | |
− | + | ||
− | + | <h2 id="Practical-Workflow" class="anchor">Practical workflow</h2> | |
− | + | <p>Before the actual measurement, calibration was performed for OD600 and a fluorescence standard curve was determined using a clear bottom black 96-well plate in four replicates.</p> | |
− | + | ||
− | + | <table> | |
− | + | <caption>Table 1: Instrument settings for calibration</caption> | |
− | + | <tr> | |
− | + | <th>Instrument Settings</th> | |
− | + | <th>OD6000 reference point LUDOX-S40</th> | |
− | + | <th>fluorescein fluorescence standard curve</th> | |
− | + | </tr> | |
− | + | ||
− | + | <tr> | |
− | + | <td>Positioning delay</td> | |
− | + | <td>0.5 s</td> | |
− | + | <td>0.2</td> | |
− | + | </tr> | |
− | + | ||
− | + | <tr> | |
− | + | <td>Number of flashes per well</td> | |
− | + | <td>20</td> | |
− | + | <td>25</td> | |
− | + | </tr> | |
− | + | ||
− | + | <tr> | |
− | + | <td>Orbital/pathlength correction</td> | |
− | + | <td>off</td> | |
− | + | <td>off</td> | |
− | + | </tr> | |
− | + | ||
− | + | <tr> | |
− | </table> | + | <td>Optic</td> |
− | + | <td>top</td> | |
+ | <td>top</td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td>gain</td> | ||
+ | <td></td> | ||
+ | <td>700</td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td>Excitation</td> | ||
+ | <td></td> | ||
+ | <td>485</td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td>Emission</td> | ||
+ | <td></td> | ||
+ | <td>520</td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td>Orbital/pathlength correction</td> | ||
+ | <td>off</td> | ||
+ | <td>off</td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | |||
<br><br><br> | <br><br><br> | ||
− | + | <figure> | |
− | + | <img src="https://static.igem.org/mediawiki/2017/b/b5/T--Tuebingen--Interlabstudy-Fluorescein.png" id="Fluorescin-Standard-Curve"> | |
− | + | <figcaption>Figure 1: Fluorescein standard curve obtained by dilution series of fluorescein in 4 replicates. </figcaption> | |
+ | </figure> | ||
<br> | <br> | ||
− | <p> Subsequently, we performed , the actual measurement of 8 different devices as shown in figure 2. <br> First, plasmids were transformed in DH5-alpha using the standard transformation protocol from iGEM with the deviation of using LB medium instead of SOC medium. | + | <p>Subsequently, we performed , the actual measurement of 8 different devices as shown in figure 2. <br> First, plasmids were transformed in DH5-alpha using the standard transformation protocol from iGEM with the deviation of using LB medium instead of SOC medium.<br> |
− | <br> Two colonies were picked for each device and incubated in 5-10 mL LB medium + Chloramphenicol (25 µg/mL). The next day the solution was diluted to an OD of 0.02 and 500 µL of the samples were taken and hold on ice at t=0, 2, 4, 6 h. Absorbance (OD600) and fluorescence were then measured using the FLUOstar OPTIMA from BMG LABTECH. | + | <a href=http://parts.igem.org/Help:Protocols/Transformation" style="font-size:1em;">(Further information on the used protocol). </a> |
− | <a href="https://static.igem.org/mediawiki/2017/8/85/InterLab_2017_Plate_Reader_Protocol.pdf"> (For detailed protocol click here.)</a></p | + | <br> |
− | + | Two colonies were picked for each device and incubated in 5-10 mL LB medium + Chloramphenicol (25 µg/mL). The next day the solution was diluted to an OD of 0.02 and 500 µL of the samples were taken and hold on ice at t=0, 2, 4, 6 h. Absorbance (OD600) and fluorescence were then measured using the FLUOstar OPTIMA from BMG LABTECH. | |
− | + | <a href="https://static.igem.org/mediawiki/2017/8/85/InterLab_2017_Plate_Reader_Protocol.pdf" style="font-size:1em;"><br> (For detailed protocol click here.)</a></p> | |
− | + | ||
+ | <figure> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/f/fb/T--Tuebingen--Interlabstudy-Workflow.png" id="Workflow-InterLab-Study-2017"> | ||
+ | <figcaption> Figure 2: Workflow InterLab Study 2017 </figcaption> | ||
+ | </figure> | ||
− | <h2 id="Results-and-Discussion" class="anchor"> | + | <h2 id="Results-and-Discussion" class="anchor"> Results and discussion </h2> |
− | + | ||
− | + | <p>The provided protocol by iGEM was easy to implement by providing a step by step guide to perform the experiments. | |
+ | <br> | ||
+ | Although our data has a high variance between the devices and between the replicates after normalization, device 1 and 2 showed significant higher fluorescence than device 3. This is in line with the data from the device’s reference in the Registry where device 1 was shown to have the highest absorption followed by device 2 and then device 3. | ||
</p> | </p> | ||
− | < | + | <table> |
− | + | <caption>Table 2: Variant RFP with corresponding absorption values</caption> | |
− | + | ||
− | + | <tr> | |
− | + | <th></th> | |
− | + | <th>Variant RFP</th> | |
− | + | <th>Absorption / AU oder mAU</th> | |
− | + | </tr> | |
− | + | ||
− | + | <tr> | |
− | + | <td>Device 1</td> | |
− | + | <td>J23101</td> | |
− | + | <td>1791</td> | |
− | + | </tr> | |
− | + | ||
− | + | <tr> | |
− | + | <td>Device 2</td> | |
− | + | <td>J23106</td> | |
− | + | <td>1185</td> | |
− | + | </tr> | |
− | + | ||
− | + | <tr> | |
− | + | <td>Device 3</td> | |
− | + | <td>J23117</td> | |
− | + | <td>162</td> | |
− | + | </tr> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</table> | </table> | ||
− | + | ||
− | + | <p>Device 4, 5 and 6 with the Bicistronic Design Element Number 2 showed no real difference in comparison to device 1, 2 and 3 where this element was not present. When the data from all teams is compared we will see if there is a bigger influence on gene expression due to the different promoters used. | |
− | + | <br> | |
+ | At time point 2 h the fluorescence signal was the highest despite for the positive control. If the expression of RFP induces stress, one explanation might be that the bacteria induce expression of proteases or reduce the amount of the necessary transcription factors.</p> | ||
− | <img src=https://static.igem.org/mediawiki/2017/9/9b/T--Tuebingen--Interlabstudy-Data.png id="Results-Fluorescein"> | + | <figure> |
− | + | <img src=https://static.igem.org/mediawiki/2017/9/9b/T--Tuebingen--Interlabstudy-Data.png id="Results-Fluorescein"> | |
− | + | <figcaption>Figure 3: Results show in µM Fluorescein/OD600 for Devices 1, 2, 3 in comparison to devices 4, 5, 6. Samples were taken at t=0, 2, 4, 6 h. Values smaller than 0 were excluded in the graphic. Biological duplicates are represented from each device. BCD2: Bicistronic Design Element Number 2.</figcaption> | |
− | + | </figure> | |
− | + | <br> <br> | |
− | + | <h2 id="Ref"> References </h2> | |
− | + | ||
− | + | ||
− | + | ||
+ | |||
+ | <p style="font-size:60%;"> Mutalik, V. K., Guimaraes, J. C., Cambray, G., Lam, C., Christoffersen, M. J., Mai, Q. A., ... & Endy, D. (2013). Precise and reliable gene expression via standard transcription and translation initiation elements. Nature methods, 10(4), 354-360. </p> | ||
+ | |||
+ | <div id="ImpressumSponsoren"> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/5/58/T%C3%BCbingen_Qiagen-Logo.jpeg" id="Quiagen" width=70px> <img src="https://static.igem.org/mediawiki/2017/1/1c/T%C3%BCbingen_Roth-Logo.jpeg" id="Roth" width=70px> <img src="https://static.igem.org/mediawiki/2017/d/d8/TuebingenZymoLogo.jpeg" width=150px> <img src="https://static.igem.org/mediawiki/2017/5/5b/T%C3%BCbingen_Eurofins-Logo.png" id="eurofins" width=150px> <img src="https://static.igem.org/mediawiki/2017/e/e4/GATCTuebingen.png" id="GATC" width=150px> <img src="https://static.igem.org/mediawiki/2017/4/49/T%C3%BCbingen_NEB-Logo.jpeg" id="BioLabs" width=150px><br><img src="https://static.igem.org/mediawiki/2017/7/7c/T%C3%BCbingen_Greiner-Logo.jpeg" id="Greiner" width=150px> <img src="https://static.igem.org/mediawiki/2017/b/bf/T%C3%BCbingen_Agilent-Logo.jpeg" id="Agilent" width=150px> <img src="https://static.igem.org/mediawiki/2017/0/01/T%C3%BCbingen_abcr-Logo.png" id="abcr" width=150px> <img src="https://static.igem.org/mediawiki/2017/5/59/MicrosynthTuebingen.png" width=150px> <img src="https://static.igem.org/mediawiki/2017/8/8b/Eppendorftuebingen.png" width=150px> | ||
+ | <div> <p> © iGEM Team Tuebingen 2017</p></div> | ||
</body> | </body> | ||
</html> | </html> |
Latest revision as of 12:46, 12 December 2017
Introduction
How similar can fluorescence measurements be if the same protocol is used all over the world? This question will be answered in the fourth International InterLab Measurement Study for iGEM 2017. For researchers it is important to standardize protocols to produce reproducible data. Fluorescence values measured from GFP and other fluorochromes are usually difficult to compare as different devices and methods give different values in different units. This year's InterLab Study focusses on a comparable measurement of fluorescence by establishing a step by step protocol for plate readers used by all iGEM teams.
Theoretical background
Teams are provided with the same protocol to measure GFP fluorescence with a plate reader. Eight different devices were tested which are listed below:
- Positive Control (BBa_I20270)
- Negative Control (BBa_R0040)
- Test Device 1 (BBa_J364000): J23101.BCD2.E0040.B0015
- Test Device 2 (BBa_J364001): J23106.BCD2.E0040.B0015
- Test Device 3 (BBa_J364002): J23117.BCD2.E0040.B0015
- Test Device 4 (BBa_J364003): J23101+I13504
- Test Device 5 (BBa_J364004): J23106+I13504
- Test Device 6 (BBa_J364005): J23117+I13504
All test devices are composite parts containing GFP with constitutive promoters, a negative control without GFP is also included. The vector pSB1C3 has a chloramphenicol resistance. Device 4, 5, and 6 additionally contain a Bicistronic Design Element Number 2 designed by Mutalik 2013 (Mutalik et al.2013) . This element should induce precise and reliable gene expression.
For normalization standard curves were made with the provided measurement kit from iGEM.
Practical workflow
Before the actual measurement, calibration was performed for OD600 and a fluorescence standard curve was determined using a clear bottom black 96-well plate in four replicates.
Instrument Settings | OD6000 reference point LUDOX-S40 | fluorescein fluorescence standard curve |
---|---|---|
Positioning delay | 0.5 s | 0.2 |
Number of flashes per well | 20 | 25 |
Orbital/pathlength correction | off | off |
Optic | top | top |
gain | 700 | |
Excitation | 485 | |
Emission | 520 | |
Orbital/pathlength correction | off | off |
Subsequently, we performed , the actual measurement of 8 different devices as shown in figure 2.
First, plasmids were transformed in DH5-alpha using the standard transformation protocol from iGEM with the deviation of using LB medium instead of SOC medium.
(Further information on the used protocol).
Two colonies were picked for each device and incubated in 5-10 mL LB medium + Chloramphenicol (25 µg/mL). The next day the solution was diluted to an OD of 0.02 and 500 µL of the samples were taken and hold on ice at t=0, 2, 4, 6 h. Absorbance (OD600) and fluorescence were then measured using the FLUOstar OPTIMA from BMG LABTECH.
(For detailed protocol click here.)
Results and discussion
The provided protocol by iGEM was easy to implement by providing a step by step guide to perform the experiments.
Although our data has a high variance between the devices and between the replicates after normalization, device 1 and 2 showed significant higher fluorescence than device 3. This is in line with the data from the device’s reference in the Registry where device 1 was shown to have the highest absorption followed by device 2 and then device 3.
Variant RFP | Absorption / AU oder mAU | |
---|---|---|
Device 1 | J23101 | 1791 |
Device 2 | J23106 | 1185 |
Device 3 | J23117 | 162 |
Device 4, 5 and 6 with the Bicistronic Design Element Number 2 showed no real difference in comparison to device 1, 2 and 3 where this element was not present. When the data from all teams is compared we will see if there is a bigger influence on gene expression due to the different promoters used.
At time point 2 h the fluorescence signal was the highest despite for the positive control. If the expression of RFP induces stress, one explanation might be that the bacteria induce expression of proteases or reduce the amount of the necessary transcription factors.
References
Mutalik, V. K., Guimaraes, J. C., Cambray, G., Lam, C., Christoffersen, M. J., Mai, Q. A., ... & Endy, D. (2013). Precise and reliable gene expression via standard transcription and translation initiation elements. Nature methods, 10(4), 354-360.
© iGEM Team Tuebingen 2017