Difference between revisions of "Team:Exeter/RNA Riboswitches"

 
(413 intermediate revisions by 6 users not shown)
Line 2: Line 2:
 
<html>
 
<html>
  
<head>
+
    <script src="https://2015.igem.org/Team:Exeter/ajax-googleapis-com/ajax/libs/jquery/1-8-2/jquery-min?action=raw&amp;ctype=text/javascript"></script>
<script src="https://2015.igem.org/Team:Exeter/ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js?action=raw&amp;ctype=text/javascript"></script>
+
  
<script src="https://2015.igem.org/Team:Exeter/js/jquery.bxslider.min.js?action=raw&amp;ctype=text/javascript"></script>
+
    <script src="https://2015.igem.org/Team:Exeter/js/jquery-bxslider-min?action=raw&ctype=text/javascript"></script>
  
<link href="https://2015.igem.org/Team:Exeter/lib/jquery.bxslider.css?action=raw&amp;ctype=text/css" rel="stylesheet">
+
    <link href="https://2015.igem.org/Team:Exeter/lib/jquery-bxslider?action=raw&amp;ctype=text/css" rel="stylesheet">
</head>
+
  
 
<script>
 
<script>
 +
 +
//Slider JS
 +
 
$(document).ready(function(){
 
$(document).ready(function(){
  $('.slider1').bxSlider({
+
//$('.Basic, .Trans, .RNA, .Ribo, .Toehold').show('fast');
 +
 
 +
var slider = $('.slider500').bxSlider({
 
     slideWidth: 500,
 
     slideWidth: 500,
 
     minSlides: 1,
 
     minSlides: 1,
 
     maxSlides: 1,
 
     maxSlides: 1,
     slideMargin: 0
+
     slideMargin: 0,
 +
    captions: true,
 +
    adaptiveHeight: true,
 +
    preloadImages: 'all'
 +
  });
 +
 
 +
  $('.slider300').bxSlider({
 +
    slideWidth: 300,
 +
    minSlides: 1,
 +
    maxSlides: 1,
 +
    slideMargin: 0,
 +
    captions: true,
 +
    adaptiveHeight: true,
 +
    preloadImages: 'all'
 
   });
 
   });
 +
 +
$('.slider400').bxSlider({
 +
    slideWidth: 400,
 +
    minSlides: 1,
 +
    maxSlides: 1,
 +
    slideMargin: 0,
 +
    captions: true,
 +
    adaptiveHeight: true,
 +
    preloadImages: 'all'
 +
  });
 +
 +
$('.sliderstatic400').bxSlider({
 +
    slideWidth: 400,
 +
    minSlides: 1,
 +
    maxSlides: 1,
 +
    slideMargin: 0,
 +
    captions: true,
 +
    adaptiveHeight: true,
 +
    preloadImages: 'all',
 +
    controls: false,
 +
    touchEnabled: false,
 +
    pager: false
 +
  });
 +
 +
$('.sliderstatic300').bxSlider({
 +
    slideWidth: 300,
 +
    minSlides: 1,
 +
    maxSlides: 1,
 +
    slideMargin: 0,
 +
    captions: true,
 +
    adaptiveHeight: true,
 +
    preloadImages: 'all',
 +
    controls: false,
 +
    touchEnabled: false,
 +
    pager: false
 +
  });
 +
 +
$('.sliderstatic500').bxSlider({
 +
    slideWidth: 500,
 +
    minSlides: 1,
 +
    maxSlides: 1,
 +
    slideMargin: 0,
 +
    captions: true,
 +
    adaptiveHeight: true,
 +
    preloadImages: 'all',
 +
    controls: false,
 +
    touchEnabled: false,
 +
    pager: false
 +
  });
 +
 +
$('.Loading').hide('slow');
 +
//$('.Toehold').hide('slow');
 
});
 
});
 +
 +
 +
 +
 +
 +
 
</script>
 
</script>
 +
  
 
<style>
 
<style>
.Basic {
 
display: none;
 
}
 
  
.RNA {
+
.containerSlider300 {
display: none;
+
width: 350px;
 +
padding-left: 20px;
 
}
 
}
  
.Regulation {
+
.containerSlider400 {
display: none;
+
width: 450px;
 +
padding-left: 20px;
 
}
 
}
  
.Ribo {
+
.containerSlider500 {
display: none;
+
width: 550px;
 +
padding-left: 20px;
 
}
 
}
  
.buttons {
 
background-color: transparent;
 
}
 
  
#Basic, #RNA, #Regulation, #Ribo {
 
  
display: block;
+
</style>
  
cursor:pointer;
+
<div class="container">
 +
<!--
 +
<div class="Loading" style="position: fixed">
 +
<img src="https://static.igem.org/mediawiki/2015/4/4b/Exeter_loading.png" style="width:100%">
 +
</div>
 +
-->
 +
<h1>Toehold Background</h1>
  
padding: 12px 10px 0px 10px;
+
<!--Begin Level 3 Buttons
    height: 75px;
+
    width: 175px;
