Team:Carnegie Mellon/Our Sensor

From 2014.igem.org

(Difference between revisions)
 
(35 intermediate revisions not shown)
Line 10: Line 10:
     <!-- Le styles -->
     <!-- Le styles -->
     <link href="http://getbootstrap.com/2.3.2/assets/css/bootstrap.css" rel="stylesheet">
     <link href="http://getbootstrap.com/2.3.2/assets/css/bootstrap.css" rel="stylesheet">
-
     <link href="http://getbootstrap.com/2.3.2/assets/css/bootstrap-responsive.css" rel="stylesheet">
+
     <link href="https://2014.igem.org/Template:CarnegieMellon:CarnegieMellon/CSS?action=raw&ctype=text/css" rel="stylesheet">
-
    <style>
+
-
    /* GLOBAL STYLES
 
-
    -------------------------------------------------- */
 
-
    /* Padding below the footer and lighter body text */
 
-
 
-
#contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
 
-
    display:none;
 
-
}
 
-
 
-
    body {
 
-
      padding-bottom: 40px;
 
-
    background: #008AE6;
 
-
      color: #5a5a5a;
 
-
  font-size: 12px;
 
-
    }
 
-
 
-
 
-
    /* CUSTOMIZE THE NAVBAR
 
-
    -------------------------------------------------- */
 
-
 
-
    /* Special class on .container surrounding .navbar, used for positioning it into place. */
 
-
    .navbar-wrapper {
 
-
      position: absolute;
 
-
      top: 50;
 
-
      left: 0;
 
-
      right: 0;
 
-
      z-index: 100;
 
-
      margin-top: -70px;
 
-
      margin-bottom: -90px; /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
 
-
    }
 
-
    .navbar-wrapper .navbar {
 
-
 
-
    }
 
-
 
-
    /* Remove border and change up box shadow for more contrast */
 
-
    .navbar .navbar-inner {
 
-
width:80%;
 
-
      border: 0;
 
-
      -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.25);
 
-
        -moz-box-shadow: 0 2px 10px rgba(0,0,0,.25);
 
-
              box-shadow: 0 2px 10px rgba(0,0,0,.25);
 
-
    }
 
-
 
-
    /* Downsize the brand/project name a bit */
 
-
    .navbar .brand {
 
-
      padding: 14px 20px 16px; /* Increase vertical padding to match navbar links */
 
-
      font-size: 16px;
 
-
      font-weight: bold;
 
-
      text-shadow: 0 -1px 0 rgba(0,0,0,.5);
 
-
    }
 
-
 
-
    /* Navbar links: increase padding for taller navbar */
 
-
    .navbar .nav > li > a {
 
-
      padding: 15px 20px;
 
-
    }
 
-
 
-
    /* Offset the responsive button for proper vertical alignment */
 
-
    .navbar .btn-navbar {
 
-
      margin-top: 10px;
 
-
    }
 
-
 
-
 
-
 
-
    /* CUSTOMIZE THE CAROUSEL
 
-
    -------------------------------------------------- */
 
-
 
-
    /* Carousel base class */
 
-
    .carousel {
 
-
      margin-bottom: 60px;
 
-
 
-
    }
 
-
 
-
    .carousel .container {
 
-
      position: relative;
 
-
      z-index: 9;
 
-
    }
 
-
 
-
    .carousel-control {
 
-
      height: 80px;
 
-
      margin-top: 0;
 
-
      font-size: 120px;
 
-
      text-shadow: 0 1px 1px rgba(0,0,0,.4);
 
-
      background-color: transparent;
 
-
      border: 0;
 
-
      z-index: 10;
 
-
    }
 
-
 
-
    .carousel .item {
 
-
      height: 500px;
 
-
    }
 
-
    .carousel img {
 
-
      position: absolute;
 
-
      top: 0;
 
-
      left: 0;
 
-
      min-width: 100%;
 
-
      height: 500px;
 
-
    }
 
-
 
-
    .carousel-caption {
 
-
      background-color: transparent;
 
-
 
-
      position: static;
 
-
      max-width: 550px;
 
-
      padding: 0 20px;
 
-
      margin-top: 500px;
 
-
    }
 
-
    .carousel-caption h1,
 
-
    .carousel-caption .lead {
 
-
      margin: 0;
 
-
      line-height: 1.25;
 
-
      color: #000000;
 
-
      text-shadow: 0 1px 1px rgba(0,0,0,.4);
 
-
    }
 
