Difference between revisions of "Team:East Chapel Hill/Description"

 
(95 intermediate revisions by 3 users not shown)
Line 2: Line 2:
 
<html>
 
<html>
  
 +
<head>
 +
<meta name="viewport" content="width=device-width, initial-scale=1">
 +
<style>
 +
body {
 +
    font-family: "Lato", sans-serif;
 +
}
 +
<head>
 +
<meta name="viewport" content="width=device-width, initial-scale=1">
 +
<style>
 +
body {
 +
  margin: 0px;
 +
  font-family: Arial, Helvetica, sans-serif;
 +
}
  
  
<div class="column full_size">
+
.navbar {
<h1>Description</h1>
+
  overflow: hidden;
 +
  background-color: #A9A9A9;
 +
  position: fixed;
 +
  bottom: 0;
 +
  width:40%;
 +
  height:1%;
 +
  left: 31%;
 +
  display: flex;
 +
  align-items: center;
 +
  justify-content: center;
 +
 
 +
}
  
<p>Tell us about your project, describe what moves you and why this is something important for your team.</p>
+
.navbar a {
 +
  float: left;
 +
  display: block;
 +
  color: #f2f2f2;
 +
  text-align: center;
 +
  padding: 14px 16px;
 +
  text-decoration: none;
 +
  font-size: 17px;
 +
}
  
</div>
+
.navbar a:hover {
 +
  background: #ADD8E6;
 +
  color: black;
 +
}
  
 +
.navbar a.active {
 +
  background-color: #ADD8E6;
 +
  color: white;
 +
}
  
 +
.main {
 +
  padding: 16px;
 +
  margin-bottom: 0px;
 +
}
 +
</style>
 +
</head>
 +
<body>
  
<div class="column two_thirds_size">
+
<div class="navbar">
<h3>What should this page contain?</h3>
+
<div class="navbar-inner">
<ul>
+
  <a href="#Introduction">Introduction</a>  
<li> A clear and concise description of your project.</li>
+
  <a href="#Solution">Solution</a>  
<li>A detailed explanation of why your team chose to work on this particular project.</li>
+
  <a href="#Our Design">Our Design</a>  
<li>References and sources to document your research.</li>
+
</div>
<li>Use illustrations and other visual resources to explain your project.</li>
+
</ul>
+
 
</div>
 
</div>
  
<div class="column third_size" >
 
<div class="highlight decoration_A_full">
 
<h3>Inspiration</h3>
 
<p>See how other teams have described and presented their projects: </p>
 
  
 +
<!-- Define p2 type -->
 +
<style>
 +
p2 {
 +
    display: block;
 +
    margin-top: 1em;
 +
    margin-bottom: 1em;
 +
    margin-left: 8em;
 +
    margin-right: 8em;
 +
}
 +
</style>
 +
<!-- Define horizontal bar type -->
 +
<style>
 +
hr {
 +
border: 2px solid;
 +
margin-right: 80px;
 +
margin-left:80px;
 +
}
 +
</style>
  
</div>
+
<!-- Define h2 -->
</div>
+
<style>
 +
h2 {
 +
  margin-top: 1em;
 +
            margin-bottom: 1em;
 +
            margin-left: 6em;
 +
            margin-right: 6em;
 +
            text-align: left;
 +
                font-size: 20px;
 +
}
 +
</style>
 +
<a name="Introduction"></a>  
  
 +
<h1>Description</h1>
 +
<hr>
  
  
 +
<h1>Introduction</h1>
 +
<!-- <h2 style="text-align: left;"> The Impacts of Excess Fluoride:</h2> -->
  
<div class="column two_thirds_size" >
 
<h3>Advice on writing your Project Description</h3>
 
  
<p>
 
We encourage you to put up a lot of information and content on your wiki, but we also encourage you to include summaries as much as possible. If you think of the sections in your project description as the sections in a publication, you should try to be concise, accurate, and unambiguous in your achievements.
 
