Difference between revisions of "Team:Glasgow/Interlab"
(249 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
{{GlasgowNavbar}} | {{GlasgowNavbar}} | ||
<html> | <html> | ||
− | + | <head> | |
− | + | <script type="text/javascript"> | |
− | + | // 收缩展开效果 | |
− | + | $(document).ready(function(){ | |
+ | // $(".box h5").toggle(function(){ | ||
+ | // $(this).next(".text").animate({height: 'toggle', opacity: 'toggle'}, "slow"); | ||
+ | // },function(){ | ||
+ | //$(this).next(".text").animate({height: 'toggle', opacity: 'toggle'}, "slow"); | ||
+ | //}); | ||
+ | $("div.text").hide();//默认隐藏div,或者在样式表中添加.text{display:none},推荐使用后者 | ||
+ | $(".box h5").click(function(){ | ||
+ | $(this).next(".text").slideToggle("slow"); | ||
+ | }) | ||
+ | }); | ||
+ | </script> | ||
+ | <script type="text/javascript" > | ||
+ | function menuFixed(id){ | ||
+ | var obj = document.getElementById(id); | ||
+ | var _getHeight = obj.offsetTop; | ||
+ | |||
+ | window.onscroll = function(){ | ||
+ | changePos(id,_getHeight); | ||
+ | } | ||
+ | } | ||
+ | function changePos(id,height){ | ||
+ | var obj = document.getElementById(id);var windowBottom = $(window).scrollTop() + $(window).innerHeight(); | ||
+ | var scrollTop = document.documentElement.scrollTop || document.body.scrollTop - 150; | ||
+ | var windowBottom = $(window).scrollTop() + $(window).innerHeight(); | ||
+ | var w = window.innerWidth; | ||
+ | if(w>=1024){ | ||
+ | if($(window).scrollTop() + $(window).height() > $(document).height() - 450){ | ||
+ | $('#sidebar').fadeOut("fast");}else{$('#sidebar').fadeIn("fast");} | ||
+ | } | ||
+ | if(scrollTop < height){ obj.style.position = 'relative'; | ||
+ | }else{ | ||
+ | obj.style.position = 'fixed'; | ||
+ | } | ||
+ | } | ||
+ | </script> | ||
+ | |||
+ | <script type="text/javascript"> | ||
+ | window.onload = function(){ | ||
+ | menuFixed('sidebar'); | ||
+ | } | ||
+ | </script> | ||
+ | <style> | ||
+ | figcaption { | ||
+ | color: #666666; | ||
+ | font-size: 0.7em; | ||
+ | font-style: italic; | ||
+ | font-family: 'Noto Sans', sans-serif; | ||
+ | margin-bottom: 15px; | ||
+ | } | ||
+ | .firstHeading { | ||
+ | display:none; | ||
} | } | ||
Line 12: | Line 63: | ||
padding:0px 0px 0px 0px; | padding:0px 0px 0px 0px; | ||
border:none; | border:none; | ||
− | + | } | |
− | + | * { | |
− | } | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
padding:0; | padding:0; | ||
margin:0; | margin:0; | ||
+ | } | ||
+ | #bodybackground { | ||
+ | background:url(https://static.igem.org/mediawiki/2015/7/7c/GLasgow_7323.jpg) no-repeat center center; | ||
+ | font-family: 'Nixie One', Helvetica, Arial, sans-serif; | ||
+ | font-size: 50px; height:45vh; | ||
+ | background-size:cover; } | ||
+ | |||
+ | h1 { | ||
+ | color:white; | ||
+ | margin-top:15vh; | ||
+ | margin-left: 20vw; | ||
+ | position:absolute; | ||
+ | font-size: 4em; | ||
} | } | ||
− | . | + | .links { |
− | + | margin-top: 5vh; | |
− | + | text-decoration:none; | |
− | + | color:blue; | |
+ | margin-left:5vw; | ||
} | } | ||
− | + | ||
− | + | ||
− | width: | + | .containerRight { |
− | margin: | + | width:70vw; |
+ | text-align: justify; | ||
+ | background-color:white; | ||
+ | margin-left: 25vw; | ||
+ | /*float: right;*/ | ||
+ | } | ||
+ | |||
+ | div h2 { | ||
text-align: center; | text-align: center; | ||
+ | margin-bottom: 8vh; | ||
+ | margin-top:5vh; | ||
+ | } | ||
+ | /* | ||
+ | .leftContainer { | ||
+ | width:22vw; | ||
+ | float:left; | ||
+ | height:100%; | ||
+ | text-align: center; | ||
+ | background-color:white; | ||
+ | }*/ | ||
+ | |||
+ | table { | ||
+ | margin-top:15vh; | ||
+ | border-radius: 10%; | ||
+ | margin-left:7.5vw; | ||
+ | float:left; | ||
+ | text-align:center; | ||
} | } | ||
− | + | td { | |
− | + | padding:0.8vw; | |
− | + | cursor:pointer; | |
− | + | margin-top: 4vh; | |
+ | color:deepskyblue; | ||
} | } | ||
+ | |||
+ | td:hover { | ||
+ | margin-top: 4vh; | ||
+ | background-color: deepskyblue; | ||
+ | color:white; | ||
+ | } | ||
+ | |||
+ | .fixed { | ||
+ | position: fixed; | ||
+ | top:5vh; | ||
+ | |||
+ | } | ||
+ | |||
+ | .final { | ||
+ | top: 230vh; | ||
+ | position:relative; | ||
+ | } | ||
+ | |||
.monster { | .monster { | ||
Line 52: | Line 154: | ||
.monsterContainer { | .monsterContainer { | ||
− | width: | + | width:70vw; |
height:50vh; | height:50vh; | ||
margin:10vh auto; | margin:10vh auto; | ||
text-align: justify; | text-align: justify; | ||
+ | margin-bottom: 10vh; | ||
} | } | ||
Line 75: | Line 178: | ||
color: white; | color: white; | ||
position:absolute; | position:absolute; | ||
− | bottom: | + | bottom:5%; |
left: 5%; | left: 5%; | ||
width:100%; | width:100%; | ||
Line 96: | Line 199: | ||
opacity:1 | opacity:1 | ||
} | } | ||
− | + | h5{ | |
− | + | text-align:center; | |
− | + | font-size:18px; | |
− | + | ||
− | + | ||
− | + | ||
} | } | ||
− | @font-face { | + | @font-face { |
font-family: 'Nixie One'; | font-family: 'Nixie One'; | ||
font-style: normal; | font-style: normal; | ||
Line 255: | Line 355: | ||
} | } | ||
} | } | ||
− | |||
− | |||
− | + | <!-----zhankai----> | |
− | + | .text{line-height:22px;padding:0 6px;color:#666;} | |
− | <div id="bodybackground"> | + | .box h5{padding-top:0px;font-weight:bold;cursor: pointer;} |
− | <div class="container3"> | + | .box{position:relative;border:1px solid #e7e7e7;background-color:#C1EAFF;} |
+ | </style> | ||
+ | |||
+ | </head> | ||
+ | |||
+ | <body> | ||
+ | |||
+ | <div id="bodybackground"> | ||
+ | <div class="container3 scrollTop"> | ||
<div class="sign"> | <div class="sign"> | ||
<div class="neon-blue" id="title">Glas<span id="fade">glow</span> </div> | <div class="neon-blue" id="title">Glas<span id="fade">glow</span> </div> | ||
− | <div class="neon-blue"><br><span class="neon-purple"><strong> | + | <div class="neon-blue"><br><span class="neon-purple"><strong>Interlab Study</strong></span></div> |
</div> | </div> | ||
</div> | </div> | ||
</div> | </div> | ||
+ | <!--<div class='leftContainer'>--> | ||
+ | <p class="links scrollOverview"><a style="color:blue;" href="https://2015.igem.org/Team:Glasgow"> Home</a> > <a style="color:blue;" href="https://2015.igem.org/Team:Glasgow/Measurement">Measurement</a> ><a href="https://2015.igem.org/Team:Glasgow/Interlab" style="color:blue;"> Interlab Study</a></p> | ||
+ | <div id="sidebar"class="widget widget-categories"> | ||
+ | <table> | ||
+ | <tr><td class="overview">Overview</td></tr> | ||
+ | <tr><td class="sensor">Introduction</td></tr> | ||
+ | <tr><td class="release">Release</td></tr> | ||
+ | <tr><td class="survivability">Equipment</td></tr> | ||
+ | <tr><td class="conclusion">Methodology</td></tr> | ||
+ | <tr><td class="firstuse">Sequencing</td></tr> | ||
+ | <tr><td class="discuss">Measurements</td></tr> | ||
+ | <tr><td class="contamination">Conclusion</td></tr> | ||
+ | <tr><td class="top">Top</td></tr> | ||
+ | </table> | ||
+ | </div> | ||
− | + | <!-- </div> --> | |
− | + | <div class='containerRight'> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | <div | + | |
− | + | ||
− | + | ||
− | + | <h2 style="margin-top:13vh;">Overview</h2> | |
− | + | ||
− | < | + | <p class="mainText">All 2015 iGEM teams have been invited to participate in the Second International InterLab Measurement Study in synthetic biology. Each lab will obtain fluorescence data for the same three GFP-coding devices with different promoters varying in strength. The objective is to assess the robustness of standard parts and the variability of measurements among different research groups using different lab techniques. |
− | + | <div class="scrollSensor"></div></p> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | </br> | |
− | + | </br> | |
− | + | <h2>Introduction</h2> | |
− | $('. | + | |
− | + | <p class="mainText">This year iGEM Glasgow have participated in the InterLab study and Extra Credit. The three devices required were cloned, as specified, and using a plate reader measurements were obtained in absolute units in terms of moles of FAM labelled oligonucleotide. | |
− | + | <div style="visibility:hidden; height:0;width:0;" class="scrollrelease"></div> </p> | |
− | + | </br> | |
− | + | </br> | |
− | + | ||
− | + | <h2>Release</h2> | |
− | }); | + | <div class="box"> |
+ | <h5>Individuals responsible for conducting InterLab study </h5> | ||
+ | <div class="text"> | ||
+ | </br> | ||
+ | <b>Charlotte Flynn</b> - Carried out cloning of devices, measurements of devices and completed the relevant forms and content of wiki page. </div> | ||
+ | </div> | ||
+ | </br> | ||
+ | <div class="box"> | ||
+ | <h5>Others who should be credited, e.g., in a publication based on this data</h5> | ||
+ | <div class="text"> | ||
+ | </br> | ||
+ | o Sean Colloms - Supervisor for the InterLab study. Helped with cloning devices, taking measurements of the devices and editing the wiki page. | ||
+ | </br> | ||
+ | o Vilija Lomeikaite - Set up overnight cultures of the devices | ||
+ | </br> | ||
+ | o Ye Yang - Designed and formatted the Interlab wiki page | ||
+ | </br> | ||
+ | o Andrey Filipov - Carried out the calibration measurements for the spectrophotometer | ||
+ | </br> | ||
+ | o James Provan - Sent cloned devices for sequencing </div> | ||
+ | </div> | ||
+ | </br> | ||
+ | <div class="box"> | ||
+ | <h5>Dates of InterLab Study </h5> | ||
+ | <div class="text"> | ||
+ | </br> | ||
+ | The cloning of devices was carried out from the 17 – 21st of August. Measurements of the devices were carried out from the 24th– 28th of August. <div class="box5" style="background-color:#FFFFAD;"> | ||
+ | <h5> | ||
+ | Detailed Lab Book | ||
+ | </h5> | ||
+ | <div class="text"> | ||
+ | o <b>17/08/2015 (Day 1)</b> - Made TOP-10 competent cells using overnights. Got the parts J23101, J23106, J23117, I13504, I20270 and R0040 off the iGEM distributions plates. Transformed the resuspended DNA into the competent cells, plated them with the appropriate antibiotic and grew them overnight. | ||
+ | </br> | ||
+ | o <b>18/08/2015 (Day 2)</b> - Picked a single colony of each part, inoculated broth and grew over night. | ||
+ | </br> | ||
+ | o <b>19/08/2015 (Day 3)</b> - Carried out mini preps of each part from overnights and made glycerol stocks. Digested promoters J23101, J23106 and J23117 with Pst1 and Spe1 and I13504 with Xba1 and Pst1. J23106 and I13504 didn't cut correctly therefore set up more overnights to repeat digestion. | ||
+ | </br> | ||
+ | o <b>20/08/2015 (Day 4)</b> - Carried out mini preps I13504 and J23106 and re digested each part. Carried out gel extractions, purifications and ligated each promoter to the GFP part I13504. Set up over nights of TOP-10. | ||
+ | </br> | ||
+ | o <b>21/08/2015 (Day 5)</b> - Transformed TOP-10 cells with each device (I13504:J23101, I13504:J23106 and I13504:J23117) and positive/negative controls and plated them. | ||
+ | </br> | ||
+ | o <b>24/08/2015 (Day 6)</b> - Set up overnights and restreaks of 1 colony of each device. | ||
+ | </br> | ||
+ | o <b>25/08/2015 (Day 7)</b> - Prepared samples of each device and controls for measurement by two methods; measuring the A600 of devices in broth and diluting to 0.5 and diluting samples of devices in PBS and measuring their A600 to determine to most accurate method. | ||
+ | </br> | ||
+ | o <b>26/08/2015 (Day 8)</b> - Set up overnights of colony 1,2 and 3 of each device, positive and negative control and technical replicants. | ||
+ | </br> | ||
+ | o <b>27/08/2015 (Day 9)</b> - Carried out mini preps of colony 1 of each device and controls and sent for sequencing. Prepared samples of each device (colony1-3) for measurement along with two technical replicants using the PBS method. Carried out GFP fluorescence readings on a 96 well plate of each device, positive and negative control and a dilution series of LOV proteins and FAM labelled oligonucleoutide. | ||
+ | </br> | ||
+ | o <b>28/08/2015 (Day 10)</b> - Calculated absolute values of fluorescence of GFP and submitted the completed InterLab Worksheet and Protocol forms. | ||
+ | </br> | ||
+ | o <b>31/08/2015 -13/08/2015</b> – Completed wiki page. | ||
+ | </br> | ||
+ | </div> | ||
+ | </div> | ||
+ | </br> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="scrollSurvivability"></div> | ||
+ | </br> | ||
+ | </br> | ||
+ | |||
+ | <h2>Equipment</h2> | ||
+ | <div class="box"> | ||
+ | <h5>Equipment used to acquire measurements</h5> | ||
+ | <div class="text"> | ||
+ | </br> | ||
+ | Model and manufacturer: | ||
+ | <br> | ||
+ | o <b>Incubator</b> – 2cm shaking diameter | ||
+ | </br> | ||
+ | o <b>BioMate™ 3S Spectrophotometer: Life Science Analyzer</b> – Used to measure absorbance at 600nm of each sample. | ||
+ | </br> | ||
+ | o <b>Typhoon FLA 9500: GE Healthcare Life Sciences</b> - Wavelength used to excite cells - 475nm. Filter/channel used to capture the light emission from the cells - Filter BPB1 (530DF20). | ||
+ | </div> | ||
+ | </div> | ||
+ | </br> | ||
+ | <div class="box"> | ||
+ | <h5>Spectrophotometer calibration </h5> | ||
+ | <div class="text"> | ||
+ | </br> | ||
+ | In order to calibrate the spectrophotometer a dilution series of 1-100% of DH5 alpha cells was carried out and the A600 of each sample was measured (Figure 1). | ||
+ | </br> | ||
+ | </figure></center> | ||
+ | <br> | ||
+ | <center><figure> <img src="https://static.igem.org/mediawiki/2015/0/07/2015-Glasgow-interlab36.png"> | ||
+ | <figcaption><b>Figure 1</b>: Spectrophotometer calibration curve | ||
+ | </figcaption> | ||
+ | </br> | ||
+ | </div> | ||
+ | </div> | ||
+ | </br> | ||
+ | <div class="box"> | ||
+ | <h5>Typhoon FLA 9500 calibration </h5> | ||
+ | <div class="text"> | ||
+ | </br> | ||
+ | A dilution series was measured for phiLOV protein (Figure 2), converted to numerical readings (Table 1) and a calibration curve (Figure 3) carried out to calibrate the Typhoon. Fluorescent proteins derived from voltage (LOV) domains are smaller and more efficient under anaerobic conditions than green fluorescent proteins (GFP) (Buckley et, al. 2015). iLOV, an improved LOV flavoprotein, was originally engineered as a reporter for viral infection from phototropin, the blue light receptor. We used phiLOV which is a photostable version of the iLOV fluorescence reporter. | ||
+ | </br> | ||
+ | </figure></center> | ||
+ | <br> | ||
+ | <center><figure> <img src="https://static.igem.org/mediawiki/2015/6/62/2015-Glasgow-interlab1.png"> | ||
+ | |||
+ | <figcaption><b>Figure 2</b>: Fluorescence readings of a dilution series of phiLOV. 67.5µg = 67.5µg phiLOV in 100µl PBS. Each concentration was carried out twice. | ||
+ | </figcaption> | ||
+ | </br> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/a/af/2015-Glasgow-interlab3.png" height='60%' width='60%'/> | ||
+ | <figcaption><b>Table 1</b>: Summary of the fluorescence readings of phiLOV protein. | ||
+ | </figcaption> | ||
+ | </br> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/b/b8/2015-Glasgow-interlab2.png" height="60%" width="60%"/> | ||
+ | <figcaption><b>Figure 3</b>: Calibration curve of fluorescence of phiLOV | ||
+ | </figcaption> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="scrollConclusion"></div> | ||
+ | </br> | ||
+ | </br> | ||
+ | |||
+ | <h2>Methodology</h2> | ||
+ | <div class="box"> | ||
+ | <h5>Protocol for cloning devices </h5> | ||
+ | <div class="text"> | ||
+ | </br> | ||
+ | The devices, as shown in Table 2, were prepared using BioBrick assembly. Parts J23101, J23106, J23117, I13504, I20270 and R0040 were taken from the iGEM distribution plates and each transformed into TOP-10 competent cells. The promoters were digested with Pst1 and Spe1 and the GFP part, I13504, was digested with Xba1 and Pst1. The I13504 part was then ligated into each promoter plasmid and transformed into TOP-10 cells to create the three required devices in pSB1C3 (Figure 4). Restreaks were carried out for one colony of each device and control and three colonies of each (labelled 1, 2 and 3) were picked and grown separately. Sequencing was carried out to check the correct devices had been created. | ||
+ | </br> | ||
+ | </figure></center> | ||
+ | <br> | ||
+ | <center><figure> <img src="https://static.igem.org/mediawiki/2015/7/70/2015-Glasgow-interlab4.jpg" height="40%" width="40%"/> | ||
+ | <figcaption><b>Table 2</b>: Summary of BioBrick used</figcaption> | ||
+ | </br> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/2/21/2015-Glasgow-interlab5.png" height="60%" width="60%"/> | ||
+ | <figcaption><b>Figure 4</b>: Device cloning strategy</figcaption> | ||
+ | </div> | ||
+ | </div> | ||
+ | </br> | ||
+ | <div class="box"> | ||
+ | <h5>Preparation for measurements</h5> | ||
+ | <div class="text"> | ||
+ | </br> | ||
+ | Overnight cultures of colony 1-3 of each device were set up (in Luria broth with chloramphenicol) to provide 1ml for measuring on a 96-well plate. As the lb broth gave noticeable background fluorescence samples were also prepared by spinning down cells, in the overnight cultures, to pellets and resuspending in PBS (phosphate buffered saline). It was determined the PBS method gave the most accurate measurements so readings were taken using this method for all three biological replicates and technical replicates. </br> | ||
+ | </br> | ||
+ | The recipe used for a 1 x solution of PBS was 8g NaCl, 0.2g KCl, 1.44g Na2HPO4 and 0.24g KH2PO4 dissolved in 800ml of H2O, the pH adjusted to 7.4 and the final volume made up to 1 litre with distilled H2O. </div> | ||
+ | </div> | ||
+ | </br> | ||
+ | <div class="box"> | ||
+ | <h5>Protocol for measurements </h5> | ||
+ | <div class="text"> | ||
+ | </br> | ||
+ | The spectrometer was used to measure absorbance at 600nm of each sample. Samples were then diluted to 0.5 with PBS and rescanned. The Typhoon was used to measure the GFP fluorescence at 475nm of each device and control on a 96 well plate. These methods were repeated for each biological and technical replicate. </div> | ||
+ | </div> | ||
+ | </br> | ||
+ | <div class="box"> | ||
+ | <h5>The controls </h5> | ||
+ | <div class="text"> | ||
+ | </br> | ||
+ | A negative control for background cell fluorescence was included as cells containing the device R0040 but without a promoter, to mimic burden of the promoter. A positive control for GFP fluorescence was included as cells containing the device I20270, a GFP part with the promoter J23151. PBS was used to control for media-only background. In addition in order to obtain absolute values for fluorescence, set standards of FAM oligo were also measured. </div> | ||
+ | </div> | ||
+ | </br> | ||
+ | <div class="box"> | ||
+ | <h5>Protocol for calculating a conversion factor for absolute units </h5> | ||
+ | <div class="text"> | ||
+ | </br> | ||
+ | We used a 6-FAM (6-carboxyfluorescein) labelled oligonucleotide to standardise our fluorescent results. This allowed us to express our GFP levels as equivalent amounts of 6-FAM. 6-carboxyfluorescein is the most commonly used fluorescent dye for labelling oligonucleotides, and therefore should be readily available to most iGEM teams. 6-FAM labelled oligonucleotides can be quantitated by measuring the UV absorbance at 260 nm (measuring the DNA concentration). 6-FAM has similar fluorescent | ||
+ | properties to eGFP (excitation peak at 492 nm and an emission maximum of 517 nm for 6-FAM compared to 488 nm excitation and 508 nm emission for E0040 GFP mut3b). | ||
+ | </br> | ||
+ | </br> | ||
+ | A dilution series of FAM labelled oligonucleotide was measured (Figure 5) and converted to numerical readings (Table 3) to enable absolute values for the devices to be calculated. The calibration curve (Figure 6) has a line gradient of 4.79x10^6. Therefore the fluorescence readings of the devices will be divided by the conversion factor of 4,790,000 to give absolute fluorescence as equivalent to pmol of FAM labelled oligonucleotide. Absolute values should be comparable across different equipment and protocols. | ||
+ | </br> | ||
+ | </figure></center> | ||
+ | <br> | ||
+ | <center><figure><img src="https://static.igem.org/mediawiki/2015/8/8d/2015-Glasgow-interlab6.png"> | ||
+ | <figcaption><b>Figure 5</b>: Fluorescence readings of a dilution series of FAM labelled oligonucleotide. 10pmol = 10pmol FAM labelled oligonucleotide in 100µl PBS.</figcaption> | ||
+ | </br> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/f/f2/2015-Glasgow-Interlab20.png" height="60%" width="60%"> | ||
+ | <figcaption><b>Table 3</b>: Fluorescence readings of FAM labelled oligonucleotide.</figcaption> | ||
+ | </br> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/0/0c/2015-Glasgow-interlab8.png" height="60%" width="60%"/> | ||
+ | <figcaption><b>Figure 6</b>: Confirmation of linear relationship between FAM labelled oligonucleotide concentration and measured fluorescence on the Typhoon. Gradient of this calibration curve is the conversion factor for fluorescence as measured by the Typhoon to equivalent pmol of FAM labelled oligo.</figcaption> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="scrollfirstuse"></div> | ||
+ | |||
+ | </br></br> | ||
+ | |||
+ | <h2>Sequencing</h2> | ||
+ | <div class="box"> | ||
+ | <h5>J23101:I13504</h5> | ||
+ | <div class="text"> | ||
+ | </br> | ||
+ | Plasmid Map: | ||
+ | </br> | ||
+ | </figure></center> | ||
+ | <br> | ||
+ | <center><figure> <img src=" https://static.igem.org/mediawiki/2015/5/54/2015-Glasgow-interlab30.png"> | ||
+ | </br> | ||
+ | </br> | ||
+ | <a href="https://static.igem.org/mediawiki/2015/f/f0/2015-Glasgow-interlab34.pdf" target="_blank">Sequencing results can be found here</a> | ||
+ | </div> | ||
+ | </div> | ||
+ | </br> | ||
+ | <div class="box"> | ||
+ | <h5>J23106:I13504</h5> | ||
+ | <div class="text"> | ||
+ | </br> | ||
+ | Plasmid Map: | ||
+ | </br> | ||
+ | </figure></center> | ||
+ | <br> | ||
+ | <center><figure> <img src="https://static.igem.org/mediawiki/2015/4/48/2015-Glasgow-interlab31.png"> | ||
+ | </br> | ||
+ | </br> | ||
+ | <a href="https://static.igem.org/mediawiki/2015/f/f0/2015-Glasgow-interlab34.pdf" target="_blank">Sequencing results can be found here</a> | ||
+ | </div> | ||
+ | </div> | ||
+ | </br> | ||
+ | <div class="box"> | ||
+ | <h5>J23117:I13504</h5> | ||
+ | <div class="text"> | ||
+ | </br> | ||
+ | Plasmid Map: | ||
+ | </br> | ||
+ | </figure></center> | ||
+ | <br> | ||
+ | <center><figure> <img src="https://static.igem.org/mediawiki/2015/8/87/2015-Glasgow-interlab32.png"> | ||
+ | </br> | ||
+ | </br> | ||
+ | <a href="https://static.igem.org/mediawiki/2015/f/f0/2015-Glasgow-interlab34.pdf" target="_blank">Sequencing results can be found here</a> | ||
+ | </div> | ||
+ | </div> | ||
+ | </br> | ||
+ | |||
+ | <div class="scrolldiscuss"></div> | ||
+ | </br> | ||
+ | <h2>Measurements</h2> | ||
+ | <div class="box"> | ||
+ | <h5>Direct Measurement </h5> | ||
+ | <div class="text"> | ||
+ | </br> | ||
+ | The A600 of each device colony 1-3 and technical replicates were measured along with the controls (table 4). | ||
+ | </br> | ||
+ | </figure></center> | ||
+ | <br> | ||
+ | <center><figure> <img src="https://static.igem.org/mediawiki/2015/d/d0/2015-Glasgow-interlab9.png"> | ||
+ | <figcaption><b>Table 4</b>: Absorbance at 600nm for each biological and technical replicates of the devices and controls. Units are arbitrary.</figcaption> | ||
+ | </br> | ||
+ | </br> | ||
+ | <p align="left">The fluorescence was also measured (figure 7) and the resulting images converted to numerical readings (table 5).</p> | ||
+ | </br> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/7/75/2015-Glasgow-interlab10.png" height="70%" width="70%"/> | ||
+ | <figcaption><b>Figure 7</b>: Fluorescence results of the three devices and the positive and negative controls. A. Shows the image at low brightness to compare the J23101 and J23106 devises. B. Shows the image at high brightness to compare the J23117 device with the two brighter devices.</figcaption> | ||
+ | </br> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/9/9d/2015-Glasgow-interlab23.png" height="60%" width="60%"/> | ||
+ | <figcaption><b>Table 5</b>: Summary of fluorescence data measured for the three devices and controls.</figcaption> | ||
+ | </div> | ||
+ | </div> | ||
+ | </br> | ||
+ | <div class="box"> | ||
+ | <h5>Derived Measurements </h5> | ||
+ | <div class="text"> | ||
+ | </br> | ||
+ | 1. The average background absorbance was removed by subtracting the average of the empty wells with no PBS or sample (423,343.279). | ||
+ | </br> | ||
+ | 2. The average absorbance of control <i>E.coli</i> cells was removed by subtracting the average of the TOP 10 cells with R0040 (222,475). | ||
+ | </br> | ||
+ | 3. These values were divided by the absorbance values at 600nm to give the fluorescence per OD 600 in arbitrary units (Table 6). | ||
+ | </br> | ||
+ | 4. Dividing these values by the conversion factor as determined from the FAM oligo dilutions (479,000) gives the absolute fluorescence equivalent to pmol of FAM oligo per A600 of cells (Table 6). | ||
+ | </br> | ||
+ | </figure></center> | ||
+ | <br> | ||
+ | <center><figure> <img src="https://static.igem.org/mediawiki/2015/f/ff/2015-Glasgow-interlab21.png" height="70%" width="70%"/> | ||
+ | <figcaption><b>Table 6</b>: Derived measurements of devices and controls.</figcaption> | ||
+ | </br> | ||
+ | </div> | ||
+ | </div> | ||
+ | </br> | ||
+ | <div class="box"> | ||
+ | <h5>Estimation of absolute number of GFP molecules per cell</h5> | ||
+ | <div class="text"> | ||
+ | </br> | ||
+ | We attempted to estimate the absolute number of GFP molecules per cell (Table 7) using our phiLOV results and some simplifying assumptions. | ||
+ | </br> | ||
+ | </figure></center> | ||
+ | <br> | ||
+ | <center><figure> <img src="https://static.igem.org/mediawiki/2015/9/98/2015-Glasgow-Interlab24.png" height="70%" width="70%"/> | ||
+ | <figcaption> <b>Table 7</b>: Summary of absolute number of GFP molecules per cell.</figcaption> | ||
+ | <p align="left">In order to estimate the absolute number of GFP molecules per cell the following calculations were carried out: | ||
+ | </br> | ||
+ | <p align="left">ilov stock = 1.35 mg/ml = 1.35 g/l | ||
+ | </br> | ||
+ | <p align="left">MW = approx. 150x110 = 16500 | ||
+ | </br> | ||
+ | <p align="left">ilov stock = 82uM | ||
+ | </br> | ||
+ | <p align="left">Avogadro’s number = 6.02x10^23 | ||
+ | </br> | ||
+ | <p align="left">⇒ Diluted stock 2 fold and used 100 ul in well = 1/20000 litre = 4.1 nmoles | ||
+ | </br> | ||
+ | <p align="left">⇒ 4.1 nmoles of phiLOV gave a reading of 490,000,000<p> | ||
+ | </br> | ||
+ | |||
+ | |||
+ | <div class="box5" style="background-color:#FFFFAD;"> | ||
+ | <h5> | ||
+ | J23101:I13504 | ||
+ | </h5> | ||
+ | <div class="text"> | ||
+ | ⇒ 200ul cells at A600 of 1.0 with J23101 promoter gave fluorescence reading of average 1,000,000,000. | ||
+ | <ul><li> So 200 ul cells equivalent to 4.1 *1000/490 = 8.4 nmoles iLOV</li></ul> | ||
+ | </br> | ||
+ | ⇒ GFP approx. 11.5 x brighter than iLOV per mol | ||
+ | <ul><li> So 8.4 nmoles iLOV gives equivalent fluorescence to 8.4/11.5 = 0.73 nmoles of GFP per 200 ul cells</li> | ||
+ | <li> So 200 ul cells contains 0.73x10^-9 x (Avogadro’ s number 6.02x10^23) = 4.4x 10^14 molecules</li></ul> | ||
+ | </br> | ||
+ | ⇒ Fluorescence was quoted for cells at OD600 = 1.0 | ||
+ | </br> | ||
+ | ⇒ 1 OD600 of TOP10 = 4x10^8 cells per 200 ul | ||
+ | <ul><li> So 1 cell contains 4.4 x 10^14 / 4 x10^8 = <b>1 million copies of GFP</b></li></ul> | ||
+ | </br> | ||
+ | ⇒ 1 million molecules of GFP = (1000000/6.02x10^23) = 1.7x10^-18 moles GFP | ||
+ | <ul><li> 27,000 x 1.7 x 10^-18 = 4.7 x 10^-14 g = 47 femto grams</li></ul> | ||
+ | </br> | ||
+ | ⇒ typical total protein content of bacterial cell = 100 femto grams | ||
+ | <ul><li> So <b>approximately half of all cellular protein is GFP</b></li></ul> | ||
+ | </div> | ||
+ | </div> | ||
+ | </br> | ||
+ | |||
+ | <div class="box5" style="background-color:#FFFFAD;"> | ||
+ | <h5 style="">J23106:I13504 </h5> | ||
+ | <div class="text"> | ||
+ | ⇒ 200ul cells at A600 of 1.0 with J23106 promoter gave fluorescence reading of average 250,000,000. | ||
+ | <ul><li> So 200 ul cells equivalent to 4.1 *25/49 = 2.09 nmoles iLOV</li></ul> | ||
+ | </br> | ||
+ | ⇒ GFP approx. 11.5 x brighter than iLOV per mol | ||
+ | <ul><li> so 0.209 nmoles iLOV gives equivalent fluorescence to 2.09/11.5 = 0.181 nmoles of GFP per 200 ul cells</li? | ||
+ | <li> so 200 ul cells contains 0.181x10^-9 x (Avogadro’ s number 6.02x10^23) = 1.08x 10^14 molecules</li></ul> | ||
+ | </br> | ||
+ | ⇒ Fluorescence was quoted for cells at OD600 = 1.0 | ||
+ | </br> | ||
+ | ⇒ 1 OD600 of TOP10 = 4x10^8 cells per 200 ul | ||
+ | <ul><li> So 1 cell contains 1.08x10^14 / 4 x10^8 = 272,405 = <b>270,000 copies of GFP</b></li></ul> | ||
+ | </br> | ||
+ | ⇒ 270,000 molecules of GFP = (270,000/6.02x10^23) = 4.48x10^-19 moles GFP | ||
+ | <ul><li> 27,000 x 4.48x10^-19 = 1.2 x 10^-14 g = 12 femto grams</li></ul> | ||
+ | </br> | ||
+ | ⇒ typical total protein content of bacterial cell = 100 femto grams | ||
+ | <ul><li> so <b>12% of cellular protein is GFP</b></li></ul> | ||
+ | </div> | ||
+ | </div> | ||
+ | </br> | ||
+ | |||
+ | |||
+ | <div class="box5" style="background-color:#FFFFAD;"> | ||
+ | <h5>J23117:I13504</h5> | ||
+ | <div class="text"> | ||
+ | |||
+ | ⇒ 200ul cells at A600 of 1.0 with J23117 promoter gave fluorescence reading of average 2,500,000 | ||
+ | <ul><li> So 200 ul cells equivalent to 4.1 *25/4900 = 0.0206 nmoles iLOV</li></ul> | ||
+ | </br> | ||
+ | ⇒ GFP approx. 11.5 x brighter than iLOV per mol | ||
+ | <ul><li> so 0.0206 nmoles iLOV gives equivalent fluorescence to 0.0206/11.5 = 1.79x10^-3 nmoles of GFP per 200 ul cells</li> | ||
+ | <li> so 200 ul cells contains 1.79x10^-12 x (Avogadro’ s number 6.02x10^23) = 1.08x 10^12 molecules</li></ul> | ||
+ | </br> | ||
+ | ⇒ Fluorescence was quoted for cells at OD600 = 1.0 | ||
+ | </br> | ||
+ | ⇒ 1 OD600 of TOP10 = 4x10^8 cells per 200 ul | ||
+ | <ul><li> So 1 cell contains 1.08 x 10^12 / 4 x10^8 = <b>2,700 copies of GFP</b></li></ul> | ||
+ | </br> | ||
+ | ⇒ 1 million molecules of GFP = (2,700/6.02x10^23) = 4.48x10^-21 moles GFP | ||
+ | <ul><li> 27,000 x 4.48x10^-21 = 1.2 x 10^-16 g = 0.12 femto grams</li></ul> | ||
+ | </br> | ||
+ | ⇒ typical total protein content of bacterial cell = 100 femto grams | ||
+ | <ul><li> so <b>1.2x10^-3 % of all cellular protein is GFP</b></li></ul> </p> | ||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="scrollcontamination"></div> | ||
+ | </br> | ||
+ | </br> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <h2>Conclusion</h2> | ||
+ | <center> | ||
+ | <p class="mainText"> | ||
+ | Our measurements have shown that promoters J23101 and J23106 produce more fluorescence with I13504 than the known GFP part I20270 and J23117 shows far less fluoresence, with measurements closer to the negative control R0040 (Figure 8). | ||
+ | </br> | ||
+ | <br> | ||
+ | <center><figure><img src="https://static.igem.org/mediawiki/2015/0/0d/2015-Glasgow-interlab100.png"> | ||
+ | <figcaption><b>Figure 8</b> Mean and standard deviation (error bars) for each device and sample.</figcaption></center> | ||
+ | |||
+ | |||
+ | </br> | ||
+ | |||
+ | |||
+ | <h2>References</h2> | ||
+ | |||
+ | <p class="mainText"> Buckley, A. Petersen, J. Roe, A. Douce, G. Christie, J. (2015). LOV-based reporters for fluorescence imaging. Current Opinion in Chemical Biology. 27 (1), p39–45. | ||
+ | </br> | ||
+ | </br> | ||
+ | <div style="visibility:hidden; height:0;width:0;" class="scrollSurvivability"></div> </p> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | </div> | ||
+ | <script> | ||
+ | |||
+ | |||
+ | $('.overview').click(function() { | ||
+ | $('html, body').animate({ scrollTop: $('.scrollOverview').offset().top}, 1000); | ||
+ | }); | ||
+ | |||
+ | $('.sensor').click(function() { | ||
+ | $('html, body').animate({ scrollTop: $('.scrollSensor').offset().top}, 1000); | ||
+ | }); | ||
+ | |||
+ | $('.survivability').click(function() { | ||
+ | $('html, body').animate({ scrollTop: $('.scrollSurvivability').offset().top}, 1000); | ||
+ | }); | ||
+ | |||
+ | $('.conclusion').click(function() { | ||
+ | $('html, body').animate({ scrollTop: $('.scrollConclusion').offset().top}, 1000); | ||
}); | }); | ||
− | + | $('.release').click(function() { | |
− | + | $('html, body').animate({ scrollTop: $('.scrollrelease').offset().top}, 1000); | |
− | + | }); | |
+ | $('.alternatives').click(function() { | ||
+ | $('html, body').animate({ scrollTop: $('.scrollalternatives').offset().top}, 1000); | ||
+ | }); | ||
+ | |||
+ | $('.firstuse').click(function() { | ||
+ | $('html, body').animate({ scrollTop: $('.scrollfirstuse').offset().top}, 1000); | ||
+ | }); | ||
+ | |||
+ | $('.contamination').click(function() { | ||
+ | $('html, body').animate({ scrollTop: $('.scrollcontamination').offset().top}, 1000); | ||
+ | }); | ||
+ | |||
+ | $('.top').click(function() { | ||
+ | $('html, body').animate({ scrollTop: $('.scrollTop').offset().top}, 1000); | ||
+ | }); | ||
+ | |||
+ | </script> | ||
+ | |||
+ | |||
+ | <!--------边上导航栏--------> | ||
+ | <script type="text/javascript"> | ||
+ | |||
+ | var x = $('.links').offset().top; | ||
+ | $(window).scroll(function() { | ||
+ | if ($(this).scrollTop() > x) { | ||
+ | $('table').addClass("fixed"); | ||
+ | } | ||
+ | |||
+ | |||
+ | else { | ||
+ | $('table').removeClass("fixed"); | ||
+ | } | ||
+ | }); | ||
+ | |||
+ | </script> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | </body> | ||
</html> | </html> | ||
+ | |||
{{Glasgowfooter}} | {{Glasgowfooter}} |
Latest revision as of 23:57, 13 November 2015
Interlab Study
Home > Measurement > Interlab Study
Overview
All 2015 iGEM teams have been invited to participate in the Second International InterLab Measurement Study in synthetic biology. Each lab will obtain fluorescence data for the same three GFP-coding devices with different promoters varying in strength. The objective is to assess the robustness of standard parts and the variability of measurements among different research groups using different lab techniques.
Introduction
This year iGEM Glasgow have participated in the InterLab study and Extra Credit. The three devices required were cloned, as specified, and using a plate reader measurements were obtained in absolute units in terms of moles of FAM labelled oligonucleotide.
Release
Individuals responsible for conducting InterLab study
Others who should be credited, e.g., in a publication based on this data
Dates of InterLab Study
Detailed Lab Book
Equipment
Equipment used to acquire measurements
o Incubator – 2cm shaking diameter o BioMate™ 3S Spectrophotometer: Life Science Analyzer – Used to measure absorbance at 600nm of each sample. o Typhoon FLA 9500: GE Healthcare Life Sciences - Wavelength used to excite cells - 475nm. Filter/channel used to capture the light emission from the cells - Filter BPB1 (530DF20).
Spectrophotometer calibration
Typhoon FLA 9500 calibration
Methodology
Protocol for cloning devices
Preparation for measurements
Protocol for measurements
The controls
Protocol for calculating a conversion factor for absolute units
Sequencing
J23101:I13504
J23106:I13504
J23117:I13504
Measurements
Direct Measurement
Derived Measurements
Estimation of absolute number of GFP molecules per cell
Conclusion
Our measurements have shown that promoters J23101 and J23106 produce more fluorescence with I13504 than the known GFP part I20270 and J23117 shows far less fluoresence, with measurements closer to the negative control R0040 (Figure 8).
References
Buckley, A. Petersen, J. Roe, A. Douce, G. Christie, J. (2015). LOV-based reporters for fluorescence imaging. Current Opinion in Chemical Biology. 27 (1), p39–45.