Team:Tokyo Tech/Projects/making-rain/GC-Assay

From 2011.igem.org

(Difference between revisions)
 
(188 intermediate revisions not shown)
Line 34: Line 34:
list-style: none;
list-style: none;
float: left;
float: left;
-
height: 20px;
+
height: 30px;
width: 945px;
width: 945px;
}
}
Line 55: Line 55:
display: none;
display: none;
position: absolute;
position: absolute;
-
font-size: 14px;
+
font-size: 16px;
opacity: 0.8;
opacity: 0.8;
list-style: none;
list-style: none;
Line 79: Line 79:
background-color: #EFEBEC;
background-color: #EFEBEC;
color: #000000;
color: #000000;
 +
font-size:13px;
}
}
Line 86: Line 87:
left: 0;
left: 0;
clear: both;
clear: both;
-
height: 180px;
+
height: 190px;
}
}
.main
.main
Line 106: Line 107:
h1, h2, h3, h4, h5, h6
h1, h2, h3, h4, h5, h6
{
{
-
background-color: #D09DE1;
+
background-color: #00508D;
-
color:#0D3430;
+
color:#FFFFFF;
text-align: left;
text-align: left;
}
}
-
h2
+
h2
{
{
text-indent: 1em;
text-indent: 1em;
-
}
 
-
 
-
h2+p
 
-
{
 
-
margin-left: 1em;
 
}
}
Line 125: Line 121:
text-indent: 2em;
text-indent: 2em;
}
}
-
+
 