</p>
 
  
</div>
+
<p2 style="font-size:18px;"> Granite and volcanic rocks are extremely high in fluoride due to large amounts of fluoride-rich minerals including biotite, fluorite, amphibole, and apatite. These high-fluoride rock deposits rise through faults and hot springs into groundwater. Prolonged exposure to high levels of fluoride correlates to diseases such as dental and skeletal fluorosis. These diseases can severely impact young children, whose enamel is still developing. Please see our interview with <a href="https://2018.igem.org/Team:East_Chapel_Hill/MaikoSuzuki">Maiko Suzuki</a> to learn specifically how fluorosis manifests in the teeth.
 +
<br><br>
 +
Unfortunately, mitigating fluoride problems has proven to be very expensive and challenging. One of the issues we are attempting to address with our project is diligently tracking fluoride concentrations after treatment attempts. In rural communities, even once there has been treatment to high-fluoride water, it is difficult to monitor fluoride concentrations after the treatment.
 +
<br><br>
 +
<a name="Solution"></a>
 +
We hope that the operon we have developed may assist the monitoring of fluoride concentrations in small, low-technology villages after treatment of the water has been administered.
 +
<br>
 +
</p2>
 +
 
 +
<hr>
 +
 
 +
<h1>Solution</h1>
 +
 
 +
 
 +
<p2 style="font-size:18px;">
 +
The previously developed Chloramphenicol Acetyltransferase Operon (CHOP) by the 2017 East Chapel Hill iGem team was our first attempt in creating an accessible device that may serve as a visual indicator of fluoride in water. This year, we tested a series of promoters and riboswitch constructs to determine which are conducive to an operon with highest binding ability to fluoride. We were successful in being able to alter the previous CHOP operon so that it could detect concentrations of fluoride as low as 100uM.
 +
 
 +
</p2>
 +
 
 +
<h2 style="text-align: left;"> About the Riboswitch</h2>
 +
 
 +
<p2 style="font-size:18px;">A riboswitch is a segment of messenger RNA that is able to control gene expression by selectively binding to certain ligands. Riboswitches have 2 main domains: the aptamer and expression. The aptamer primarily serves as a receptor for specific ligands to bind to. Meanwhile, the expression may switch between 2 secondary structures, controlling gene expression. 
 +
<br><br>
 +
Riboswitches may be translational or transcriptional. A transcriptional riboswitch has a “switching sequence” in the aptamer that directs the formation of a transcriptional terminator, which signals to RNA polymerase to stop transcription. One may think of this process as an “on” or “off” switch, with “on” allowing for transcription of a gene.
 +
When the aptamer (ligand-binding) region of the fluoride riboswitch interacts with fluoride, the terminator is not formed allowing the RNA polymerase to proceed and transcribe the downstream gene.
 +
</p2>
 +
<center>
 +
<figure>
 +
  <img src="https://static.igem.org/mediawiki/2017/e/ea/T--East_Chapel_Hill--project.png" style="width:45%;height:auto;">
 +
  <figcaption>Figure 2: Schematic of a transcriptional riboswitch<br>
 +
    <font size="2">2015 Exeter iGEM Team, RNA Riboswitches</font></figcaption>
 +
</figure>
 +
</center>
 +
 
 +
<br>
 +
<p2 style="font-size:18px;">
 +
The riboswitch we used is from the previously characterized <i>B. cereus</i>. In Figure 3 we have displayed the crystal structure of the aptamer of this riboswitch. We tested two variations of this riboswitch, which we labeled FRS1 and FRS2. Figure 4a shows the predicted folding structure of FRS1, and Figure 4b shows the predicted folding structure of FRS2. We were interested in determining how the predicted folding structure may influence the binding ability of this riboswitch to fluoride.
 +
<br><br>
 +
In nature, this riboswitch regulates the expression of genes that are able to pump high levels of fluoride out of the cell. The <i>crcB</i> gene in <i>E.coli</i> bacteria encodes the fluoride efflux channel, which is capable of pumping fluoride out of the cell so that it is no longer toxic. In our experiments, we used a modified <i>crcB</i> <i>E.coli</i> strain so that fluoride may accumulate in the cell.
 +
</p2>
 +
<center>
 +