+
    background: #00A651;
+
    border: 2px solid #00A651;
+
    color: rgb(33,33,55);
+
    text-align: center;
+
    vertical-align: center;
+
    font-size: 20pt;
+
    font: bold 'Ek Mukta', Verdana, sans-serif;
+
    background: -webkit-linear-gradient(top, #00A651, #8CC63F);
+
    background: -moz-linear-gradient(top, #00A651, #8CC63F);
+
    background: -o-linear-gradient(top, #00A651, #8CC63F);
+
    background: -ms-linear-gradient(top, #00A651, #8CC63F);
+
    background: linear-gradient(top, #00A651, #8CC63F);
+
    -webkit-border-radius: 50px;
+
    -khtml-border-radius: 50px;
+
    -moz-border-radius: 50px;
+
    border-radius: 50px;
+
    -webkit-box-shadow: 0 8px 0 #1b383b;
+
    -moz-box-shadow: 0 8px 0 #1b383b;
+
    box-shadow: 0 8px 0 #00A651;
+
  }
+
  
</style>
+
<div id="topmenu">
 +
    <ul class="menucenter">
 +
        <li class="level_3"><a onclick="$('.Basic, .Trans, .RNA, .Toehold').hide('slow');$('.Ribo').toggle('slow')">
 +
            General Riboswitches
 +
            </a>
 +
        </li>
 +
        <li class="level_3"><a onclick="$('.Basic, .Trans, .RNA, .Ribo').hide('slow');$('.Toehold').toggle('slow')">
 +
            Synthetic Toehold Switches
 +
            </a>
 +
        </li>
  
 +
    </ul>
 +
</div>
  
 +
<!--End Level 3 Buttons-->
  
<h1>RNA and Riboswitches</h1>
 
  
<p style = "font-size: 20px; color: #608341"><b><em>"In the beginning, RNA was a simple molecule, but over time it has gained many functions. From self-replication, to storing and utilising information, to regulating cellular pathways, it is an example to all molecules..."</em></b></p>
+
<!--
  
<center>
+
<nav>
<table class="buttons">
+
  <ul class="pager">
<tr>
+
    <li class="previous"><a href="https://2015.igem.org/Team:Exeter/Fundamentals"><span aria-hidden="true">&larr;</span>Fundamental information</a></li>
<td>
+
  </ul>
<a onclick="$('.RNA, .Regulation, .Ribo').hide('slow');$('.Basic').show('slow')">
+
</nav>
  <div id="Basic">
+
    The Basic Principles
+
  </div>
+
</a>
+
</td>
+
<td>
+
&nbsp;&nbsp;
+
</td>
+
<td>
+
<a onclick="$('.Basic, .Regulation, .Ribo').hide('slow');$('.RNA').show('slow')">
+
  <div id="RNA">
+
    The RNA molecule
+
  </div>
+
</a>
+
</td>
+
<td>
+
&nbsp;&nbsp;
+
</td>
+
<td>
+
<a onclick="$('.Basic, .RNA, .Ribo').hide('slow');$('.Regulation').show('slow')">
+
  <div id="Regulation">
+
    RNA in Regulation
+
  </div>
+
</a>
+
</td>
+
<td>
+
&nbsp;&nbsp;
+
</td>
+
<td>
+
<a onclick="$('.Basic, .RNA, .Regulation').hide('slow');$('.Ribo').show('slow')">
+
  <div id="Ribo">
+
    Riboswitches
+
  </div>
+
</a>
+
</td>
+
</tr>
+
</table>
+
</br>
+
Click the buttons above to see information on the corresponding topic.
+
</center>
+
  
 +
-->
  
<h2 class="Basic"></br>The Basic Principles</h2>
+
<p>For more fundamental background information, <a href="https://2015.igem.org/Team:Exeter/Fundamentals">click here</a>.
  
<h4 class="Basic">The Basics of DNA:</h4>
+
<!--Start Riboswitches-->
  
  
<div class="Basic" style="float:right; width:220px; padding: 10px;">
+
 
<div class="Basic" style="float:right; width:200px; border: solid 1px black;"><img src="https://static.igem.org/mediawiki/2015/2/2d/Exeter_dsDNA_Green.png" width="198px"/>
+
 
</br>
+
<div class="Ribo">
Figure 1: DNA in a linear, double stranded helix structure.
+
 
 +
<h2>Riboswitches</h2>
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
<p>
 +
Riboswitches are essentially mRNA molecules which have a regulatory section which controls whether or not the protein coding section is read or not. There are quite a few different types of riboswitches, each with different mechanisms. In general, the presence or absence of a trigger (from small metal ions, amino acids, proteins and other RNA molecules), or changes in conditions such as temperature and pH, causes a change in conformation of the riboswitch which then either allows or stops the protein coding region from being read by a ribosome and the protein produced. Broadly, riboswitches can be put into two groups; those which act at the transcriptional level, and those at the translational level. This section will describe the general mechanisms of each type.
 +
</p>
 +
 
 +
 
 +
<h4>Transcriptional Control:</h4>
 +
 
 +
<div class="containerSlider500" style="float:right">
 +
<div class="sliderstatic500">
 +
 
 +
<div class="slide"><a href="https://static.igem.org/mediawiki/2015/9/96/Exeter_transcription_riboswitch.png"><img src="https://static.igem.org/mediawiki/2015/9/96/Exeter_transcription_riboswitch.png" title="Figure 1: Transcription-level riboswitch."></a></div>
 +
 
 
</div>
 
</div>
 
</div>
 
</div>
  
<p class="Basic">
+
<p>
DNA (Deoxyribonucleic acid) is a biological molecule made up of sub-units (termed nucleotides/bases) which has a double stranded helical structure (figure 1). There are four types of bases (Guanine (G), Cytosine (C), Adenosine (A), and Tyrosine (T)) which can be joined together in many different conformations to form different DNA molecules. Each type of base is able to pair with one other type; C pairs with G, and A pairs with T (figure 2). Bases which pair are described as being complementary.</br>
+
One of the main types of riboswitches controls the production of its own mRNA. During transcription, the riboswitch section of the mRNA is produced first while the rest of the coding section is being synthesised. This regulatory section is able to take on one of two structures depending on the presence/absence of a ligand or change in conditions.</br>
 
+
If the riboswitch is turned off by either the conditions or ligand presence, then it will cause a terminator to form in the mRNA and hence the RNA polymerase will stop transcription before the entire mRNA is produced, resulting in an essentially useless mRNA molecule. However, if the riboswitch is turned on, then an anti-terminator is formed instead and the RNA polymerase is able to read through the entire mRNA and allow the protein to be expressed (Figure 1).
DNA's primary job is to store biological information in the form of genes, which are encoded by the bases which make up the DNA molecule. For example, CGGGATGTATTAC could encode for a specific gene.</br>
+
 
</p>
 
</p>
  
<div class="Basic" style="float:left; width:700px; padding: 10px;">
+
 
<div class="Basic" style="width:700px; border: solid 1px black;"><img src="https://static.igem.org/mediawiki/2015/0/0b/Exeter_DNA_base_pairing.png" width="698px"/>
+
<h4>Translational control:</h4>
</br>
+
 
Figure 2: &nbsp;Top; A (adenine) & T (thymine), and C (cytosine) & G (guanine) base pairing. </br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
+
 
Bottom; Base pairing within a double helix.
+
<div class="containerSlider400" style="float:left">
 +
<div class="sliderstatic400">
 +
 
 +
<div class="slide"><a href="https://static.igem.org/mediawiki/2015/c/c4/Exeter_translation_riboswitch.png"><img src="https://static.igem.org/mediawiki/2015/c/c4/Exeter_translation_riboswitch.png" title="Figure 2: Transcription-level riboswitch."></a></div>
 +
 
 
</div>
 
</div>
 
</div>
 
</div>
  
<p class="Basic">
+
 
</br>
+
<p>
</br>
+
Riboswitches which act at the translational level usually work by sequestering the RBS (Ribosome Binding Site) away from the ribosome, and hence stop translation of the mRNA and protein production. There are different mechanisms of sequestering and revealing the RBS. One of these ways is through cleavage of the riboswitch. In the absence/presence of a certain ligand or condition, the riboswitch can take on a conformation in which a cleavage site is revealed. If the riboswitch becomes cleaved, then the RBS can be released and accessed by a ribosome, which can then read the protein coding region of the mRNA. The cleavage of this riboswitch can be carried out by a protein/ribozyme, or in some cases by the riboswitch itself.</br>
</br>
+
</br>
+
</br>
+
</br>
+
</br>
+
</br>
+
</br>
+
</br>
+
 
</br>
 
</br>
 +
Another way in which an RBS can be sequestered is by being placed within a loop structure. When in a loop structure, the ribosome is unable to bind to the RBS sequence, and hence the protein can't be produced. If a ligand/condition changes the conformation of the riboswitch causing the loop structure to be removed, then the ribosome becomes able to bind to the RBS and read the rest of the mRNA (Figure 2).
 
</p>
 
</p>
  
<div class="Basic" style="float:right; width:300px; padding: 10px;">
+
<h4>Other types of riboswitches:</h4>
<div class="Basic" style="width:300px; border: solid 1px black;"><img src="https://static.igem.org/mediawiki/2015/d/dc/Exeter_RNA_base_pairing.png" width="298px"/>
+
 
</br>
+
<p>
Figure 3: Adenine (A) and uracil (U) base pairing.
+
There are many types of riboswitches which are found in nature, each with a different type of mechanism. Our project is based around a specific riboswitch called a toehold switch. In the next section, the use of riboswitches in synthetic biology will be discussed in addition to a description of the structure and mechanism of a toehold switch.
</div>
+
</p>
 +
 
 +
 
 
</div>
 
</div>
  
  
  
<h4 class="Basic">The Basics of RNA:</h4>
+
<!--End Riboswitches-->
  
<p class="Basic">
 
  
RNA (RiboNucleic Acid) is similar to DNA in that it is a polymer molecule and made up of nucleotides/bases, but it differs in a few crucial ways. The first is that usually RNA is made up of only a single strand, as opposed to DNA's double stranded structure. The second is that in RNA, the Tyrosine (T) base is not used, instead it is replaced with Uracil (U), so that A pairs with U (figure 3).</br>
 
</p>
 
  
<h4 class="Basic">The Basics of Proteins:</h4>
 
  
  
<p class="Basic">
 
Proteins have many functions and properties. Proteins are also polymer molecules made up of subunits, but unlike with DNA and RNA these subunits are not bases/nucleotides, they are amino acids. Amino acids are relatively simple molecules which all share a generic structure, but have different functional (R) groups (figure 4). The interactions of the functional groups, both with other functional groups of the same/different proteins, and with other molecules/etc. in its environment, gives the protein its overall function. These functions can range from catalytic speed up the rate of a reaction) to structural (shape/strength of a cell), to virulence (causing disease in a host).</br>
 
</p>
 
  
<div class="Basic" style="float:left; width:950px; padding: 10px;">
+
 
<div class="Basic" style="width:950px; border: solid 1px black;">
+
 
<table class="buttons">
+
 
<tr>
+
<!--Begin Toehold Switches-->
<td>
+
 
<img src="https://static.igem.org/mediawiki/2015/c/c5/Exeter_AA_protein.png" width="600px"/>
+
 
</td>
+
 
<td>
+
 
Figure 4: Left; generic amino acid structure.</br>
+
 
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
+
 
Middle; protein structure of GFP.</br>
+
 
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
+
 
Right; segment of a protein polymer
+
 
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
+
<div class="Toehold">
sequence.
+
 
</td>
+
<h2>Natural and Synthetic Toehold Switches</h2>
</tr>
+
 
</table>
+
<div class="containerSlider300" style="float:left">
 +
<div class="sliderstatic300">
 +
 
 +
<div class="slide"><a href="https://static.igem.org/mediawiki/2015/a/a4/Exeter_general_toehold.png"><img src="https://static.igem.org/mediawiki/2015/a/a4/Exeter_general_toehold.png" title="Figure 3: General toehold structure."></a></div>
 +
 
 
</div>
 
</div>
 
</div>
 
</div>
  
 
+
<p>
<p class="Basic">
+
As has been discussed in the previous sections, RNA is an important molecule which is involved in many functions, including cellular regulation. Discussed in some detail in the previous section were riboswitches and the different types and mechanisms of action. For our project we have designed and improved upon a specific type of riboswitch; a toehold switch.</br>
</br>
+
</br>
+
 
</br>
 
</br>
 +
Toehold switches are riboswitches which regulate at the transcriptional level via RBS sequestration, and they are so named for the toehold structure which is an integral part of the riboswitch (figure 3). The basic mechanism of action is that an RNA molecule with a complementary sequence to that of the switch region of the toehold switch binds to the switch and causes the structure to open up, removing the toehold structure and revealing the RBS to allow the ribosome to bind. This mechanism is discussed in further detail below.</br>
 
</br>
 
</br>
</br>
 
</br>
 
</p>
 
  
 +
<h4>Green et al. 2014:</h4>
  
 
+
Riboswitches are found in abundance naturally in bacteria and work well as regulators, however synthetic biology is in the business of taking things found in nature and adapting them to our own needs. This is exactly what a research group led by Alexander Green (<a target="_blank" href="http://collinslab.mit.edu/files/cell_green.pdf">Green <em>et al.</em> 2014</a>) has done.</br>
<h4 class="Basic">The Central Dogma:</h4>
+
<p class="Basic">
+
In molecular biology, the central dogma explains the flow of genetic information; DNA to RNA to proteins. Essentially, this means that information is stored in the form of DNA (as explained above), converted into RNA, and then used to synthesise proteins. </br>
+
 
</br>
 
</br>
<u>Transcription</u>
+
<div class="containerSlider300" style="float:right">
</br>
+
<div class="sliderstatic300">
</p>
+
  
<div class="Basic" style="float:left; width:610px; padding: 10px;">
+
<div class="slide"><a href="https://static.igem.org/mediawiki/2015/5/50/Exeter_generic_riboswitch.png"><img src="https://static.igem.org/mediawiki/2015/5/50/Exeter_generic_riboswitch.png" title="Figure 4: General riboswitch structure."></a></div>
<div class="Basic" style="width:580px; height:178px; border: solid 1px black; background: #D1CEDC; padding: 5px 0px 0px 10px;">
+
<div class="slider1">
+
  <div class="slide"><img src="https://static.igem.org/mediawiki/2015/6/6e/Exeter_transcription1.png" width="500pt"></div>
+
  <div class="slide"><img src="https://static.igem.org/mediawiki/2015/b/bc/Exeter_transcription2.png" width="500pt"></div>
+
  <div class="slide"><img src="https://static.igem.org/mediawiki/2015/b/b6/Exeter_transcription3.png" width="500pt"></div>
+
  <div class="slide"><img src="https://static.igem.org/mediawiki/2015/8/87/Exeter_transcription4.png" width="500pt"></div>
+
  <div class="slide"><img src="https://static.igem.org/mediawiki/2015/9/95/Exeter_transcription5.png" width="500pt"></div>
+
</div>
+
<div class="Basic" style="width:580px; height:178px; background: #FFF; padding:-5px 0px 0px -10px; position: absolute;">
+
  
 
</div>
 
</div>
 
</div>
 
</div>
</div>
+
Riboswitches have the potential to be amazingly useful tools in a range of areas (discussed in more detail on the <a href="https://2015.igem.org/Team:Exeter/Future">'Future'</a> page), however natural riboswitches have a few issues which means that they are not as easy to use as tools as they might be. One of the limitations of these riboswitches is that they tend to have a low dynamic range. The dynamic range can be thought of as the ratio between the high and low levels of a signal - in the case of riboswitches this would be the ratio between the levels of protein controlled by the riboswitch when switch is on vs. off. Typically, natural riboswitches have dynamic ranges of about 55 fold for riboswitches which enhance protein production, and about 10 fold for those which repress production. Another limitation is that natural riboswitches tend to have significant cross-talk (i.e. their activity is able to be altered by more than one input), which can make their specificity relatively low.</br>
<p class="Basic">
+
The process of converting DNA to RNA is termed transcription (figure 5). Usually, a type of RNA called messenger RNA (mRNA) is synthesised during transcription using DNA as a template, meaning that the sequence of the RNA molecule is determined by the sequence of the DNA from which it is copied. There are many reasons why an intermediate is required instead of simply using DNA, including:
+
</p>
+
<ul class="Basic">
+
<li>Protection of DNA: damage to DNA can cause unfavourable mutations so it is safer to use a 'copy' rather than the original,</li>
+
<li>Regulatory reasons: the presence or absence of RNA can correspond to the presence/absence of the protein which it encodes for, meaning that it can be used to control cellular pathways</li>
+
<li>Inability of DNA to reach protein machinery: in eukaryotic cells (animals, plants, fungi, etc.), the DNA is separated from the rest of the cell by a nuclear envelope, DNA is unable to pass through this envelope but RNA is able to</li>
+
</ul>
+
 
</br>
 
</br>
<p class="Basic">
+
<div class="containerSlider300" style="float:left">
<u>Translation:</u>
+
<div class="sliderstatic300">
</br>
+
The second part of the central dogma is the synthesis of proteins using mRNA. mRNA is able to encode for amino acids through the use of 'triplets', also known as 'codons'. These are simply three bases on mRNA which corresponds to a single amino acid, of which there are 21 (natural) types (figure 6). For example, the codon AUG codes for the amino acid methionine (M).</br>
+
</br>
+
While codons allow mRNA to encode the amino acid sequence of a protein, they do not explain how this information is used practically. In order to do this, we must look at another type of RNA; tRNA (transfer RNA). As can be seen in figure 7, tRNA has an interesting secondary structure, and two important regions. The first of these regions is the attachment site at the top of the tRNA, which is where a specific amino acid to the tRNA is able to attach. The second region is the anti-codon at the bottom of the molecule. The anti-codon is complementary to the codon for the amino acid which is attached to that tRNA, allowing the tRNA to bind to the mRNA, and hence ensure that the amino acid is added to the sequence in the correct place (figure 8).</br>
+
</br>
+
There is still one more main part of the translation mechanism which is missing, and that is how the amide bonds between amino acids are formed in order to synthesis the protein. Once again, RNA comes to the rescue, this time in the form of rRNA (ribosomal RNA). The are different types of rRNA, and they come together (along with some proteins) to form a specific complex called a ribosome (figure 9, also pictured in our logo). The ribosome's job is to bind to the mRNA and 'read' along it, ensuring that the correct tRNAs are added at the right time (figure 10)
+
</p>
+
  
<h2 class="RNA">The RNA Molecule</h2>
+
<div class="slide"><a href="https://static.igem.org/mediawiki/2015/4/47/Exeter_design_constraints_toehold.png"><img src="https://static.igem.org/mediawiki/2015/4/47/Exeter_design_constraints_toehold.png" title="Figure 5: A toehold structure labelled according to design."></a></div>
  
<p class="RNA">
+
</div>
As has been mentioned briefly, RNA is a single stranded, helically structured polymer molecule made up of nucleotides/bases. While it may seem that this structure is simpler than DNA, because it doesn't have all of its bases already paired to its complementary strand means that the RNA's nucleotides are free to base pair in many different ways. For example, the RNA molecule could base pair with itself (figure 1a) or other molecules to form a complex (figure 1b).
+
</div>
 +
Synthetic biology is based on being able to easily engineer biological 'tools' to our own needs, however the structure of some natural riboswitches can make this difficult. Figure 4 shows a generic structure of many natural RNA-binding riboswitches. The region labelled as the 'switch region' is where the trigger RNA binds to activate the riboswitch. As can be seen, there are two regions which give constraints to the switch region sequence. The first of these are that a section near the middle of the switch region must show complementation to the RBS, the second is that the end of the region must follow the YUNR motif. The YUNR motif is a pattern of nucleotides which allows the binding of trigger RNA as either a loop-linear interaction, or a loop-loop interaction. These constraints increase the difficulty of engineering these riboswitches as trigger RNAs have the same constraints as the switch region. This can cause cross-talk between riboswitches within the same system as the triggers will have regions which show homology (the same/very similar) due to the same constraints being imposed upon them. If this issue could be worked around, then not only would it make riboswitches easier to engineer, but also reduce the issue of cross talk. In fact, this is exactly what Green <em>et al.</em> did.</br>
 
</br>
 
</br>
 +
The research group led by Alexander Green designed a toehold switch of the general structure shown in figure 5. As can be seen, the constraints placed upon the switch region in natural riboswitches are no longer present.</br>
 
</br>
 
</br>
The ways in which the RNA bases interact defines the (secondary) structure of the molecule, so therefore the sequence of the RNA molecule defines the structure of the molecule. This means that if a specific RNA structure is required, then it should be able to be achieved by giving the RNA a specific sequence. This is shown in figure 2. The RNA molecule has two sections which are complementary to each other, which can therefore base pair to create a stem region. The bases which are not complementary remain un-paired and create a loop at the top of the stem section. The fact that RNA is able to fold into many types of secondary structures means that it can have a variety of functions, including those of tRNA and rRNA, which were discussed in the previous section.</br>
+
<h4>Toehold switch mechanism:</h4>
</br>
+
<div class="containerSlider300" style="float:right">
RNA can also play an important role in regulating cell processes, this will be discussed in detail in the next section.
+
<div class="sliderstatic300">
  
</p>
+
<div class="slide"><a href="https://static.igem.org/mediawiki/2015/5/56/Exeter_functionality_toehold.png"><img src="https://static.igem.org/mediawiki/2015/5/56/Exeter_functionality_toehold.png" title="Figure 6: A toehold structure labelled according to functionality."></a></div>
<h2 class="Regulation">RNA in Regulation</h2>
+
  
<p class="Regulation">
+
</div>
There are a few ways in which RNA can be involved in regulation. The first of these is also the simplest; the amount of mRNA present. Simply, if there is more mRNA, then more protein will be made, and the pathway in which the protein is involved increases in activity. If there is less mRNA present, then the reverse occurs. While this idea may be simple conceptually, there are many ways in which the amount of mRNA can be controlled. The first is also a simple idea; produce less mRNA from the DNA in the first place. This can be achieved by 'down regulating' the expression of the gene which encodes for the mRNA through inactivation of transcription factors or activation of inhibitors.</br>
+
</div>
 +
The toehold switch mechanism is similar to any other RNA-binding riboswitch which regulates at the translational level. The trigger RNA binds to the switch region of the toehold in a linear-linear way, causing the toehold structure to open up. This then releases the RBS from the loop, allowing a ribosome to bind it in a linear-linear way. The ribosome can then read along the coding region of the toehold switch, hence giving off a signal. The Green <em>et al.</em> 2014 paper shows that toehold switches of this design are able to have dynamic ranges of over 400 (comparable to below 60 for natural riboswitches), and a crosstalk level of below 12%. These changes mean that toehold switches are more suitable for use in synthetic systems.</br>
 
</br>
 
</br>
Another way in which the amount of mRNA can be controlled is through the degradation of existing mRNA. This can be achieved through the use of a complex called RISC (RNA-induced silencing complex) and dsRNA (double stranded RNA) or shRNA (small hairpin RNA). The mechanism for this is shown in figure 2. Essentially, the dsRNA/shRNA is cleaved in several places to form small dsRNA fragments, now termed miRNA (micro RNA). The miRNA can then bind to the RISC and one strand is digested, causing it to become ssRNA (single stranded). The miRNA can now act as a guide strand and bind to an mRNA which has a complementary section. Once bound, the RISC can cleave the mRNA, inactivating it. This mechanism is found in eukaryotic cells (animals, plants, fungi, etc.).</br>
+
<h4>Our Development:</h4>
 +
These toehold switches show amazing potential in many areas, but we think that the area of diagnostics could greatly benefit from the development of toehold switches. This is why we decided to develop further the toehold switches made by Green <em>et al.</em>. We plan to develop a standard toehold switch which can be changed in a relatively simple way in order to detect any given RNA, and hence diagnose many different diseases. We also wish to make a set of toehold switches with different indicators, mainly fluorescence, colour change, and luminescence. Another of our goals is to characterise toehold switches in a cell free system, and use the data from this to inform a model, which could then predict how other toeholds may act under the same conditions without carrying out many different experiments.</br>
 
</br>
 
</br>
Another way in which RNA can be involved in regulation is through the formation of riboswitches. These are discussed in detail in the next section.
+
</br>
 +
</div>
  
</p>
+
<!-- This is where my buttons are -->
  
<h2 class="Ribo">Riboswitches</h2>
+
<nav>
 +
  <ul class="pager">
 +
    <li class="previous"><a href="https://2015.igem.org/Team:Exeter/Design"><span aria-hidden="true">&larr;</span>Design</a></li>
 +
    <li class="next"><a href="https://2015.igem.org/Team:Exeter/diary">Diary<span aria-hidden="true">&rarr;</span></a></li>
 +
  </ul>
 +
</nav>
  
<p class="Ribo">
+
<!-- Buttons stop -->
Riboswitches can be thought of as a part of an mRNA molecule which is capable of regulating itself. There are many different types, each with slightly different mechanisms, however all types of riboswitches share in common that they have an 'on' and 'off' state, and that this state can be determined by the binding of a (small) molecule, i.e a ligand. Below are some types of riboswitches and the mechanisms by which they 'turn on/off' mRNA.
+
</p>
+
  
<h4 class="Ribo">Transcriptional control:</h4>
+
</div>
  
<p class="Ribo">
 
These types of riboswitches are able to control whether/how much of the mRNA is transcribed (made from the DNA). The way in which is these switches work is  by the formation of either a terminator or anti-terminator secondary structure, depending on whether a ligand is bound or not. Figure 1 shows a general mechanism for this. Briefly, during transcription a ligand can bind and change the conformation of the RNA which has already been synthesised. This conformational change can cause the formation of either a terminator or anti-terminator. If a terminator is formed, then transcription is halted and the full mRNA is not produced, however if an anti-terminator is formed then transcription is able to progress and the full mRNA is able to be made.
 
</p>
 
 
<h4 class="Ribo">Translational control - RBS sequestration:</h4>
 
 
<p class="Ribo">
 
Riboswitches which control translation allow the full mRNA to be produced no matter what, however the state of the switch decides whether the mRNA is translated into a protein. mRNA contains a ribosome binding site (RBS) to which a ribosome can bind. The ribosome then reads along the RNA until it reaches an AUG codon - a start codon, at which point the protein begins to be synthesised. The riboswitch is able to stop this from happening by taking on a conformation which can sequester the RBS away from the ribosome, and hence inhibit translation/protein synthesis (figure 2).
 
</p>
 
 
<h4 class="Ribo">Translational control - self-cleavage:</h4>
 
 
<p class="Ribo">
 
These types of riboswitches are similar to the type described above in that they both exhibit control at the translational level, and they both inhibit translation by sequestering the RBS, however this type of riboswitch has a slightly different mechanism. The action of the ligand binding/un-binding changes the conformation of the switch such that a cleavage site is either exposed or hidden. When the cleavage site is exposed, the switch can be cut in that place and release the mRNA, along with its RBS, and allow it to be translated. While the switch is whole, however, the RBS remains hidden (figure 3).
 
</p>
 
 
<h4 class="Ribo">Other types of Riboswitches:</h4>
 
 
<p class="Ribo">
 
There are many more types of riboswitches than those listed above, and each different riboswitch will have a slightly different mechanism, however from those described above the idea of a riboswitch should be clear.
 
</p>
 
 
</html>
 
</html>
 
{{Exeterfooter}}
 
{{Exeterfooter}}

Latest revision as of 01:38, 19 September 2015

Toehold Background

For more fundamental background information, click here.

Riboswitches

Riboswitches are essentially mRNA molecules which have a regulatory section which controls whether or not the protein coding section is read or not. There are quite a few different types of riboswitches, each with different mechanisms. In general, the presence or absence of a trigger (from small metal ions, amino acids, proteins and other RNA molecules), or changes in conditions such as temperature and pH, causes a change in conformation of the riboswitch which then either allows or stops the protein coding region from being read by a ribosome and the protein produced. Broadly, riboswitches can be put into two groups; those which act at the transcriptional level, and those at the translational level. This section will describe the general mechanisms of each type.

Transcriptional Control:

One of the main types of riboswitches controls the production of its own mRNA. During transcription, the riboswitch section of the mRNA is produced first while the rest of the coding section is being synthesised. This regulatory section is able to take on one of two structures depending on the presence/absence of a ligand or change in conditions.
If the riboswitch is turned off by either the conditions or ligand presence, then it will cause a terminator to form in the mRNA and hence the RNA polymerase will stop transcription before the entire mRNA is produced, resulting in an essentially useless mRNA molecule. However, if the riboswitch is turned on, then an anti-terminator is formed instead and the RNA polymerase is able to read through the entire mRNA and allow the protein to be expressed (Figure 1).

Translational control:

Riboswitches which act at the translational level usually work by sequestering the RBS (Ribosome Binding Site) away from the ribosome, and hence stop translation of the mRNA and protein production. There are different mechanisms of sequestering and revealing the RBS. One of these ways is through cleavage of the riboswitch. In the absence/presence of a certain ligand or condition, the riboswitch can take on a conformation in which a cleavage site is revealed. If the riboswitch becomes cleaved, then the RBS can be released and accessed by a ribosome, which can then read the protein coding region of the mRNA. The cleavage of this riboswitch can be carried out by a protein/ribozyme, or in some cases by the riboswitch itself.

Another way in which an RBS can be sequestered is by being placed within a loop structure. When in a loop structure, the ribosome is unable to bind to the RBS sequence, and hence the protein can't be produced. If a ligand/condition changes the conformation of the riboswitch causing the loop structure to be removed, then the ribosome becomes able to bind to the RBS and read the rest of the mRNA (Figure 2).

Other types of riboswitches:

There are many types of riboswitches which are found in nature, each with a different type of mechanism. Our project is based around a specific riboswitch called a toehold switch. In the next section, the use of riboswitches in synthetic biology will be discussed in addition to a description of the structure and mechanism of a toehold switch.

Natural and Synthetic Toehold Switches

As has been discussed in the previous sections, RNA is an important molecule which is involved in many functions, including cellular regulation. Discussed in some detail in the previous section were riboswitches and the different types and mechanisms of action. For our project we have designed and improved upon a specific type of riboswitch; a toehold switch.

Toehold switches are riboswitches which regulate at the transcriptional level via RBS sequestration, and they are so named for the toehold structure which is an integral part of the riboswitch (figure 3). The basic mechanism of action is that an RNA molecule with a complementary sequence to that of the switch region of the toehold switch binds to the switch and causes the structure to open up, removing the toehold structure and revealing the RBS to allow the ribosome to bind. This mechanism is discussed in further detail below.

Green et al. 2014:

Riboswitches are found in abundance naturally in bacteria and work well as regulators, however synthetic biology is in the business of taking things found in nature and adapting them to our own needs. This is exactly what a research group led by Alexander Green (Green et al. 2014) has done.

Riboswitches have the potential to be amazingly useful tools in a range of areas (discussed in more detail on the 'Future' page), however natural riboswitches have a few issues which means that they are not as easy to use as tools as they might be. One of the limitations of these riboswitches is that they tend to have a low dynamic range. The dynamic range can be thought of as the ratio between the high and low levels of a signal - in the case of riboswitches this would be the ratio between the levels of protein controlled by the riboswitch when switch is on vs. off. Typically, natural riboswitches have dynamic ranges of about 55 fold for riboswitches which enhance protein production, and about 10 fold for those which repress production. Another limitation is that natural riboswitches tend to have significant cross-talk (i.e. their activity is able to be altered by more than one input), which can make their specificity relatively low.

Synthetic biology is based on being able to easily engineer biological 'tools' to our own needs, however the structure of some natural riboswitches can make this difficult. Figure 4 shows a generic structure of many natural RNA-binding riboswitches. The region labelled as the 'switch region' is where the trigger RNA binds to activate the riboswitch. As can be seen, there are two regions which give constraints to the switch region sequence. The first of these are that a section near the middle of the switch region must show complementation to the RBS, the second is that the end of the region must follow the YUNR motif. The YUNR motif is a pattern of nucleotides which allows the binding of trigger RNA as either a loop-linear interaction, or a loop-loop interaction. These constraints increase the difficulty of engineering these riboswitches as trigger RNAs have the same constraints as the switch region. This can cause cross-talk between riboswitches within the same system as the triggers will have regions which show homology (the same/very similar) due to the same constraints being imposed upon them. If this issue could be worked around, then not only would it make riboswitches easier to engineer, but also reduce the issue of cross talk. In fact, this is exactly what Green et al. did.

The research group led by Alexander Green designed a toehold switch of the general structure shown in figure 5. As can be seen, the constraints placed upon the switch region in natural riboswitches are no longer present.

Toehold switch mechanism:

The toehold switch mechanism is similar to any other RNA-binding riboswitch which regulates at the translational level. The trigger RNA binds to the switch region of the toehold in a linear-linear way, causing the toehold structure to open up. This then releases the RBS from the loop, allowing a ribosome to bind it in a linear-linear way. The ribosome can then read along the coding region of the toehold switch, hence giving off a signal. The Green et al. 2014 paper shows that toehold switches of this design are able to have dynamic ranges of over 400 (comparable to below 60 for natural riboswitches), and a crosstalk level of below 12%. These changes mean that toehold switches are more suitable for use in synthetic systems.

Our Development:

These toehold switches show amazing potential in many areas, but we think that the area of diagnostics could greatly benefit from the development of toehold switches. This is why we decided to develop further the toehold switches made by Green et al.. We plan to develop a standard toehold switch which can be changed in a relatively simple way in order to detect any given RNA, and hence diagnose many different diseases. We also wish to make a set of toehold switches with different indicators, mainly fluorescence, colour change, and luminescence. Another of our goals is to characterise toehold switches in a cell free system, and use the data from this to inform a model, which could then predict how other toeholds may act under the same conditions without carrying out many different experiments.


  • Contact us:
    exeterigem@gmail.com