Team:Carnegie Mellon/InterLab
From 2014.igem.org
(Created page with "File:Interlab_Plasmid.png") |
|||
(47 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
- | [[ | + | <html lang="en"> |
+ | <head> | ||
+ | |||
+ | <meta charset="utf-8"> | ||
+ | <title>Carousel Template · Bootstrap</title> | ||
+ | <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
+ | <meta name="description" content=""> | ||
+ | <meta name="author" content=""> | ||
+ | |||
+ | <!-- Le styles --> | ||
+ | <link href="http://getbootstrap.com/2.3.2/assets/css/bootstrap.css" rel="stylesheet"> | ||
+ | <link href="https://2014.igem.org/Template:CarnegieMellon:CarnegieMellon/CSS?action=raw&ctype=text/css" rel="stylesheet"> | ||
+ | |||
+ | |||
+ | <!-- HTML5 shim, for IE6-8 support of HTML5 elements --> | ||
+ | <!--[if lt IE 9]> | ||
+ | <script src="../assets/js/html5shiv.js"></script> | ||
+ | <![endif]--> | ||
+ | |||
+ | <!-- Fav and touch icons --> | ||
+ | <link rel="apple-touch-icon-precomposed" sizes="144x144" href="../assets/ico/apple-touch-icon-144-precomposed.png"> | ||
+ | <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../assets/ico/apple-touch-icon-114-precomposed.png"> | ||
+ | <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../assets/ico/apple-touch-icon-72-precomposed.png"> | ||
+ | <link rel="apple-touch-icon-precomposed" href="../assets/ico/apple-touch-icon-57-precomposed.png"> | ||
+ | <link rel="shortcut icon" href="../assets/ico/favicon.png"> | ||
+ | </head> | ||
+ | |||
+ | <body> | ||
+ | |||
+ | |||
+ | |||
+ | <!-- NAVBAR | ||
+ | ================================================== --> | ||
+ | <div class="navbar-wrapper"> | ||
+ | <!-- Wrap the .navbar in .container to center it within the absolutely positioned parent. --> | ||
+ | <div class="container"> | ||
+ | |||
+ | <div class="navbar navbar-inverse"> | ||
+ | <div class="navbar-inner"> | ||
+ | <!-- Responsive Navbar Part 1: Button for triggering responsive navbar (not covered in tutorial). Include responsive CSS to utilize. --> | ||
+ | <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"> | ||
+ | <span class="icon-bar"></span> | ||
+ | <span class="icon-bar"></span> | ||
+ | </button> | ||
+ | <!-- Responsive Navbar Part 2: Place all navbar contents you want collapsed withing .navbar-collapse.collapse. --> | ||
+ | <div class="nav-collapse collapse"> | ||
+ | <ul class="nav"> | ||
+ | <li class="active"><a href="https://2014.igem.org/Team:Carnegie_Mellon">Home</a></li> | ||
+ | <li class="dropdown"> | ||
+ | <a href="#" class="dropdown-toggle" data-toggle="dropdown">Our Project <b class="caret"></b></a> | ||
+ | <ul class="dropdown-menu"> | ||
+ | <li><a href="https://2014.igem.org/Team:Carnegie_Mellon/Project_Description">Project Description</a></li> | ||
+ | <li><a href="https://2014.igem.org/Team:Carnegie_Mellon/Our_Sensor">Our Sensor</a></li> | ||
+ | <li><a href="https://2014.igem.org/Team:Carnegie_Mellon/Achievements">Achievements</a></li> | ||
+ | </ul> | ||
+ | </li> <li class="dropdown"> | ||
+ | <a href="#" class="dropdown-toggle" data-toggle="dropdown">Team <b class="caret"></b></a> | ||
+ | <ul class="dropdown-menu"> | ||
+ | <li><a href="https://2014.igem.org/Team:Carnegie_Mellon/Bios">Bios</a></li> | ||
+ | <li><a href="https://2014.igem.org/Team:Carnegie_Mellon/Advisors">Advisors</a></li> | ||
+ | <li><a href="https://2014.igem.org/Team:Carnegie_Mellon/Attributions">Attributions</a></li> | ||
+ | <li><a href="https://2014.igem.org/Team:Carnegie_Mellon/Sponsors">Sponsors</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li class="dropdown"> | ||
+ | <a href="#" class="dropdown-toggle" data-toggle="dropdown">Policies & Practices <b class="caret"></b></a> | ||
+ | <ul class="dropdown-menu"> | ||
+ | <li><a href="https://2014.igem.org/Team:Carnegie_Mellon/Our_Projects">Our Projects</a></li> | ||
+ | <li><a href="https://2014.igem.org/Team:Carnegie_Mellon/Gallery">Gallery</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li class="dropdown"> | ||
+ | <a href="#" class="dropdown-toggle" data-toggle="dropdown">Notebook <b class="caret"></b></a> | ||
+ | <ul class="dropdown-menu"> | ||
+ | <li><a href="https://2014.igem.org/Team:Carnegie_Mellon/Weeks">Week by Week</a></li> | ||
+ | <li><a href="https://2014.igem.org/Team:Carnegie_Mellon/Sensor">Sensor</a></li> | ||
+ | <li><a href="https://2014.igem.org/Team:Carnegie_Mellon/Protein">Fluorescent Protein Evaluation</a></li> | ||
+ | <li><a href="https://2014.igem.org/Team:Carnegie_Mellon/Superoxide">Superoxide Generator Improvement</a></li> | ||
+ | <li><a href="https://2014.igem.org/Team:Carnegie_Mellon/InterLab">Interlab Study</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li class="dropdown"> | ||
+ | <a href="#" class="dropdown-toggle" data-toggle="dropdown">Modeling <b class="caret"></b></a> | ||
+ | <ul class="dropdown-menu"> | ||
+ | <li><a href="https://2014.igem.org/Team:Carnegie_Mellon/SensorModel">Sensor</a></li> | ||
+ | <li><a href="https://2014.igem.org/Team:Carnegie_Mellon/Fish">Fish Populations</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </div><!--/.nav-collapse --> | ||
+ | </div><!-- /.navbar-inner --> | ||
+ | </div><!-- /.navbar --> | ||
+ | |||
+ | </div> <!-- /.container --> | ||
+ | </div><!-- /.navbar-wrapper --> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <center><h1>Interlab Study</h1></center> | ||
+ | <center><p>Goal: To collect fluorescence data from three devices from different teams around the world</p></center> | ||
+ | |||
+ | <center><p><img src="https://static.igem.org/mediawiki/2014/a/a0/Screen_Shot_2014-10-17_at_1.32.47_AM.png"></p></center> | ||
+ | |||
+ | <p><h4>Study Description</h4><p> | ||
+ | <p>Two plasmids were constructed using parts given to us from the iGEM registry. The first contained a high expressing, constitutive J23101 promoter with GFP, while the second one contained a very low-expressing, constitutive J23115 promoter with GFP. The third plasmid was already constructed, and contained the same promoter as the first plasmid, however, it was contained in a low-copy plasmid - pSB3K3.</p> | ||
+ | <p>We constructed these devices by digesting these three plasmids, the J23101 promoter, the J23115 promoter and the E0240 (GFP), with restriction enzymes XbaI and SpeI. We then ligated the GFP fragment into the plasmids containing the promoters. We then transformed these plasmids back into <i>E. coli</i> MACH cells to screen the cells for fluorescence. After identifying the cells containing both the promoter and the GFP, we streaked these colonies out and then repeated the selection for cells containing GFP. The DNA from overnight cultures made of these cells was extracted, then transformed these two plasmas, and the third pSB3K3 plasmid (containing the J23101 promoter and GFP) into competent Top10 <i>E. coli</i> cells. We then measured fluorescence from these samples in triplicate (along with non-expressing control cells), using the TECAN, to get fluorescence values in RFU (relative fluorescent units).<p> | ||
+ | <p><h4>Results</h4></p> | ||
+ | <p><img src ="https://static.igem.org/mediawiki/2014/4/4b/S_N_Interlab.png" alt="interlab results"</p> | ||
+ | <p><a href="https://static.igem.org/mediawiki/2014/f/f7/Interlab_Data_.png">Data Table 1. Original Fluorescence Measurements</a> </p> | ||
+ | <p><a href="https://static.igem.org/mediawiki/2014/e/ee/Interlab_data_2.png">Data Table 2. Signal to Noise Ratios</a></p> | ||
+ | <p><h4>Conclusions</h4></p> | ||
+ | <p>From the TECAN reader results we concluded that the fluorescence of the cells corresponded to the type of promoter - with J23100 having the highest expression with a signal to noise ratio of 22,365, and the low copy plasmid pSB3K3 with the same promoter having the second highest fluorescence, with a signal to noise ratio of 3,183. The low expressing J23115 promoter had the lowest expression, with a signal to noise ratio of 140. </p> | ||
+ | <hr> | ||
+ | <hr> | ||
+ | <h3><center><a href="https://2014.igem.org/Team:Carnegie_Mellon/Weeks"><font color ="green">Week by Week Notebook Entries</font></a></center></h3> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <!-- Le javascript | ||
+ | ================================================== --> | ||
+ | <!-- Placed at the end of the document so the pages load faster --> | ||
+ | <script src="http://getbootstrap.com/2.3.2/assets/js/jquery.js"></script> | ||
+ | <script src="http://getbootstrap.com/2.3.2/assets/js/bootstrap-transition.js"></script> | ||
+ | <script src="http://getbootstrap.com/2.3.2/assets/js/bootstrap-alert.js"></script> | ||
+ | <script src="http://getbootstrap.com/2.3.2/assets/js/bootstrap-modal.js"></script> | ||
+ | <script src="http://getbootstrap.com/2.3.2/assets/js/bootstrap-dropdown.js"></script> | ||
+ | <script src="http://getbootstrap.com/2.3.2/assets/js/bootstrap-scrollspy.js"></script> | ||
+ | <script src="http://getbootstrap.com/2.3.2/assets/js/bootstrap-tab.js"></script> | ||
+ | <script src="http://getbootstrap.com/2.3.2/assets/js/bootstrap-tooltip.js"></script> | ||
+ | <script src="http://getbootstrap.com/2.3.2/assets/js/bootstrap-popover.js"></script> | ||
+ | <script src="http://getbootstrap.com/2.3.2/assets/js/bootstrap-button.js"></script> | ||
+ | <script src="http://getbootstrap.com/2.3.2/assets/js/bootstrap-collapse.js"></script> | ||
+ | <script src="http://getbootstrap.com/2.3.2/assets/js/bootstrap-carousel.js"></script> | ||
+ | <script src="http://getbootstrap.com/2.3.2/assets/js/bootstrap-typeahead.js"></script> | ||
+ | <script> | ||
+ | !function ($) { | ||
+ | $(function(){ | ||
+ | // carousel demo | ||
+ | $('#myCarousel').carousel() | ||
+ | }) | ||
+ | }(window.jQuery) | ||
+ | </script> | ||
+ | <script src="http://getbootstrap.com/2.3.2/assets/js/holder/holder.js"></script> | ||
+ | </body> | ||
+ | </html> |
Latest revision as of 05:58, 17 October 2014
Interlab Study
Goal: To collect fluorescence data from three devices from different teams around the world
Study Description
Two plasmids were constructed using parts given to us from the iGEM registry. The first contained a high expressing, constitutive J23101 promoter with GFP, while the second one contained a very low-expressing, constitutive J23115 promoter with GFP. The third plasmid was already constructed, and contained the same promoter as the first plasmid, however, it was contained in a low-copy plasmid - pSB3K3.
We constructed these devices by digesting these three plasmids, the J23101 promoter, the J23115 promoter and the E0240 (GFP), with restriction enzymes XbaI and SpeI. We then ligated the GFP fragment into the plasmids containing the promoters. We then transformed these plasmids back into E. coli MACH cells to screen the cells for fluorescence. After identifying the cells containing both the promoter and the GFP, we streaked these colonies out and then repeated the selection for cells containing GFP. The DNA from overnight cultures made of these cells was extracted, then transformed these two plasmas, and the third pSB3K3 plasmid (containing the J23101 promoter and GFP) into competent Top10 E. coli cells. We then measured fluorescence from these samples in triplicate (along with non-expressing control cells), using the TECAN, to get fluorescence values in RFU (relative fluorescent units).
Results
Data Table 1. Original Fluorescence Measurements
Data Table 2. Signal to Noise Ratios
Conclusions
From the TECAN reader results we concluded that the fluorescence of the cells corresponded to the type of promoter - with J23100 having the highest expression with a signal to noise ratio of 22,365, and the low copy plasmid pSB3K3 with the same promoter having the second highest fluorescence, with a signal to noise ratio of 3,183. The low expressing J23115 promoter had the lowest expression, with a signal to noise ratio of 140.