Amburn Brian (Talk | contribs) |
|||
(80 intermediate revisions by 4 users not shown) | |||
Line 2: | Line 2: | ||
{{MSU-Michigan/W3}} | {{MSU-Michigan/W3}} | ||
<html> | <html> | ||
+ | |||
+ | |||
+ | <style> | ||
+ | * { | ||
+ | box-sizing: border-box; | ||
+ | } | ||
+ | |||
+ | body { | ||
+ | margin: 0; | ||
+ | } | ||
+ | .img-with-text { | ||
+ | text-align: justify; | ||
+ | width: [width of img]; | ||
+ | } | ||
+ | |||
+ | .img-with-text img { | ||
+ | display: block; | ||
+ | margin: 0 auto; | ||
+ | } | ||
+ | |||
+ | /* Style the header */ | ||
+ | .header { | ||
+ | padding: 50px; | ||
+ | text-align: center; | ||
+ | } | ||
+ | |||
+ | /* Create three unequal columns that floats next to each other */ | ||
+ | .column { | ||
+ | float: left; | ||
+ | padding: 10px; | ||
+ | /* Should be removed. Only for demonstration */ | ||
+ | } | ||
+ | |||
+ | /* Left and right column */ | ||
+ | .column.side { | ||
+ | width: 10%; | ||
+ | } | ||
+ | img.two { | ||
+ | height: 200%; | ||
+ | width: 180%; | ||
+ | } | ||
+ | /* Middle column */ | ||
+ | .column.middle { | ||
+ | width: 80%; | ||
+ | } | ||
+ | |||
+ | /* Clear floats after the columns */ | ||
+ | .row:after { | ||
+ | content: ""; | ||
+ | display: table; | ||
+ | clear: both; | ||
+ | } | ||
+ | |||
+ | /* Style the footer */ | ||
+ | .footer { | ||
+ | padding: 10px; | ||
+ | text-align: center; | ||
+ | } | ||
+ | |||
+ | /* Responsive layout - makes the three columns stack on top of each other instead of next to each other */ | ||
+ | @media (max-width: 300px) { | ||
+ | .column.side, .column.middle { | ||
+ | width: 100%; | ||
+ | } | ||
+ | } | ||
+ | </style> | ||
+ | |||
+ | <script src="https://code.jquery.com/jquery-3.2.1.min.js"> //allow your page to use jQuery | ||
+ | </script> | ||
+ | |||
+ | <div class="w3-cell-row"> | ||
+ | <div class="w3-col w3-container" style="width:17.5%"></div> | ||
+ | <div class="w3-col w3-container w3-pale-green" style="width:60%"> | ||
− | |||
<h1>Measurement</h1> | <h1>Measurement</h1> | ||
− | <p>MSU-iGEM 2017 developed a measurement tool that researchers throughout synthetic biology can utilize. Green fluorescent proteins (GFP) are used under aerobic conditions to signal protein expression. Unfortunately, for researchers working under anaerobic conditions, GFP does not mature and thus fluoresce under anaerobic conditions. Therefore, we showed that current induced via IPTG produces a reproducible signal for protein expression under anaerobic conditions. Current induction occurs 18 min after IPTG is added displaying a more rapid response than GFP expression. This measurement tool even proves to be more efficient than GFP expression under aerobic conditions due to the rapid current increased after induction. Also, current can be measured using simpler measuring tools than | + | <h2>Using Current for Protein Expression</h2> |
+ | <br> | ||
+ | <p>MSU-iGEM 2017 developed a measurement tool that researchers throughout synthetic biology can utilize. Green fluorescent proteins (GFP) are used under aerobic conditions to signal protein expression (2,5,8). Unfortunately, for researchers working under anaerobic conditions, GFP does not mature and thus fluoresce under anaerobic conditions (3). Therefore, we showed that current induced via IPTG produces a reproducible signal for protein expression under anaerobic conditions. Current induction occurs 18 min after IPTG is added displaying a more rapid response than GFP expression. This measurement tool even proves to be more efficient than GFP expression under aerobic conditions due to the rapid current increased after induction. Also, current can be measured using simpler measuring tools than other anaerobic protein expression tools. Some examples of these other tools include: measuring hydrogen production and sampling for several metabolic fluxes (4,7,9). MSU-iGEM’s simplistic bioreactors utilizing <a href="https://www.arduino.cc/">Arduino boards</a>(1,6,10) are a model example of a system that can quantitatively measure protein expression via current increase in a more versatile way than using tools for measuring GFP fluorescence.</p> | ||
+ | |||
+ | |||
+ | |||
+ | <h1>GFP Fluorescence Measurement Study</h1> | ||
+ | |||
+ | |||
+ | |||
+ | <head> | ||
+ | <meta charset="UTF-8"> | ||
+ | <title>MSU iGEM character demo</title> | ||
+ | <script src="https://code.jquery.com/jquery-3.2.1.min.js"> //allow your page to use jQuery | ||
+ | </script> | ||
+ | <script> | ||
+ | $(function() { | ||
+ | $('.myDIV').hover( //when you hover over the figure | ||
+ | function() { | ||
+ | $(this).append($("<img id='char' src='https://static.igem.org/mediawiki/2017/thumb/c/c8/MSU-Michigan_gfp_maturation_description.png/800px-MSU-Michigan_gfp_maturation_description.png' />").hide().fadeIn()); //show the character | ||
+ | }, function() { | ||
+ | $('#char').remove(); //get rid of it after moving the cursor away from the figure | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
+ | </head> | ||
+ | <!-- | ||
+ | /*character for 0 hour graph*/ | ||
+ | --> | ||
+ | <script> | ||
+ | $(function() { | ||
+ | $('.myDIV0').hover( //when you hover over the figure | ||
+ | function() { | ||
+ | $(this).append($("<img id='char0' src='https://static.igem.org/mediawiki/2017/thumb/e/ee/MSU-Michigananaerobiccurrentdescription.png/1200px-MSU-Michigananaerobiccurrentdescription.png'/>").hide().fadeIn()); //show the character | ||
+ | }, function() { | ||
+ | $('#char0').remove(); //get rid of it after moving the cursor away from the figure | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
+ | |||
+ | |||
+ | |||
+ | <style> | ||
+ | html, body { | ||
+ | height: 100%; | ||
+ | } | ||
+ | |||
+ | img.one { | ||
+ | height: auto; | ||
+ | width: auto; | ||
+ | } | ||
+ | |||
+ | img.two { | ||
+ | height: 30%; | ||
+ | width: 30%; | ||
+ | } | ||
+ | body { | ||
+ | } | ||
+ | #char { | ||
+ | height:300px; | ||
+ | width:450px; | ||
+ | } | ||
+ | #char0 { | ||
+ | height:300px; | ||
+ | width:450px; | ||
+ | } | ||
+ | </style> | ||
+ | <body> | ||
+ | |||
+ | |||
+ | <div class="row"> | ||
+ | |||
+ | <div class="myDIV" style="position:left"> | ||
+ | <img class="one" src='https://static.igem.org/mediawiki/2017/e/e2/MSU-Michigan_GFP.png' style="width:600px;height:600px" alt="description" /> | ||
+ | </div> | ||
+ | </div> | ||
+ | <ul> | ||
+ | <p></p> | ||
+ | </ul> | ||
+ | |||
+ | |||
+ | <div class="myDIV0" style="position:left"> | ||
+ | <img class="two" src='https://static.igem.org/mediawiki/2017/e/e2/MSU-Michigan_current.png' style="width:600px;height:600px" /> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | </body> | ||
+ | |||
+ | </style> | ||
+ | |||
+ | <script src="https://code.jquery.com/jquery-3.2.1.min.js"> //allow your page to use jQuery | ||
+ | </script> | ||
+ | |||
+ | |||
+ | <h2>Discussion</h2> | ||
+ | <br> | ||
+ | <p> Current was measured anaerobically and samples were taken before and after IPTG was added to allow the GFP to mature with exposure to oxygen for one hour. These measurements were then correlated to the current data along the same time scale. When comparing the graphs, current shows a response approximately in 18 min. and a peak about 13 hours post IPTG. On the contrary, 13 hours was needed to just allow for enough GFP protein to be made to then see a response once aerobically matured. This displays the advantage of current as a reporter for protein expression. | ||
+ | |||
+ | <h2>References</h2> | ||
+ | <p> | ||
+ | <br>(1) Aristizabal, D. H.; Giraldo, D. A.; Sanchez, S.; Taborda, G.; Baeza, A. J. Phys. Conf. Ser. 2017, 365, 11001. | ||
+ | <br>(2) Chiu Wan-Ling; Niwa, Y.; Zeng, W.; Hirano, T.; Kobayashi, H.; Sheen, J. Curr. Biol. 1996, 6 (3), 325–330. | ||
+ | <br>(3) Drepper, T.; Eggert, T.; Circolone, F.; Heck, A.; Krauß, U.; Guterl, J.-K.; Wendorff, M.; Losi, A.; Gärtner, W.; | ||
+ | Jaeger, K.-E. Nat. Biotechnol. 2007, 25 (4), 443–445. | ||
+ | <br>(4) Fuchs, S.; Pané-Farré, J.; Kohler, C.; Hecker, M.; Engelmann, S. J. Bacteriol. 2007, 189 (11), 4275–4289. | ||
+ | <br>(5) Heim, R.; Prasher, D. C.; Tsien, R. Y. Proc. Natl. Acad. Sci. 1994, 91 (26), 12501–12504. | ||
+ | <br>(6) Jannelli, N.; Anna Nastro, R.; Cigolotti, V.; Minutillo, M.; Falcucci, G. Appl. Energy 2017, 192, 543–550. | ||
+ | <br>(7) Mus, F.; Dubini, A.; Seibert, M.; Posewitz, M. C.; Grossman, A. R. J. Biol. Chem. 2007, 282 (35), 25475–25486. | ||
+ | <br>(8) Scholz, O.; Thiel, A.; Hillen, W.; Niederweis, M. Eur. J. Biochem. 2000, 267 (6), 1565–1570. | ||
+ | <br>(9) Sørensen, H. P.; Mortensen, K. K. Journal of Biotechnology. 2005, pp 113–128. | ||
+ | <br>(10) Yang, Y.; Ren, H.; Ben-Tzvi, P.; Yang, X.; He, Z. Int. J. Hydrogen Energy 2017, 42 (31), 20260–20268. | ||
+ | |||
</html> | </html> | ||
+ | {{MSU-Michigan-Footer}} |
Latest revision as of 00:45, 2 November 2017
Measurement
Using Current for Protein Expression
MSU-iGEM 2017 developed a measurement tool that researchers throughout synthetic biology can utilize. Green fluorescent proteins (GFP) are used under aerobic conditions to signal protein expression (2,5,8). Unfortunately, for researchers working under anaerobic conditions, GFP does not mature and thus fluoresce under anaerobic conditions (3). Therefore, we showed that current induced via IPTG produces a reproducible signal for protein expression under anaerobic conditions. Current induction occurs 18 min after IPTG is added displaying a more rapid response than GFP expression. This measurement tool even proves to be more efficient than GFP expression under aerobic conditions due to the rapid current increased after induction. Also, current can be measured using simpler measuring tools than other anaerobic protein expression tools. Some examples of these other tools include: measuring hydrogen production and sampling for several metabolic fluxes (4,7,9). MSU-iGEM’s simplistic bioreactors utilizing Arduino boards(1,6,10) are a model example of a system that can quantitatively measure protein expression via current increase in a more versatile way than using tools for measuring GFP fluorescence.
GFP Fluorescence Measurement Study
Discussion
Current was measured anaerobically and samples were taken before and after IPTG was added to allow the GFP to mature with exposure to oxygen for one hour. These measurements were then correlated to the current data along the same time scale. When comparing the graphs, current shows a response approximately in 18 min. and a peak about 13 hours post IPTG. On the contrary, 13 hours was needed to just allow for enough GFP protein to be made to then see a response once aerobically matured. This displays the advantage of current as a reporter for protein expression.
References
(1) Aristizabal, D. H.; Giraldo, D. A.; Sanchez, S.; Taborda, G.; Baeza, A. J. Phys. Conf. Ser. 2017, 365, 11001.
(2) Chiu Wan-Ling; Niwa, Y.; Zeng, W.; Hirano, T.; Kobayashi, H.; Sheen, J. Curr. Biol. 1996, 6 (3), 325–330.
(3) Drepper, T.; Eggert, T.; Circolone, F.; Heck, A.; Krauß, U.; Guterl, J.-K.; Wendorff, M.; Losi, A.; Gärtner, W.;
Jaeger, K.-E. Nat. Biotechnol. 2007, 25 (4), 443–445.
(4) Fuchs, S.; Pané-Farré, J.; Kohler, C.; Hecker, M.; Engelmann, S. J. Bacteriol. 2007, 189 (11), 4275–4289.
(5) Heim, R.; Prasher, D. C.; Tsien, R. Y. Proc. Natl. Acad. Sci. 1994, 91 (26), 12501–12504.
(6) Jannelli, N.; Anna Nastro, R.; Cigolotti, V.; Minutillo, M.; Falcucci, G. Appl. Energy 2017, 192, 543–550.
(7) Mus, F.; Dubini, A.; Seibert, M.; Posewitz, M. C.; Grossman, A. R. J. Biol. Chem. 2007, 282 (35), 25475–25486.
(8) Scholz, O.; Thiel, A.; Hillen, W.; Niederweis, M. Eur. J. Biochem. 2000, 267 (6), 1565–1570.
(9) Sørensen, H. P.; Mortensen, K. K. Journal of Biotechnology. 2005, pp 113–128.
(10) Yang, Y.; Ren, H.; Ben-Tzvi, P.; Yang, X.; He, Z. Int. J. Hydrogen Energy 2017, 42 (31), 20260–20268.
Sponsors | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
Contact us:
|