-
h3+p
+
h4
{
{
-
margin-left: 2em;
+
text-indent: 3em;
}
}
-
h4
+
h5
{
{
-
text-indent: 3em;
+
text-indent: 4em;
}
}
-
h4+p
+
h6
{
{
-
margin-left: 3em;
+
text-indent: 5em;
}
}
-
+
.footer
.footer
{
{
Line 160: Line 156:
.name
.name
 +
{
 +
font-style: italic;
 +
}
 +
 +
.gene
{
{
font-style: italic;
font-style: italic;
Line 166: Line 167:
p
p
{
{
-
text-indent: 0.5em;
+
text-indent: 2em;
}
}
Line 222: Line 223:
}
}
-
window.onload = function() {
+
function getElementsByClass() {
 +
    var classElements = new Array();
 +
    var allElements = document.getElementsByTagName("*");
 +
    for (i = 0 ; i < allElements.length; i++) {
 +
if (allElements[i].className == 'firstHeading') {
 +
    allElements[i].style.display = 'none';
 +
  // window.alert('発見。');
 +
}
 +
    }
 +
}
 +
 +
window.onload = function() {
 +
getElementsByClass();
var menu = window.document.getElementById('TopMenu');
var menu = window.document.getElementById('TopMenu');
if(menu==null)
if(menu==null)
Line 255: Line 268:
<!-- top box -->
<!-- top box -->
<div class="top">
<div class="top">
-
<img src="https://static.igem.org/mediawiki/2011/2/24/TokyoTech_TOPlogo.png" alt="Tokyo Tech 2011" width="965px" /><br />
+
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="965" height="150" id="Yourfilename" align="">
 +
<param name="movie" value="https://static.igem.org/mediawiki/2011/4/4d/Header.swf">
 +
<param name="quality" value="high">
 +
<param name="bgcolor" value="#FFFFFF">
 +
<embed src="https://static.igem.org/mediawiki/2011/4/4d/Header.swf" quality="high" bgcolor="#FFFFFF" width="965" height="150" name="Yourfilename" align="" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">
 +
</embed>
 +
</object>
<!-- list of top menu -->
<!-- list of top menu -->
<div id="navigation">
<div id="navigation">
Line 262: Line 281:
<li id="menu_Project">
<li id="menu_Project">
-
Projects
+
Project
<ul>
<ul>
-
<li><a href="https://2011.igem.org/Team:Tokyo_Tech/Projects/RPS-game/index.htm">RPS-game</a></li>
+
<li><a href="https://2011.igem.org/Team:Tokyo_Tech/Projects/RPS-game/index.htm">RPS-Game</a></li>
-
<li><a href="https://2011.igem.org/Team:Tokyo_Tech/Projects/making-rain/index.htm">rain</a></li>
+
<li><a href="https://2011.igem.org/Team:Tokyo_Tech/Projects/making-rain/index.htm">Make it Rain</a></li>
-
<li><a href="https://2011.igem.org/Team:Tokyo_Tech/Projects/Urea-cooler/index.htm">urea cooler</a></li>
+
<li><a href="https://2011.igem.org/Team:Tokyo_Tech/Projects/Urea-cooler/index.htm">Urea Coolers</a></li>
</ul>
</ul>
</li>
</li>
-
<li id="menu_data_page">Data page</li>
+
<li id="menu_data_page"><a href="https://2011.igem.org/Team:Tokyo_Tech/DataPage.htm">Data page</a></li>
<li id="menu_Modeling">
<li id="menu_Modeling">
Modeling
Modeling
<ul>
<ul>
-
<li><a href="https://2011.igem.org/Team:Tokyo_Tech/Modeling/RPS-game/RPS-game">RPS-game</a></li>
+
<li><a href="https://2011.igem.org/Team:Tokyo_Tech/Modeling/RPS-game/RPS-game">RPS-Game</li>
-
<li><a href="https://2011.igem.org/Team:Tokyo_Tech/Modeling/Urea-cooler/urea-cooler">urea cooler</a></li>
+
<li><a href="https://2011.igem.org/Team:Tokyo_Tech/Modeling/Urea-cooler/urea-cooler">Urea Coolers</li>
</ul>
</ul>
</li>
</li>
-
<li id="menu_HumanPractice"><a href="https://2011.igem.org/Team:Tokyo_Tech/HumanPractice.htm">Human Practice</a></li>
+
<li id="menu_Human Practice"><a href="https://2011.igem.org/Team:Tokyo_Tech/HumanPractice.htm">Human Practice</a></li>
<li id="menu_Sitemap"><a href="https://2011.igem.org/Team:Tokyo_Tech/sitemap.htm">Sitemap</a></li>
<li id="menu_Sitemap"><a href="https://2011.igem.org/Team:Tokyo_Tech/sitemap.htm">Sitemap</a></li>
<li id="menu_Extra">
<li id="menu_Extra">
-
Extra
+
More
-
<ul>
+
<ul style="width:210px;">
<li><a href="https://2011.igem.org/Team:Tokyo_Tech/Safety">Safety</a></li>
<li><a href="https://2011.igem.org/Team:Tokyo_Tech/Safety">Safety</a></li>
-
<li><a href="https://2011.igem.org/Team:Tokyo_Tech/Attributions_and_Contributions.htm">Attribution and Contributions</a></li>
+
<li><a href="https://2011.igem.org/Team:Tokyo_Tech/Attribution_and_Contributions.htm">Attribution and Contributions</a></li>
<li><a href="https://2011.igem.org/Team:Tokyo_Tech/notebook">NoteBook</a></li>
<li><a href="https://2011.igem.org/Team:Tokyo_Tech/notebook">NoteBook</a></li>
<li><a href="https://2011.igem.org/Team:Tokyo_Tech/team">Team</a></li>
<li><a href="https://2011.igem.org/Team:Tokyo_Tech/team">Team</a></li>
-
<li><a href="https://2011.igem.org/Team:Tokyo_Tech/Sponsers.htm">Sponsers</a></li>
+
<li><a href="https://2011.igem.org/Team:Tokyo_Tech/Sponsers.htm">Sponsors</a></li>
<li><a href="https://2011.igem.org/Team:Tokyo_Tech/Collaboration.htm">Collaboration</a></li>
<li><a href="https://2011.igem.org/Team:Tokyo_Tech/Collaboration.htm">Collaboration</a></li>
</ul>
</ul>
Line 300: Line 319:
</div>
</div>
<!-- end of top box -->
<!-- end of top box -->
 +
<!-- under contents -->
<!-- under contents -->
Line 305: Line 325:
<!-- left menu list -->
<!-- left menu list -->
-
<div style="min-height: 2000px; float: left;">
+
<div style="min-height: 3250px; float: left;">
<div id="LeftMenu">
<div id="LeftMenu">
<!--list of page menu: DO NOT WRITE LINKS NOT WRITTEN IN THIS PAGE -->
<!--list of page menu: DO NOT WRITE LINKS NOT WRITTEN IN THIS PAGE -->
<ul>
<ul>
-
<li>
+
<li><a href="#const">1. Construction</a></li>
-
<a href="#GC-MS">GC-MS</a>
+
<li><a href="#AP">2. Assay Preparation</a></li>
-
</li>
+
<li><a href="#Em-isp">3. Assay Method by <i>E. coli</i></a></li>
-
<li>
+
<li><a href="#aerosol">4. Aerosol formation</a></li>
-
<a href="#QA">Quantitative Analysis</a>
+
-
<ul>
+
-
<li><a href="#QA-method">Method</a></li>
+
-
<li><a href="#QA-Result">Result</a></li>
+
-
<li><a href="#QA-discus">Discussion</a></li>
+
-
</ul>
+
-
</li>
+
-
<li>
+
-
<a href="#Em-isp">Emission of Isoprene in Water</a>
+
-
<ul>
+
-
<li><a href="#Em-isp-method">Method</a></li>
+
-
<li><a href="#Em-isp-Result">Result</a></li>
+
-
<li><a href="#Em-isp-discus">Discussion</a></li>
+
-
</ul>
+
-
</li>
+
-
<li>
+
-
<a href="#Assay">Assay Isoprene from <span class="">E. coli</span></a>
+
-
<ul>
+
-
<li><a href="#Assay-method">Method</a></li>
+
-
<li><a href="#Assay-Result">Result</a></li>
+
-
<li><a href="#Assay-discus">Discussion</a></li>
+
-
</ul>
+
-
</li>
+
</ul>
</ul>
</div>
</div>
Line 342: Line 339:
<!-- main contents -->
<!-- main contents -->
<div class="main">
<div class="main">
-
<!-- ############ Wrote main contents here ############### -->
+
<!-- ############ Write main contents here ############### -->
<!-- page title -->
<!-- page title -->
<h1> Rain details  </h1>
<h1> Rain details  </h1>
 +
<h2 id="const"> 1. Construction </h2>
 +
       
 +
<p>
 +
We obtained the gene <span class="gene">ispS</span> (on pMK) from Gene Arts.
 +
</p>
 +
<div align="center">
 +
<img src="https://static.igem.org/mediawiki/2011/f/f1/IspS1.png" alt="construction" width="600"/>
 +
</div><br />
 +
        <center>Fig. 1 construction for <span class="gene">ispS</span> parts</center>
<p>
<p>
-
<h2>Method </h2>
+
It was difficult to excise <span class="gene">ispS</span> gene from pMK by cutting between EcoRI and PstI site, EcoRI and SpeI site, or XbaI and PstI site, because the length of pMK from which <span class="gene">ispS</span> was excised were as long as the length of <span class="gene">ispS</span>. So, we cut the pMK at NcoI site to make different length and ligated into the pSB3K3 including lacIQ promoter. Finally, we cut out PlacIQ-<span class="gene">ispS</span> and ligated it into pSB1C3 backbone vector.(<a href="http://partsregistry.org/wiki/index.php?title=Part:BBa_K649303">BBa_K649303</a>)
-
<p>In order to assay the amount of isoprene produced by our E.coli, we use the Gas chromatography-mass spectrometry (GC-MS, QP-2010, SHIMADZU, Japan) for measurement. The MS uses an electron ionization method and quadrupole. Analytes were separated using a nonpolar column (Rtx-1MS: Length 30m, ID 0.25mm film thickness 0.5µm, USA) working in a constant flow mode (2.99ml min-1). The temperature program was chosen as follows: 40℃ for 7 min, increase to 280℃ at rate of 10℃ min-1, 280℃ for 5 min. The mass spectrometer worked in SIM mode, m/z 67. The retention time of isoprene is very short (about 1.06-1.10 min). But thanks to MS, isoprene could be identified.</p><br />
+
</p><br />
-
+
-
<p>We firstly made dilution series (diluted 102,103,104,105,106,107 times) of liquid isoprene (Wako Pure Chemical Industries, Ltd, Japan) diluted in chloroform. The undiluted isoprene solution 1[µl] is 0.654[mg]. We injected diluted isoprene into GC-MS, and draw a calibration curve (Fig.1).</p><br />
+
-
<img alt="Fig.1 - Calibration Data" /><br />
+
<h2 id="AP">2. Assay Preparation </h2>
-
<div class="graph_title">
+
-
Fig.1  Dilution series of liquid isoprene diluted in chloroform were injected into GC-MS.  
+
<p>
-
Let area be the vertical axis, and amount of isoprene itself ([mg]) the horizontal axis.
+
To measure the amount of isoprene produced by our <span class="name">E. coli</span>, we used electron-ionization Gas Chromatography-Mass Spectrometry equipment (GC-MS, QP-2010, SHIMADZU, Japan). Analytes were separated by a nonpolar column (Rtx-1MS: Length 30 m, ID 0.25 mm film thickness 0.5 &micro;m, USA) working in a constant flow mode (2.99 mL min<sup>-1</sup>). The temperature program was chosen as follows: 40&deg;C for 7 min, increase to 280&deg;C at rate of 10&deg;C min<sup>-1</sup>, 280&deg;C for 5 min. The mass spectrometer worked in SIM mode, m/z 67.
-
</div>
+
 
 +
</p><br />
 +
        <p>       
 +
        <center><img src="https://static.igem.org/mediawiki/2011/3/3d/111028GCMS.JPG" alt="assay"width="300" height="200" /></center><br />
 +
<center>Fig. 2 GC-MS</center>
 +
        </p>
 +
 
 +
 
 +
<p>
 +
We made dilution series of liquid isoprene (Wako Pure Chemical Industries, Ltd, Japan) diluted in chloroform(diluted 10<sup>2</sup>,10<sup>3</sup>,10<sup>4</sup>,10<sup>5</sup>,10<sup>6</sup>,10<sup>7</sup>-fold). The undiluted isoprene solution 1 &micro;L is 0.654 mg. We injected diluted isoprene into GC-MS, and draw a calibration curve (Fig. 3). If X (x=logX) represents the area of isoprene's peak and Y (y=logY) represents the amount of isoprene [mg], the calibration curve is described by the equation &ldquo;Y = 10<sup>-7.9</sup> &times; X<sup>0.89</sup>&rdquo;.
 +
</p>
-
<p>Since we obtained data with high variability, the calibration curve could not be drawn precisely. We gave up the idea of quantitative analysis and decided to analyze at the level of an order of magnitude.</p>
+
        <p>      
-
+
        <center><img src="https://static.igem.org/mediawiki/2011/d/de/Isp-kenryou.jpg" alt="assay" /></center><br />
-
<h4>Isoprene in Solvent</h4>
+
<center>Fig. 3 calibration curve</center>
 +
        </p>
-
<p>We then experimented in various conditions to make sure that isoprene can emit from water and LB medium. Headspace gas was sampled though an adsorbing material (mini-PAT including Tenax: Japan Analytical Industry Co., Ltd) and injected into GC-MS.</P><br />
+
<h2 id="Em-isp">3. Assay Method by <span class="name">E. coli</span></h2>
-
+
-
+
<p>
-
+
        <div align="center">
-
<table style="text-align:center;">
+
<img src="https://static.igem.org/mediawiki/2011/7/74/Isoprene_sample2.png" width="250px" />
-
<caption>
+
</div><br />
-
Table.1 various experiments:
+
        <center>
-
We sampled headspace gas of solvent including isoprene or LB media with <span class="name">E.coli</span> or none.
+
                Fig. 4 constraction for assay
-
</caption>
+
        </center>
-
<tr class="topline">
+
-
<th>number</th>
+
-
<th>container</th>
+
-
<th>solvent</th>
+
-
<th>isoprene[mg]</th>
+
-
<th>sampling[ml]</th>
+
-
<th>Condition from dripping isoprene to sampling</th>
+
-
</tr>
+
-
<tr>
+
-
<th>1</th>
+
-
<td>15ml centrifuge tube</td>
+
-
<td>None</td>
+
-
<td>6.54</td>
+
-
<td>15</td>
+
-
<td>room temperature, 20minutes</td>
+
-
</tr>
+
-
<tr>
+
-
<th>2</th>
+
-
<td>500ml flask</td>
+
-
<td>Water 100ml</td>
+
-
<td>13.1</td>
+
-
<td>50</td>
+
-
<td>room temperature, 20minutes</td>
+
-
</tr>
+
-
<tr>
+
-
<th>3</th>
+
-
<td>500ml flask</td>
+
-
<td>Water 100ml</td>
+
-
<td>13.1</td>
+
-
<td>50</td>
+
-
<td>37℃, 20minutes</td>
+
-
</tr>
+
-
<tr>
+
-
<th>4</th>
+
-
<td>500ml flask</td>
+
-
<td>LB medium 100ml</td>
+
-
<td>13.1</td>
+
-
<td>50</td>
+
-
<td>37℃, 20minutes</td>
+
-
</tr>
+
-
<tr>
+
-
<th>5</th>
+
-
<td>500ml flask</td>
+
-
<td>LB medium 100ml</td>
+
-
<td>0</td>
+
-
<td>50</td>
+
-
<td>37℃, culture, 6hours</td>
+
-
</tr>
+
-
<tr>
+
-
<th>6</th>
+
-
<td>500ml flask</td>
+
-
<td>LB medium 100ml</td>
+
-
<td>0</td>
+
-
<td>50</td>
+
-
<td>37℃, 6hours + <span class="name">E.coli</span>(LT-21)</td>
+
-
</tr>
+
-
</table>
+
-
<p>Table.1 Different conditions that used in samples` headspace gas of solvent including isoprene or LB media with E.coli or none. The condition is from dripping to sampling.  
+
-
</p><br />
+
-
<p>  
+
        </p>
-
As a result the peak area was about one thousandth of expectable area by calibration data at experiment No.1-4, drip isoprene. The peak area’s retention time was same as that of isoprene at experiment No.5 (no isoprene, LB medium only), though the area was much less than those of No.1-4.</p> <br />
+
        <p>
 +
Each bacterial sample was grown in a 500 mL flask containing 100 mL LB media. Cultures were grown at 37&deg;C and then induced by 0.5 mM IPTG when OD<sub>600</sub> reached 0.6. After 4 hours of induction, 50 mL of headspace gas was taken by absorbing material (mini-PAT including Tenax: Japan Analytical Industry Co., Ltd) and injected into GC-MS.
 +
</p>
 +
<p>
 +
                <div align="center">
 +
                       
 +
                        <img src="https://static.igem.org/mediawiki/2011/4/41/111028zairyo_rain.JPG" alt="isoprene_ex" width="320" height="240"/></a>
 +
                       
 +
                        <img src="https://static.igem.org/mediawiki/2011/2/2f/111028sampling.JPG" alt="isoprene_ex" width="180" height="240" />
 +
                       
 +
                        <img src="https://static.igem.org/mediawiki/2011/2/24/111028gaschunyu.JPG" alt="isoprene_ex" width="180" height="240" />
 +
                </div>
 +
                        <center>Fig. 5 Assay Method
 +
                                <br /> </center>
 +
                </p>     
-
<p>Fig.2</p>
+
<p>
-
<img src="https://2011.igem.org/File:Fig3_rain_assay.png" alt="Fig.3 Peak Area.png" width="700px" /><br />
+
We calculated the amount of isoprene production, using the calibration data we obtained above.
 +
</p>
 +
<div align="center">
 +
<img src="https://static.igem.org/mediawiki/2011/e/e4/Rain-fig4-2.jpg" alt="isprene-graph" width="450px" />
 +
</div>
 +
<center>
 +
Fig. 6 The amount of isoprene detected in <span class="name">E. coli</span> extract.   
 +
</center>
-
<p>We wondered whether the adsorbing material was saturated with isoprene at experiment No.1-4 and isoprene still existed in silicon tube at experiment No.5. So we considered that firstly the tube needed to be used only once and then thrown away. Secondly, Headspace gas of dilution series of liquid isoprene diluted in chloroform in water needed to be sampled</p><br />
+
<h2 id="aerosol"> 4.Aerosol formation</h2>
-
 
+
<p>
-
+
To do the ozone-isoprene reaction, we used teflon bag as a container for the reaction. Firstly ozone was produce by the ozone generator as the following photo. After measured the concentration of ozone, we used big syringe, injected a certain amount of ozone into the bag. Then using small size of syringe we injected isoprene and water into the bags. We could see that isoprene evaporated immediately. Finally because ultraviolet radiation helps the reaction, we put the teflon bags into clean bench and turned the UV on.
-
+
</p>
-
+
<div align="center">
 +
<img src="https://static.igem.org/mediawiki/2011/8/82/Ozone.JPG" width="450px" />
 +
</div>
 +
<br/>
 +
<center>
 +
Fig. 7 Method of aerosol formation experiment
 +
</center>
<!-- ############ End of main contents ############ -->
<!-- ############ End of main contents ############ -->

Latest revision as of 03:46, 29 October 2011

Tokyo Tech 2011

Rain details

1. Construction

We obtained the gene ispS (on pMK) from Gene Arts.

construction

Fig. 1 construction for ispS parts

It was difficult to excise ispS gene from pMK by cutting between EcoRI and PstI site, EcoRI and SpeI site, or XbaI and PstI site, because the length of pMK from which ispS was excised were as long as the length of ispS. So, we cut the pMK at NcoI site to make different length and ligated into the pSB3K3 including lacIQ promoter. Finally, we cut out PlacIQ-ispS and ligated it into pSB1C3 backbone vector.(BBa_K649303)


2. Assay Preparation

To measure the amount of isoprene produced by our E. coli, we used electron-ionization Gas Chromatography-Mass Spectrometry equipment (GC-MS, QP-2010, SHIMADZU, Japan). Analytes were separated by a nonpolar column (Rtx-1MS: Length 30 m, ID 0.25 mm film thickness 0.5 µm, USA) working in a constant flow mode (2.99 mL min-1). The temperature program was chosen as follows: 40°C for 7 min, increase to 280°C at rate of 10°C min-1, 280°C for 5 min. The mass spectrometer worked in SIM mode, m/z 67.


assay

Fig. 2 GC-MS

We made dilution series of liquid isoprene (Wako Pure Chemical Industries, Ltd, Japan) diluted in chloroform(diluted 102,103,104,105,106,107-fold). The undiluted isoprene solution 1 µL is 0.654 mg. We injected diluted isoprene into GC-MS, and draw a calibration curve (Fig. 3). If X (x=logX) represents the area of isoprene's peak and Y (y=logY) represents the amount of isoprene [mg], the calibration curve is described by the equation “Y = 10-7.9 × X0.89”.

assay

Fig. 3 calibration curve

3. Assay Method by E. coli


Fig. 4 constraction for assay

Each bacterial sample was grown in a 500 mL flask containing 100 mL LB media. Cultures were grown at 37°C and then induced by 0.5 mM IPTG when OD600 reached 0.6. After 4 hours of induction, 50 mL of headspace gas was taken by absorbing material (mini-PAT including Tenax: Japan Analytical Industry Co., Ltd) and injected into GC-MS.

isoprene_ex isoprene_ex isoprene_ex
Fig. 5 Assay Method

We calculated the amount of isoprene production, using the calibration data we obtained above.

isprene-graph
Fig. 6 The amount of isoprene detected in E. coli extract.

4.Aerosol formation

To do the ozone-isoprene reaction, we used teflon bag as a container for the reaction. Firstly ozone was produce by the ozone generator as the following photo. After measured the concentration of ozone, we used big syringe, injected a certain amount of ozone into the bag. Then using small size of syringe we injected isoprene and water into the bags. We could see that isoprene evaporated immediately. Finally because ultraviolet radiation helps the reaction, we put the teflon bags into clean bench and turned the UV on.


Fig. 7 Method of aerosol formation experiment