-
    .carousel-caption .btn {
 
-
      margin-top: 10px;
 
-
    }
 
-
 
-
 
-
 
-
    /* MARKETING CONTENT
 
-
    -------------------------------------------------- */
 
-
 
-
    /* Center align the text within the three columns below the carousel */
 
-
    .marketing .span4 {
 
-
width:25%;
 
-
 
-
      text-align: center;
 
-
    }
 
-
    .marketing h2 {
 
-
      font-weight: normal;
 
-
    }
 
-
    .marketing .span4 p {
 
-
      margin-left: 10px;
 
-
      margin-right: 10px;
 
-
    }
 
-
 
-
 
-
    /* Featurettes
 
-
    ------------------------- */
 
-
 
-
    .featurette-divider {
 
-
width:82%;
 
-
 
-
      margin: 80px 0; /* Space out the Bootstrap <hr> more */
 
-
    }
 
-
    .featurette {
 
-
width:82%;
 
-
 
-
      padding-top: 100px; /* Vertically center images part 1: add padding above and below text. */
 
-
      overflow: hidden; /* Vertically center images part 2: clear their floats. */
 
-
    }
 
-
    .featurette-image {
 
-
      margin-top: -120px; /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */
 
-
    }
 
-
 
-
    /* Give some space on the sides of the floated elements so text doesn't run right into it. */
 
-
    .featurette-image.pull-left {
 
-
      margin-right: 40px;
 
-
    }
 
-
    .featurette-image.pull-right {
 
-
      margin-left: 40px;
 
-
    }
 
-
 
-
    /* Thin out the marketing headings */
 
-
    .featurette-heading {
 
-
      font-size: 50px;
 
-
      font-weight: 300;
 
-
      line-height: 1;
 
-
      letter-spacing: -1px;
 
-
    }
 
-
 
-
 
-
 
-
    /* RESPONSIVE CSS
 
-
    -------------------------------------------------- */
 
-
 
-
    @media (max-width: 979px) {
 
-
 
-
      .container.navbar-wrapper {
 
-
        margin-bottom: 0;
 
-
        width: auto;
 
-
      }
 
-
      .navbar-inner {
 
-
        border-radius: 0;
 
-
        margin: -20px 0;
 
-
      }
 
-
 
-
      .carousel .item {
 
-
        height: 500px;
 
-
      }
 
-
      .carousel img {
 
-
        width: auto;
 
-
        height: 500px;
 
-
      }
 
-
 
-
      .featurette {
 
-
        height: auto;
 
-
        padding: 0;
 
-
      }
 
-
      .featurette-image.pull-left,
 
-
      .featurette-image.pull-right {
 
-
        display: block;
 
-
        float: none;
 
-
        max-width: 20%;
 
-
        margin: 0 auto 20px;
 
-
      }
 
-
    }
 
-
 
-
 
-
    @media (max-width: 767px) {
 
-
 
-
      .navbar-inner {
 
-
        margin: -20px;
 
-
      }
 
-
 
-
      .carousel {
 
-
        margin-left: -20px;
 
-
        margin-right: -20px;
 
-
      }
 
-
      .carousel .container {
 
-
 
-
      }
 
-
      .carousel .item {
 
-
        height: 300px;
 
-
      }
 
-
      .carousel img {
 
-
        height: 300px;
 
-
      }
 
-
      .carousel-caption {
 
-
        width: 65%;
 
-
        padding: 0 70px;
 
-
        margin-top: 100px;
 
-
      }
 
-
      .carousel-caption h1 {
 
-
        font-size: 30px;
 
-
      }
 
-
      .carousel-caption .lead,
 
-
      .carousel-caption .btn {
 
-
        font-size: 18px;
 
-
      }
 
-
 
-
      .marketing .span4 + .span4 {
 
-
        margin-top: 40px;
 
-
      }
 
-
 
-
      .featurette-heading {
 
-
        font-size: 30px;
 
-
      }
 
-
      .featurette .lead {
 
-
        font-size: 18px;
 
-
        line-height: 1.5;
 
-
      }
 
-
 
-
    }
 
-
    </style>
 
     <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
     <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
Line 307: Line 52:
                     <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/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/Our_Sensor">Our Sensor</a></li>
-
                    <li><a href="https://2014.igem.org/Team:Carnegie_Mellon/Collaborations">Collaborations</a></li>
 
                     <li><a href="https://2014.igem.org/Team:Carnegie_Mellon/Achievements">Achievements</a></li>
                     <li><a href="https://2014.igem.org/Team:Carnegie_Mellon/Achievements">Achievements</a></li>
