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

 
(178 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&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>
Line 15: Line 13:
  
 
$(document).ready(function(){
 
$(document).ready(function(){
  $('.slider500').bxSlider({
+
//$('.Basic, .Trans, .RNA, .Ribo, .Toehold').show('fast');
 +
 
 +
var slider = $('.slider500').bxSlider({
 
     slideWidth: 500,
 
     slideWidth: 500,
 
     minSlides: 1,
 
     minSlides: 1,
Line 44: Line 44:
 
     preloadImages: 'all'
 
     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>
 
  
<style>
 
  
  
/* Hide level 3 text */
 
  
.Basic {
 
display: none;
 
}
 
  
.Trans {
 
display: none;
 
}
 
  
.Regulation {
+
</script>
display: none;
+
 
}
+
 
 +
<style>
  
.Ribo {
+
.containerSlider300 {
display: none;
+
width: 350px;
 +
padding-left: 20px;
 
}
 
}
  
.Toehold {
+
.containerSlider400 {
display: none;
+
width: 450px;
 +
padding-left: 20px;
 
}
 
}
  
.buttons {
+
.containerSlider500 {
background-color: transparent;
+
width: 550px;
 +
padding-left: 20px;
 
}
 
}
  
  
/* Level 3 Buttons CSS */
 
  
 +
</style>
  
#Basic, #Trans, #Regulation, #Ribo, #Toehold {
+
<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>
  
display: block;
+
<!--Begin Level 3 Buttons
  
cursor:pointer;
+
<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>
  
padding: 12px 10px 0px 10px;
+
     </ul>
    height: 75px;
+
</div>
    width: 175px;
+
    background: #00A651;
+
    border: 2px solid #00A651;
+
    color: rgb(33,33,55);
+
    text-align: center;
+
    vertical-align: center;
+
    font-size: 15pt;
+
    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>
+
<!--End Level 3 Buttons-->
  
  
 +
<!--
  
 +
<nav>
 +
  <ul class="pager">
 +
    <li class="previous"><a href="https://2015.igem.org/Team:Exeter/Fundamentals"><span aria-hidden="true">&larr;</span>Fundamental information</a></li>
 +
  </ul>
 +
</nav>
  
<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>
+
<p>For more fundamental background information, <a href="https://2015.igem.org/Team:Exeter/Fundamentals">click here</a>.
  
 +
<!--Start Riboswitches-->
  
<!--Begin Level 3 Buttons-->
 
  
<center>
 
<table class="buttons">
 
<tr>
 
<td>
 
<a onclick="$('.Trans, .Regulation, .Ribo, .Toehold').hide('slow');$('.Basic').show('slow')">
 
  <div id="Basic">
 
    The Basic Molecules of Life
 
  </div>
 
</a>
 
</td>
 
<td>
 
&nbsp;&nbsp;
 
</td>
 
<td>
 
<a onclick="$('.Basic, .Regulation, .Ribo, .Toehold').hide('slow');$('.Trans').show('slow')">
 
  <div id="Trans">
 
    Transcription and Translation
 
  </div>
 
</a>
 
</td>
 
<td>
 
&nbsp;&nbsp;
 
</td>
 
<td>
 
<a onclick="$('.Basic, .Trans, .Ribo, .Toehold').hide('slow');$('.Regulation').show('slow')">
 
  <div id="Regulation">
 
    RNA in Regulation
 
  </div>
 
</a>
 
</td>
 
<td>
 
&nbsp;&nbsp;
 
</td>
 
<td>
 
<a onclick="$('.Basic, .Trans, .Regulation, .Toehold').hide('slow');$('.Ribo').show('slow')">
 
  <div id="Ribo">
 
    General Riboswitches
 
  </div>
 
</a>
 
</td>
 
<td>
 
&nbsp;&nbsp;
 
</td>
 
<td>
 
<a onclick="$('.Basic, .Trans, .Regulation, .Ribo').hide('slow');$('.Toehold').show('slow')">
 
  <div id="Toehold">
 
    Toehold Switches
 
  </div>
 
</a>
 
</td>
 
</tr>
 
</table>
 
</br>
 
Click the buttons above to see information on the corresponding topic.
 
</center>
 
  
<!--End Level 3 Buttons-->
 
  
 +
<div class="Ribo">
  
<!--Begin Basic Molecules of Life-->
+
<h2>Riboswitches</h2>
  
  
  
<div class="Basic">
 
  
<h2>The Basic Molecules of Life</h2>
 
  
<h4>The Basics of DNA:</h4>
 
  
<div style="float:left; width:170px; padding: 10px;">
 
<div style="width:150px; border: solid 1px black;"><img src="https://static.igem.org/mediawiki/2015/2/2d/Exeter_dsDNA_Green.png" width="148px"/>
 
</br>
 
Figure 1: DNA in a linear, double stranded helix structure.
 
</div>
 
</div>
 
 
<div style="float:right; width:520px; padding: 10px;">
 
<div style="width:500px; border: solid 1px black;"><img src="https://static.igem.org/mediawiki/2015/0/0b/Exeter_DNA_base_pairing.png" width="498px"/>
 
</br>
 
Figure 2: Base pairing within a double helix DNA molecule.
 
</div>
 
</div>
 
  
 
<p>
 
<p>
DNA (deoxyribonucleic acid) is a biological molecule found in all forms of life, excepting some types of viruses. DNA is known as a polymer molecule, which means that it is made up of many subunits. In DNA, these subunits are known as nucleotides/bases, of which there are four types; adenine (A), thymine (T), guanine (G), and cytosine (C). Each nucleotide in DNA has three main sections; a phosphate group, a deoxyribose sugar, and the nucleotide (either A, T, C or G). These nucleotides are joined together via phosphodiester bonds between the phosphate group of one nucleotide's phosphate group and another nucleotide's deoxyribose sugar to form a phosphate backbone, which makes up the backbone of DNA. The DNA molecule also has direction (i.e. it has a beginning and an end). The beginning is known as the 5' (five prime) end, and the end is known as the 3' (three prime). New DNA bases (nucleotides) join on to the 3' end of the existing DNA molecule. (figure 1).</br>
+
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.
</br>
+
As well as nucleotides being able to join to adjacent nucleotides via phosphodiester bonds, each type of nucleotide is able to bond to another specific nucleotide perpendicular (at right angles to) the phosphate backbone via H-bonds in a process known as base pairing. In DNA, adenine (A) is able to base pair to thymine (T), and guanine (G) to cytosine (C). Nucleotides which base pair are called complementary, therefore A & T are complementary, as are G & C. In nature, DNA is rarely found as a single strand, instead it is found as a complex of two DNA strands, one wrapped around the other to give the familiar double stranded helix structure associated with DNA. Each DNA strand is anti-parallel and complementary to the other (i.e. their directions are opposite and where one strand has, for example, an A, the other will have a T). The DNA strand which is in the 5' to 3' orientation is called the sense strand, and the strand which runs from 3' to 5' is known as the antisense strand (figure 2).</br>
+
</br>
+
DNA's primary role in cells is to store genetic information. The information stored on DNA molecules refers to the characteristics and functions of a cell, and therefore the entire organism. In multicellular organisms (e.g. animals), each cell contains identical genetic information, however the information which is used depends on the type of cell. For example, cells which make up the eyes will use information corresponding to sight and eye colour, while muscle cells will use information which corresponds to contraction and relaxation of the cells during use.</br>
+
The genetic information on DNA is stored in discrete units called genes. Each gene contains information which corresponds to at least one characteristic/function of the cell (And therefore the organism), and is encoded in the language of nucleotides. The sequence of nucleotides within a gene (e.g. ATTCTGCTA) is used to produce a specific molecule (normally a protein). This process is described in more detail in the next section; 'Translation and Transcription'. (Figure 3).
+
 
</p>
 
</p>
  
  
<div style="float:right; width:490px;">
+
<h4>Transcriptional Control:</h4>
<div class="slider400">
+
  <div class="slide"><img src="https://static.igem.org/mediawiki/2015/c/cb/Exeter_A%26T.png" title="Figure 3: Adenine (A) and thymine (T) pairing"></div>
+
  <div class="slide"><img src="https://static.igem.org/mediawiki/2015/a/a8/Exeter_G%26C.png" title="Figure 3: Cytosine (C) and guanine (G) pairing"></div>
+
</div>
+
</div>
+
  
 +
<div class="containerSlider500" style="float:right">
 +
<div class="sliderstatic500">
  
<h4>The Basics of RNA:</h4>
+
<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 style="float:left; width:320px; padding: 10px;">
 
<div 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>
 
Figure 4: Adenine (A) and uracil (U) base pairing.
 
 
</div>
 
</div>
 
</div>
 
</div>
  
 
<p>
 
<p>
RNA (ribonucleic acid) is another polymer molecule which shares some similarity with DNA. The subunits which make up RNA (called ribonucleotides/bases) are similar to those which make up DNA, however they have a few crucial differences. The first is that while both DNA and RNA bases contain a phosphate group and the nucleotide, instead of a deoxyribose sugar, ribonucleotides have a ribose sugar. In addition, in RNA there is no thymine (T) bases, instead there is another type of base called uracil (U). A and U are complementary in RNA. Excepting these differences, the basic structure of RNA is very similar to that of DNA; they both have directions (5' to 3'), and both have their subunits joined by phosphodiester bonds to form a phosphate backbone (figure 4).</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>
</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).
Another difference between DNA and RNA is that RNA is often found as a single strand, as opposed to the double stranded helix of DNA. Although this may make it seem like RNA will be found as a linear molecule, it is important to realise that this is not the case; RNA can actually have more complex structures than DNA. As the RNA strand is not bound to another RNA strand, it has all of its ribonucleotides free to base pair, which they do. The ribonucleotides can bind with complementary bases on the same RNA strand, or indeed with those on other RNA strands to form an RNA-RNA complex (although it is rare that this complex will have the double helix structure of DNA). This allows RNA to have a great many structures (figure 5).</br>
+
</br>
+
As many diferent structures of RNA can be formed within a cell, it is perhaps not surprising that there are many types of RNA, each with different functions within the cell. Three types of RNA are used in the process of utilising the genetic information stored on DNA, and is described in the next section; 'Transcription and Translation'. Other functions of RNA are described in the section 'The Functions of RNA'.
+
 
</p>
 
</p>
  
<h4 >The Basics of Proteins:</h4>
 
  
<div style="float:right; width:390px">
+
<h4>Translational control:</h4>
<div class="slider300">
+
  <div class="slide"><img src="https://static.igem.org/mediawiki/2015/2/21/Exeter_AA.png" title="Figure 5: Amino acid general structure."></div>
+
  <div class="slide"><img src="https://static.igem.org/mediawiki/2015/0/04/Exeter_AA_polymer.png" title="Figure 5: Section of an amino acid polymer."></div>
+
  <div class="slide"><img src="https://static.igem.org/mediawiki/2015/a/a5/Exeter_protein_structure.png" title="Figure 5: Protein structure of GFP."></div>
+
</div>
+
</div>
+
  
<p>
 
Proteins are another type of biological molecule, which is a polymer like DNA and RNA, however the subunits which make up proteins are known as amino acids. There are 21 types of (natural) amino acid, and all of them share a similar structure; a hydrogen group (H), a carboxylic acid group (COOH), an amino group (NH2), and a functional group (R). The functional group is different for each type of amino acid. Unlike with DNA and RNA, amino acids are no joined by phosphodiester bonds, but by amide bonds between the carboxylic acid group of one amino acid, and the amino group of another.</br>
 
</br>
 
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 (figure 6). These functions can range from catalytic speed up the rate of a reaction) to structural (shape/strength of a cell), to virulence (causing disease). As has been eluded to before, these proteins are encoded for by DNA and the production of them involves RNA. In the next section we will see how exactly this mechanism works.
 
</p>
 
  
</div>
+
<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>
  
<!--End Basic Molecules of Life-->
 
 
 
<!--Begin Transcription and Translation-->
 
 
 
<div class="Trans">
 
 
<h2>Transcription and Translation</h2>
 
 
<h4>The Central Dogma:</h4>
 
  
 
<p>
 
<p>
In molecular biology, the central dogma explains the flow of genetic information from DNA to RNA to proteins. Essentially, this means that information is stored in the form of DNA, converted into RNA, and then used to synthesise proteins. In the previous section we described briefly the structures and roles of DNA, RNA, and proteins. In this section we will show the process of the central dogma (DNA to RNA, and RNA to protein), and look more in depth at the roles of each molecule in this process, also known as protein synthesis.</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>
+
 
+
 
+
<h4>Transcription:</h4>
+
 
</br>
 
</br>
Transcription is the term given to the process of converting the information found on DNA to RNA. It may seem unnecessary to use an RNA intermediate instead of simply using DNA. There are a few reasons for this, the main ones being:
+
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>
<ul>
 
<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>
 
The process of converting information from DNA to an RNA form requires the use of a protein known as RNA polymerase. RNA polymerase initially binds to a specific type of sequence on a DNA molecule known as a promoter. Promoters are usually relatively short in length (~30 to 50 nucleotides) and are found preceding a gene. Different promoters can have different 'strengths', with a strong promoter causing more mRNA to be produced than a weak one.</br>
 
</br>
 
Once bound, the RNA polymerase causes a short section of the DNA to unwind out of its helical structure, and breaks the H-bonds used in base pairing to separate the two DNA strands, creating what is known as a <em>transcription bubble</em>. The RNA polymerase then reads along the antisense strand of the DNA molecule, elongating the transcription bubble as it goes. The antisense strand is used as a template to synthesise a new RNA molecule, which is called messenger RNA (mRNA). The mRNA molecule which is produced can be thought of as the 'RNA version' of the sense strand of the DNA molecule. This is because the RNA molecule formed is antiparallel (opposite and complementary) to the antisense strand from which it is synthesised. It is the RNA version as where any thymines (Ts) would be added, uracil (U) is added instead. When the RNA polymerase reaches the end of the gene, it will find a terminator which causes it to 'fall off' of the DNA molecule and release the newly synthesised mRNA molecule.</br>
 
</br>
 
<h4>Translation
 
 
 
 
 
 
  
 +
<h4>Other types of riboswitches:</h4>
  
 +
<p>
 +
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.
 
</p>
 
</p>
  
  
<div class="slider500">
 
  <div class="slide"><img src="https://static.igem.org/mediawiki/2015/6/6e/Exeter_transcription1.png" height="156px" title="Figure 6: Transcription"></div>
 
  <div class="slide"><img src="https://static.igem.org/mediawiki/2015/b/bc/Exeter_transcription2.png" height="156px"></div>
 
  <div class="slide"><img src="https://static.igem.org/mediawiki/2015/b/b6/Exeter_transcription3.png" height="156px"></div>
 
  <div class="slide"><img src="https://static.igem.org/mediawiki/2015/8/87/Exeter_transcription4.png" height="156px"></div>
 
  <div class="slide"><img src="https://static.igem.org/mediawiki/2015/9/95/Exeter_transcription5.png" height="156px"></div>
 
 
</div>
 
</div>
  
</br>
 
  
  
<div style="float:right; width:220px; padding: 10px;">
+
<!--End Riboswitches-->
<div style="float:right; width:200px; border: solid 1px black;"><img src="https://static.igem.org/mediawiki/2015/7/7f/Exeter_tRNA.png" width="198px"/>
+
</br>
+
Figure 8: tRNA (transfer RNA) secondary structure.
+
</div>
+
</div>
+
  
  
<u>Translation:</u>
 
</br>
 
  
  
  
  
<p>
 
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 7). For example, the codon AUG codes for the amino acid methionine (M).</br>
 
</p>
 
  
  
<div style="float:left; width:320px; padding: 10px;">
 
<div style="width:300px; border: solid 1px black;"><img src="https://static.igem.org/mediawiki/2015/7/75/Exeter_amino_acid_table.png" width="298px"/>
 
</br>
 
Figure 7: Amino acid codon table.
 
</div>
 
</div>
 
  
<p>
+
<!--Begin Toehold Switches-->
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 8, 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.</br>
+
</p>
+
  
<div style="float:right; width:220px; padding: 10px;">
 
<div style="float:right; width:200px; border: solid 1px black;"><img src="https://static.igem.org/mediawiki/2015/f/f5/Exeter_general_ribosome.png" width="198px"/>
 
</br>
 
Figure 9: A ribosome bound to a strand of mRNA.
 
</div>
 
</div>
 
<p>
 
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>
 
  
  
<div class="slider500">
 
  <div class="slide"><img src="https://static.igem.org/mediawiki/2015/1/1a/Exeter_translation1.png" title="Figure 10: Translation"></div>
 
  <div class="slide"><img src="https://static.igem.org/mediawiki/2015/8/83/Exeter_translation2.png"></div>
 
  <div class="slide"><img src="https://static.igem.org/mediawiki/2015/8/88/Exeter_translation3.png"></div>
 
  <div class="slide"><img src="https://static.igem.org/mediawiki/2015/4/4c/Exeter_translation4.png"></div>
 
</div>
 
  
</div>
 
  
  
  
<div class="Regulation">
 
  
<h2>RNA in Regulation</h2>
 
  
<p>
+
<div class="Toehold">
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>
+
</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>
+
</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.
+
  
</p>
+
<h2>Natural and Synthetic Toehold Switches</h2>
  
</div>
+
<div class="containerSlider300" style="float:left">
 
+
<div class="sliderstatic300">
<div class="Ribo">
+
 
+
<h2>Riboswitches</h2>
+
  
 +
<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 style="float:right; width:390px">
 
<div class="slider300">
 
  <div class="slide"><img src="https://static.igem.org/mediawiki/2015/f/fb/Exeter_RNA_self_binding.png" title="Figure 1: RNA strand binding to itself."></div>
 
  <div class="slide"><img src="https://static.igem.org/mediawiki/2015/2/26/Exeter_RNA-RNA_complex.png" title="Figure 1: RNA-RNA complex."></div>
 
 
</div>
 
</div>
 
</div>
 
</div>
 
 
  
 
<p>
 
<p>
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).
+
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>
 +
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>
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>
 
</br>
 
RNA can also play an important role in regulating cell processes, this will be discussed in detail in the next section.
 
</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>
 +
</br>
 +
<div class="containerSlider300" style="float:right">
 +
<div class="sliderstatic300">
  
<p>
+
<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>
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>Transcriptional control:</h4>
+
</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>
 +
</br>
 +
<div class="containerSlider300" style="float:left">
 +
<div class="sliderstatic300">
  
<p>
+
<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>
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>Translational control - RBS sequestration:</h4>
+
 
+
<p>
+
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>Translational control - self-cleavage:</h4>
+
 
+
<p>
+
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>Other types of Riboswitches:</h4>
+
 
+
<p>
+
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>
+
  
 
</div>
 
</div>
 
+
</div>
<div class="Toehold">
+
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>
 
+
<h2>Toehold Switches</h2>
+
 
+
<p>
+
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>
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 1). 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>
+
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>
 +
<h4>Toehold switch mechanism:</h4>
 +
<div class="containerSlider300" style="float:right">
 +
<div class="sliderstatic300">
  
<h4>Green et al. 2014:</h4>
+
<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>
  
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 href="http://collinslab.mit.edu/files/cell_green.pdf">Green <em>et al.</em> 2014</a>) has done.</br>
+
</div>
</br>
+
</div>
Riboswitches have the potential to be amazingly useful tools in a range of areas (discussed in more detail <a href="">To Be Added</a>), 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>
+
</br>
+
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 2 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 (figure 2). 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>
+
The research group led by Green designed a toehold switch of the general structure shown in figure 3. As can be seen, the constraints placed upon the switch region in natural riboswitches are no longer present.</br>
+
</br>
+
<h4>Toehold switch mechanism:</h4>
+
 
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>
 
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>
 
<h4>Our Development:</h4>
 
<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 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 the use of our toehold switches in a cell free system, meaning that unlike in the original paper, bacterial cells will not be required to express the toehold switches therefore removing biosafety issues in a diagnostic application of our switches.</br>
+
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>
 
</br>
 
</br>
 
</div>
 
</div>
  
 +
<!-- This is where my buttons are -->
 +
 +
<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>
 +
 +
<!-- Buttons stop -->
 +
 +
</div>
  
 
</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