<figure>
 +
  <img src="https://static.igem.org/mediawiki/2018/3/37/T--East_Chapel_Hill--FRS1.png" style="width:75%;height:auto;">
 +
  <figcaption> <I> Figure 4a: Predicted folding structure of fluoride riboswitch "FRS1" </I>
 +
 
 +
  </figcaption>
 +
</figure>
 +
</center>
 +
<br>
 +
<br>
 +
 
 +
<center>
 +
<figure>
 +
  <img src="https://static.igem.org/mediawiki/2018/7/7c/T--East_Chapel_Hill--FRS2.png" style="width:75%;height:auto;">
 +
  <figcaption> <I>Figure 4b: Predicted folding structure of fluoride riboswitch "FRS2"  </I>
 +
 
 +
  </figcaption>
 +
</figure>
 +
 
 +
 
 +
<center>
 +
<figure style="width:50%;">
 +
  <img src="https://static.igem.org/mediawiki/2017/e/e5/ T--East_Chapel_Hill--design-f3.png" style="width:100%;height:auto;">
 +
<a name="Our Design"></a>
 +
  <figcaption>Figure 3: Crystal structure of a fluoride riboswitch <br>
 +
    <font size="2">Aiming Ren, Kanagalaghatta R. Rajashankar, Dinshaw J. Patel “Fluoride ion encapsulation by Mg2+ ions and phosphates in a fluoride riboswitch” 2012 Nature 486, 85–89
 +
 
 +
</font></figcaption>
 +
</figure>
 +
</center>
  
<div class="column third_size">
 
<h3>References</h3>
 
<p>iGEM teams are encouraged to record references you use during the course of your research. They should be posted somewhere on your wiki so that judges and other visitors can see how you thought about your project and what works inspired you.</p>
 
  
</div>
 
  
  
 +
<br>
  
  
 +
<hr>
 +
<!---  <h2 style="text-align: left;">Our Design</h2><h1></h1>
 +
<p2 style="text-align:left;" font-size:18px;"> --->
  
 +
<h1> Our Design </h1>
 +
<p2 style="font-size:18px;">
 +
<p2 style="text-align:left;" font-size:18px;">
 +
We modified the previously developed chloramphenicol acetyltransferase operon (CHOP) by the 2017 East Chapel Hill iGem. We used Gibson overhangs with homology to pSB1A3 so we could clone the operon into the pSB1A3 vector. This operon was designed so that future users may easily test a library of promoters and riboswitches simply by cutting with restriction enzyme HindIII. One may even test the expression of a new gene by using the XhoI restriction enzyme.
 +
</p2>
  
 +
<br>
 +
<br>
 +
<center>
 +
<figure>
 +
  <img src="https://static.igem.org/mediawiki/2018/d/d1/T--East_Chapel_Hill--OPERON.png" style="width:75%;height:auto;">
 +
  <figcaption> <I>Schematic of operon BBa_K2843000</I>
 +
</figcaption>
 +
</figure>
 +
</center>
 +
 +
<p2 style="text-align:left;" font-size:18px;">
 +
The fluoride binding mutant has two point mutations that prevent the antiterminator loop from forming. Therefore, fluoride can’t bond and there should be no growth. This acts as a control to verify that bacterial growth is directly a result of fluoride concentrations.
 +
<br><br><br>
 +
<img src="https://static.igem.org/mediawiki/2018/c/c1/T--East_Chapel_Hill--LOWFBM.png" style="width:75%;height:auto;"> </img>
 +
<figcaption> <I>The figure above shows the conserved fluoride riboswitch</I>
 +
<br><br><br>
 +
<img src="https://static.igem.org/mediawiki/2018/a/aa/T--East_Chapel_Hill--fbmhighfluoride.png" style="width:75%;height:auto;">
 +
<figcaption> <I>The figure above shows the 2 point mutation of the fluoride riboswitch, creating the fluoride binding mutant</I>
 +
<br></br><br></br>
 +
</p2>
 
</html>
 
</html>

Latest revision as of 03:38, 18 October 2018

Description


Introduction