-
                    <li><a href="https://2014.igem.org/Team:Carnegie_Mellon/Future_Plans">Future Plans</a></li>
 
                   </ul>
                   </ul>
                 </li>                <li class="dropdown">
                 </li>                <li class="dropdown">
Line 318: Line 61:
                     <li><a href="https://2014.igem.org/Team:Carnegie_Mellon/Attributions">Attributions</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>
                     <li><a href="https://2014.igem.org/Team:Carnegie_Mellon/Sponsors">Sponsors</a></li>
-
                    <li><a href="https://2014.igem.org/Team:Carnegie_Mellon/Gallery">Gallery</a></li>
 
                   </ul>
                   </ul>
                 </li>
                 </li>
<li class="dropdown">
<li class="dropdown">
-
                   <a href="#" class="dropdown-toggle" data-toggle="dropdown">Outreach <b class="caret"></b></a>
+
                   <a href="#" class="dropdown-toggle" data-toggle="dropdown">Policies & Practices <b class="caret"></b></a>
                   <ul class="dropdown-menu">
                   <ul class="dropdown-menu">
-
                     <li><a href="https://2014.igem.org/Team:Carnegie_Mellon/DNA_Extraction">DNA Extraction</a></li>
+
                     <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/Creature_Feature">Creature Feature</a></li>
+
                     <li><a href="https://2014.igem.org/Team:Carnegie_Mellon/Gallery">Gallery</a></li>
                   </ul>
                   </ul>
                 </li>
                 </li>
<li class="dropdown">
<li class="dropdown">
-
                   <a href="#" class="dropdown-toggle" data-toggle="dropdown">Lab Work <b class="caret"></b></a>
+
                   <a href="#" class="dropdown-toggle" data-toggle="dropdown">Notebook <b class="caret"></b></a>
                   <ul class="dropdown-menu">
                   <ul class="dropdown-menu">
-
                    <li><a href="https://2014.igem.org/Team:Carnegie_Mellon/Notebook">Notebook</a></li>
+
                    <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/InterLab">Inter Lab Study</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/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/Superoxide">Superoxide Generator Improvement</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/InterLab">Interlab Study</a></li>
                   </ul>
                   </ul>
                 </li>
                 </li>
Line 355: Line 97:
-
    <!-- Carousel
 
-
    ================================================== -->
 
-
    <div id="myCarousel" class="carousel slide">
 
-
      <div class="carousel-inner">
 
-
        <div class="item active">
 
-
          <img src="https://static.igem.org/mediawiki/2014/8/84/Model.jpg" alt="">
 
-
          <div class="container">
 
-
            <div class="carousel-caption">
 
-
              <h1>Project Title.</h1>
 
-
              <p class="lead">Our project description...</p>
 
-
            </div>
 
-
          </div>
 
-
        </div>
 
-
       
 
-
    </div><!-- /.carousel -->
 
 +
 +
 +
 +
<img src="https://static.igem.org/mediawiki/2014/8/89/Modeling.jpg" alt="">
<h1> Our Sensor </h1>
<h1> Our Sensor </h1>
<h2> Sensor That Reports Endocrine Activating Molecules </h2>
<h2> Sensor That Reports Endocrine Activating Molecules </h2>
-
<p> TBA </p>
+
<p><b> Background:</b> </p>
-
   
+
  <p> Currently a method to measure estrogenic compounds with eukaryotic cells already exists, <i>S. cerevisiae</i> strains with the estrogen-binding domain of the human estrogen receptor alpha bind to estrogen responsive elements and reporters are employed (Routledge and Sumpter 1996; Gaido et al. 1997; Bistan et al. 2012). However, this yeast estrogen-screening assay (YES assay) is slow in detecting estrogen. It usually takes several days to incubate the reporter cells with the water samples in order to accumulate enough reporter protein and produce a measurable signal, which is not really suitable for large-scale sample screening. </p>
 +