Granite and volcanic rocks are extremely high in fluoride due to large amounts of fluoride-rich minerals including biotite, fluorite, amphibole, and apatite. These high-fluoride rock deposits rise through faults and hot springs into groundwater. Prolonged exposure to high levels of fluoride correlates to diseases such as dental and skeletal fluorosis. These diseases can severely impact young children, whose enamel is still developing. Please see our interview with Maiko Suzuki to learn specifically how fluorosis manifests in the teeth.

Unfortunately, mitigating fluoride problems has proven to be very expensive and challenging. One of the issues we are attempting to address with our project is diligently tracking fluoride concentrations after treatment attempts. In rural communities, even once there has been treatment to high-fluoride water, it is difficult to monitor fluoride concentrations after the treatment.

We hope that the operon we have developed may assist the monitoring of fluoride concentrations in small, low-technology villages after treatment of the water has been administered.

Solution

The previously developed Chloramphenicol Acetyltransferase Operon (CHOP) by the 2017 East Chapel Hill iGem team was our first attempt in creating an accessible device that may serve as a visual indicator of fluoride in water. This year, we tested a series of promoters and riboswitch constructs to determine which are conducive to an operon with highest binding ability to fluoride. We were successful in being able to alter the previous CHOP operon so that it could detect concentrations of fluoride as low as 100uM.

About the Riboswitch

A riboswitch is a segment of messenger RNA that is able to control gene expression by selectively binding to certain ligands. Riboswitches have 2 main domains: the aptamer and expression. The aptamer primarily serves as a receptor for specific ligands to bind to. Meanwhile, the expression may switch between 2 secondary structures, controlling gene expression.

Riboswitches may be translational or transcriptional. A transcriptional riboswitch has a “switching sequence” in the aptamer that directs the formation of a transcriptional terminator, which signals to RNA polymerase to stop transcription. One may think of this process as an “on” or “off” switch, with “on” allowing for transcription of a gene. When the aptamer (ligand-binding) region of the fluoride riboswitch interacts with fluoride, the terminator is not formed allowing the RNA polymerase to proceed and transcribe the downstream gene.
Figure 2: Schematic of a transcriptional riboswitch
2015 Exeter iGEM Team, RNA Riboswitches

The riboswitch we used is from the previously characterized B. cereus. In Figure 3 we have displayed the crystal structure of the aptamer of this riboswitch. We tested two variations of this riboswitch, which we labeled FRS1 and FRS2. Figure 4a shows the predicted folding structure of FRS1, and Figure 4b shows the predicted folding structure of FRS2. We were interested in determining how the predicted folding structure may influence the binding ability of this riboswitch to fluoride.

In nature, this riboswitch regulates the expression of genes that are able to pump high levels of fluoride out of the cell. The crcB gene in E.coli bacteria encodes the fluoride efflux channel, which is capable of pumping fluoride out of the cell so that it is no longer toxic. In our experiments, we used a modified crcB E.coli strain so that fluoride may accumulate in the cell.
Figure 4a: Predicted folding structure of fluoride riboswitch "FRS1"


Figure 4b: Predicted folding structure of fluoride riboswitch "FRS2"
Figure 3: Crystal structure of a fluoride riboswitch
Aiming Ren, Kanagalaghatta R. Rajashankar, Dinshaw J. Patel “Fluoride ion encapsulation by Mg2+ ions and phosphates in a fluoride riboswitch” 2012 Nature 486, 85–89


Our Design

We modified the previously developed chloramphenicol acetyltransferase operon (CHOP) by the 2017 East Chapel Hill iGem. We used Gibson overhangs with homology to pSB1A3 so we could clone the operon into the pSB1A3 vector. This operon was designed so that future users may easily test a library of promoters and riboswitches simply by cutting with restriction enzyme HindIII. One may even test the expression of a new gene by using the XhoI restriction enzyme.

Schematic of operon BBa_K2843000
The fluoride binding mutant has two point mutations that prevent the antiterminator loop from forming. Therefore, fluoride can’t bond and there should be no growth. This acts as a control to verify that bacterial growth is directly a result of fluoride concentrations.


The figure above shows the conserved fluoride riboswitch


The figure above shows the 2 point mutation of the fluoride riboswitch, creating the fluoride binding mutant