<p>A more rapid assay utilizes bacterial beta-galactosidase and the <i> E. coli</i> strain DIER to detect estrogenic compounds (Liang et al. 2010). This strain was engineered to contain a conditionally splicing intein (see Topilina and Mills for a review of inteins). An intein is a splicing protein, sometimes called a protein intron. When bound to its specific molecule, conditional inteins will splice out and produce a peptide bond between the two parts of protein. This strain was engineered to contain the ligand binding domain of the human estrogen receptor within the yeast VMA intein to form an estrogen responsive intein. This intein was tested at two sites (between the Gly122 and Cys123 residues and Ala328 and Cys329 residues) in the essential region of the constitutively expressed lacZ gene (Liang et al. 2010). In the presence of estrogenic compounds (such as 17-&beta; estradiol), the intein would bind those, and splice out, to produce a functional beta-galactosidase enzyme that catalyzes the color change of the ONPG substrate. This assay required a two hour incubation with 17-&beta; estradiol for efficient splicing and was not very sensitive, unable to detect certain compounds such as  benz[a]anthracene and pyrene. This may be due to the <i>E. coli</i> cell wall and transport system selectively decreasing a particular chemical’s potency or remaining fully impermeable to it (Liang et al. 2010). This assay also required a substrate to produce a color change indicating the presence of estrogen. </p>
 +
<p>To increase sensitivity, our approach was to use the robust T7 RNA Polymerase (T7 RNAP) and a fluorescent reporter. T7 RNAP had been used with a temperature sensitive intein (Liang et al. 2007). At the permissive temperature the intein was spliced out to form functional T7 RNAP resulting in transcription from the T7 promoter to the terminator only at the permissive temperature of 18 &deg;C, but not at the restrictive temperature of 37 &deg;C. The <i>S. cerevisiae</i> VMA intein was inserted in between the Ala491 and Cys492 residues of the T7 RNAP. The T7 promoter was placed upstream of the <i>lacZ</i> gene, and was transcribed and translated resulting in blue colonies upon the production of functional T7 RNAP.</p>
 +
<p>We designed a system that inserted an estrogen responsive intein inside T7 RNAP between residues 491 and 492. T7 RNAP is a strong viral polymerase requiring no additional factors, making its expression straightforward. In the presence of estrogen, the estrogen receptor ligand binding domain would bind estrogen causing the intein to splice, functional T7 RNAP would be produced, readily bind to the T7 promoter and transcribe and translate red fluorescent protein, resulting in signal amplification in the presence of estrogen. The level of the estrogen-responsive intein sensor corresponds to the amount of yellow fluorescent protein and the level of estrogen, measured by the production of functional T7 RNAP, would be reported using the red fluorescent protein.</p>
 +
 
 +
<center><p><img src ="https://static.igem.org/mediawiki/2014/1/11/Sensor.png" alt="ER sensor"</p></center>
 +
 
 +
<p><b>References:</b></p>
 +
<p>Routledge EJ, Sumpter JP. 1996. Estrogenic activity of surfactants and some of their degradation products assessed using a recombinant yeast screen.  Environ. Toxicol. Chem. 15, 241–248.</p>
 +
<p>Gaido KW, Leonard LS, Lovell S, Gould JC, Babaï D, Portier CJ, McDonnell DP. 1997. Evaluation of chemicals with endocrine modulating activity in a yeast-based steroid hormone receptor gene transcription assay. Toxicol Appl Pharmacol. 143(1),205-12.</p>
 +
<p>Bistan M, Podgorelec M, Logar RM, Tisler T. 2012. Yeast Estrogen Screen Assay as a Tool for Detecting Estrogenic Activity in Water Bodies. Food Technol. Biotechnol. 50 (4), 427-433.</p>
 +
<p>Liang R, Zhou J, Liu J. 2010. Construction of Bacterial Assay for Estrogen Detection Based on Estrogen-Sensitive Intein, Applied and Environmental Microbiology; 77, 2488–2495</p>
 +
<p>Topilina NI, Mills KV. 2014. Recent Advances in <i>in vivo</i> applications of intein-mediated protein splicing. Mobile DNA 5,5. http://www.mobilednajournal.com/content/5/1/5</p>
 +
<p>Liang R, Liu X, Liu J, Ren Q, Liang P, Lin Z, Xie X. 2007. A T7-expression system under temperature control could create temperature-sensitive phenotype of target gene in <i>Escherichia coli</i>, Journal of Microbiological Methods; 68, 497–506. </p>
 +
 
 +
 
-
     
 
Line 386: Line 131:
-
    <!-- Le javascript
+
<!-- Le javascript
     ================================================== -->
     ================================================== -->
     <!-- Placed at the end of the document so the pages load faster -->
     <!-- Placed at the end of the document so the pages load faster -->

Latest revision as of 19:29, 17 October 2014

Carousel Template · Bootstrap

Our Sensor

Sensor That Reports Endocrine Activating Molecules

Background:

Currently a method to measure estrogenic compounds with eukaryotic cells already exists, S. cerevisiae strains with the estrogen-binding domain of the human estrogen receptor alpha bind to estrogen responsive elements and reporters are employed (Routledge and Sumpter 1996; Gaido et al. 1997; Bistan et al. 2012). However, this yeast estrogen-screening assay (YES assay) is slow in detecting estrogen. It usually takes several days to incubate the reporter cells with the water samples in order to accumulate enough reporter protein and produce a measurable signal, which is not really suitable for large-scale sample screening.

A more rapid assay utilizes bacterial beta-galactosidase and the E. coli strain DIER to detect estrogenic compounds (Liang et al. 2010). This strain was engineered to contain a conditionally splicing intein (see Topilina and Mills for a review of inteins). An intein is a splicing protein, sometimes called a protein intron. When bound to its specific molecule, conditional inteins will splice out and produce a peptide bond between the two parts of protein. This strain was engineered to contain the ligand binding domain of the human estrogen receptor within the yeast VMA intein to form an estrogen responsive intein. This intein was tested at two sites (between the Gly122 and Cys123 residues and Ala328 and Cys329 residues) in the essential region of the constitutively expressed lacZ gene (Liang et al. 2010). In the presence of estrogenic compounds (such as 17-β estradiol), the intein would bind those, and splice out, to produce a functional beta-galactosidase enzyme that catalyzes the color change of the ONPG substrate. This assay required a two hour incubation with 17-β estradiol for efficient splicing and was not very sensitive, unable to detect certain compounds such as benz[a]anthracene and pyrene. This may be due to the E. coli cell wall and transport system selectively decreasing a particular chemical’s potency or remaining fully impermeable to it (Liang et al. 2010). This assay also required a substrate to produce a color change indicating the presence of estrogen.

To increase sensitivity, our approach was to use the robust T7 RNA Polymerase (T7 RNAP) and a fluorescent reporter. T7 RNAP had been used with a temperature sensitive intein (Liang et al. 2007). At the permissive temperature the intein was spliced out to form functional T7 RNAP resulting in transcription from the T7 promoter to the terminator only at the permissive temperature of 18 °C, but not at the restrictive temperature of 37 °C. The S. cerevisiae VMA intein was inserted in between the Ala491 and Cys492 residues of the T7 RNAP. The T7 promoter was placed upstream of the lacZ gene, and was transcribed and translated resulting in blue colonies upon the production of functional T7 RNAP.

We designed a system that inserted an estrogen responsive intein inside T7 RNAP between residues 491 and 492. T7 RNAP is a strong viral polymerase requiring no additional factors, making its expression straightforward. In the presence of estrogen, the estrogen receptor ligand binding domain would bind estrogen causing the intein to splice, functional T7 RNAP would be produced, readily bind to the T7 promoter and transcribe and translate red fluorescent protein, resulting in signal amplification in the presence of estrogen. The level of the estrogen-responsive intein sensor corresponds to the amount of yellow fluorescent protein and the level of estrogen, measured by the production of functional T7 RNAP, would be reported using the red fluorescent protein.

ER sensor

References:

Routledge EJ, Sumpter JP. 1996. Estrogenic activity of surfactants and some of their degradation products assessed using a recombinant yeast screen. Environ. Toxicol. Chem. 15, 241–248.

Gaido KW, Leonard LS, Lovell S, Gould JC, Babaï D, Portier CJ, McDonnell DP. 1997. Evaluation of chemicals with endocrine modulating activity in a yeast-based steroid hormone receptor gene transcription assay. Toxicol Appl Pharmacol. 143(1),205-12.

Bistan M, Podgorelec M, Logar RM, Tisler T. 2012. Yeast Estrogen Screen Assay as a Tool for Detecting Estrogenic Activity in Water Bodies. Food Technol. Biotechnol. 50 (4), 427-433.

Liang R, Zhou J, Liu J. 2010. Construction of Bacterial Assay for Estrogen Detection Based on Estrogen-Sensitive Intein, Applied and Environmental Microbiology; 77, 2488–2495

Topilina NI, Mills KV. 2014. Recent Advances in in vivo applications of intein-mediated protein splicing. Mobile DNA 5,5. http://www.mobilednajournal.com/content/5/1/5

Liang R, Liu X, Liu J, Ren Q, Liang P, Lin Z, Xie X. 2007. A T7-expression system under temperature control could create temperature-sensitive phenotype of target gene in Escherichia coli, Journal of Microbiological Methods; 68, 497–506.