Biomod/2014/UCR/Breaking RNA/Results

From OpenWetWare
Jump to navigationJump to search

<html lang=""> <head>

  <meta charset='utf-8'>
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <link rel="stylesheet" href="styles.css">
  <script src="http://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script>
  <script src="script.js"></script>
  <title>Breaking RNA</title>

<style>

  1. column-one,.toc {
 display: none;

} body.mediawiki {

 background: url(http://openwetware.org/images/8/8c/Breaking_RNA_Background.png);
 background-size: cover;

}

  1. globalWrapper{
 width: 80%;
 margin-left: 10%;
 position: absolute;

}

  1. content{
 margin: 0px;

<!-- background: #e6e6e6; -->

 background: white;

}

h1,h2,h3,p,ul,li {

 font-family: 'Open Sans', sans-serif;
 font-weight: 300;
 color: Black;
 text-align: justify;

} h1

  {
   text-align: center;
  }

h3

  {
   font-size: 20px;
   position: relative;
   text-align:center;
  }

p

  {
   font-size: 16px;
   line-height: 30px;
   padding: 10px 150px;
  }
  1. objectives
  {
  }
  1. objectives ul
  {
   padding: 0 0 0 30%;
   margin: 0 auto;
  }
  1. objectives li
  {
   font-size: 18px;
   list-style: none;
   line-height: 30px;
  }
  1. submenu
  {
   margin: 0px 40px 0px 22px;
  }
  1. submenu a
  {
   color: black;
   text-decoration: underline;
  }
  1. submenu a:hover
  {
   color: rgba(255,255,255,0.99);
  }
  1. submenu ul
  {
   text-align: center;
   padding: 8px 0px;
   border: 3px solid black;
   background: rgba(70,150,70,0.8);

<!--background: url(http://openwetware.org/images/8/8c/Breaking_RNA_Background.png);

   background-size: cover;-->
  }
  1. submenu li
  {
   font-size: 18px;
   color: black;
   padding: 0px 20px;
   display: inline-block;
  }
  1. supplemenu
  {
   margin: 0px 40px 0px 22px;
  }
  1. supplemenu a
  {
   color: black;
   text-decoration: underline;
  }
  1. supplemenu a:hover
  {
   color: rgba(255,255,255,0.99);
  }
  1. supplemenu ul
  {
   text-align: center;
   padding: 15px 0px;
   border: 3px solid black;
   background: rgba(70,150,70,0.8);


  }
  1. supplemenu li
  {
   font-size: 18px;
   color: black;
   padding: 0px 10px;
   display: inline-block;
  }
  1. floatmenu
  {
   position: fixed;
   bottom: 0;
   width: 78%;
   font-size: 18px;
   color: black;
   padding: 0px 10px;
   background: rgba(70,150,70,1);
   border: 3px solid black;
  }
  1. floatmenu td
  {
   text-align: center;
   height: 36px;
  }
  1. floatmenu td:hover
  {
   background: white;
  }
  1. button
  {
   border-left: 3px solid black;
  }
  1. floatmenu a
  {
   text-decoration: none;
   color: black;
  }

@import url(http://fonts.googleapis.com/css?family=Open+Sans:700);

#cssmenu {

 background: url(http://openwetware.org/images/8/8c/Breaking_RNA_Background.png);
 background-size: cover;
 width: auto;
 border: 3px solid rgba(0,0,0,0.8);

} #cssmenu ul { list-style: none; margin: 0; padding: 0; line-height: 1;

         text-align:center;

display: block; zoom: 1; } #cssmenu ul:after { content: " "; display: block; font-size: 0; height: 0; clear: both; visibility: hidden; } #cssmenu ul li { display: inline-block; padding: 0; margin: 0;

         line-height: 1;

} #cssmenu.align-right ul li { float: right; } #cssmenu.align-center ul { text-align: center; } #cssmenu ul li a { color: #ffffff; text-decoration: none; display: block; padding: 15px 25px; font-family: 'Open Sans', sans-serif; font-weight: 300; text-transform: uppercase; font-size: 14px; position: relative; -webkit-transition: color .25s; -moz-transition: color .25s; -ms-transition: color .25s; -o-transition: color .25s; transition: color .25s; } #cssmenu ul li a:hover { color: #f2ff00; } #cssmenu ul li a:hover:before { width: 100%; } #cssmenu ul li a:after { content: ""; display: block; position: absolute; right: -3px; top: 19px; height: 6px; width: 6px; background: #ffffff; opacity: .5; } #cssmenu ul li a:before { content: ""; display: block; position: absolute; left: 0; bottom: 0; height: 3px; width: 0; background: #f2ff00; -webkit-transition: width .25s; -moz-transition: width .25s; -ms-transition: width .25s; -o-transition: width .25s; transition: width .25s; } #cssmenu ul li.last > a:after, #cssmenu ul li:last-child > a:after { display: none; } #cssmenu ul li.active a { color: #f2ff00; } #cssmenu ul li.active a:before { width: 100%; } #cssmenu.align-right li.last > a:after, #cssmenu.align-right li:last-child > a:after { display: block; } #cssmenu.align-right li:first-child a:after { display: none; } @media screen and (max-width: 768px) {

         #supplemenu ul li {

float: none; display: block; } #supplemenu ul li a { width: 100%; } #cssmenu ul li { float: none; display: block; } #cssmenu ul li a { width: 100%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; border-bottom: 1px solid #ffffff; } #cssmenu ul li.last > a, #cssmenu ul li:last-child > a { border: 0; } #cssmenu ul li a:after { display: none; } #cssmenu ul li a:before { display: none; } }


</style> </head> <body> </body> </html>


Results


EDIT

Design and Modeling

Bistable switch

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.


Oscillator

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.



Experimental Characterization


The oligonucleotide sequences are specified in the Supplementary section. Once the necessary genelets and strands for our RNA clocks and switches systems are designed, it is important to characterize and verify that our DNA sequences are designed correctly.

Spinach and Malachite Green Reporters

For experimental characterization of inhibition and reactivation RNA polymerases, we used genes that produce fluorescent RNA aptamers. The RNA transcript from these genes bind the corresponding dyes, giving rise to fluorescence. The we can track the activity of the RNA polymerases using fluorometer. We designed a gene with SP6 promoter which produces Spinach aptamer[1] and another gene with T7 promoter which produces Malachite green aptamers[2] . In the following figure, section B illustrates increase in fluorescence with accumulation of Spinach aptamer due to activity of SP6 RNA polymerase.

Figure 1: Characterization of reporter system. A) Reaction scheme. RNA Polymerase transcribes a gene encoding an aptamer that interacts with the dye in order to activate fluorescence. Since the dye is in excess, we can monitor the activity of RNA polymerase by monitoring the increase or decrease in fluorescence. B) Fluorometer data of SP6 RNA Polymerase transcription of Spinach aptamer to produce fluorescence.

These reporters while invaluable in characterization of inhibition/activation of RNA polymerases, were found not to be ideal for use as a reporter for bistable switch or oscillator circuit. Further characterization of these reporters and their disadvantages can be found in the supplementary material section.

Inhibition Reactions


Figure 2: Inhibtion of T7 RNA Polymerase. A) Reaction scheme. SP6 RNA Polymerase transcribes the inhibiting aptamer, which will interact and inhibit T7 RNA Polymerase. B) The plot shows fluorometry data on the successful inhibition of T7 RNA Polymerase via the reaction pathway illustrated in A. The fluorescence is produced by the Malachite Green aptamer, which is transcribed by T7 RNA polymerase from a T7 promoter containing gene. Inhibition of the enzyme results in a flat line in the fluorescence plot.

The topologies of our RNA clocks and switches rely on the idea that inhibition of a module is possible, whether it is self-mediated or caused by another module. A fluorescent RNA aptamer genes, Malachite Green and Spinach, were used to characterize and quantify different components of our system. The fluorescence from these genes give us a quantitative and visual readout mechanism for activity of the RNA polymerases. Figure 1 and Figure 2, successfully illustrate the inhibition of T7 and SP6 RNA polymerases by the respective aptamers.

Figure 3: Inhibition of SP6 RNA Polymerase. A) Reaction scheme. T7 RNA Polymerase transcribes the inhibiting aptamer, which will interact and inhibit with SP6 RNA Polymerase. B) The plot shows fluorometry data on the successful inhibition of SP6 RNA Polymerase via the reaction pathway illustrated in A. The fluorescence is produced by the Spinach aptamer, which is transcribed by SP6 RNA polymerase from a SP6 promoter containing gene. Inhibition of the enzyme results in a flat line in the fluorescence plot. Experimental conditions are provided in detail in the supplementary material section.

These experiments successfully demonstrated three important concepts that are necessary to achieve oscillations and bistablity behaviors for our systems:
1) The proper binding of specific enzymes to the inhibiting aptamer sequences.
2) The production of RNA aptamer strands through transcription of DNA to RNA.
3) Inhibitor aptamer RNA product successfully suppresses the transcriptional function of their specific target enzyme.
Gel electrophoresis is another useful tool in determining the functionality of enzymes prior and post interaction of the inhibiting aptamer RNA products.

Activation Reactions

Bound Aptamer-Kleptamer Interactions

Reactivation of T7 RNA Polymerase. A) Reaction schematic. T7 RNA Polymerase is inhibited by the aptamer. The kleptamer will interact with the aptamer and remove it from the enzyme, forming a waste complex. B) Flourometry results showing successful reactivation of RNAP after inhibition using the extracted RNA aptamer and kleptamer. C) Non-denaturing gel electrophoresis indicating the proper interactions are taking place.


Inhibition of the modules is not sufficient for RNA clocks and switches. It must also be possible for the enzymes to regain transcriptional activity after the addition of the kleptamer. The following experiments show unequivocally that the kleptamers can successfully undermine inhibition. The extent of reactivation varies for both, T7 and SP6, RNA Polymerase systems. T7 RNAP does not seem to reactivate completely but this may be sufficient for our purposes. SP6 RNA Polymerase is reactivated to completion and is very efficient. Both gels show the interactions between all components are taking place as expected. The amount of aptamer binding to the enzyme is greatly diminished after the addition of the kleptamer in lanes 6 and 7.

Reactivation of SP6 RNA Polymerase. A) Reaction Scheme. SP6 Polymerase is reactivated by the interactions of the kleptamer with the bound aptamer. B) Fluorometry data representing the inhibition with R1 and reactivation with D1. C) Non-denaturing gel. Lanes 2-4 represent the aptamer, kleptamer (23 base pair), and kleptamer (38 base pair). Lane five represents the interaction between the aptamer and enzyme RNA Polymerase. Lanes 6 and 7 represent the addition of D1, 23 base pair and 38 base pair, respectively.

For both enzyme transcriptional systems, the fluorometer data shows inhibition of enzyme activity evident by the sharp decline in the fluorescence intensity rate. With the addition of the kleptamer, enzymatic activity is restored and the transcription of either Spinach or Malachite Green is continued.

Molecular Beacons as Reporters

Reporter system

In order to address the need to measure the transcription rates of our systems, we explored different reporter systems. We have found that the molecular beacon reporter D1 is an effective reporter. D1 consists of single stranded oligonucleotide that contains a Texas fluorophore on the 5’ end and an Iowa Black quelcher on the 3’ end. When unbounded to another molecule, D1 forms a hairpin loop, which inhibits its own fluorophore due to the close proximity of the quencher. When complementary RNA, R1, binds to D1, the reporter adopts a linear conformation, moving the fluorophore away from the quencher and allowing the fluorophore to fluoresce (Figure A). The complementary RNA can be removed with RNaseH, which then reverts D1 back to its hairpin conformation (Figure B). The use of molecular beacons such as D1 as reporters creates a simple yet effective reporter system. Other reporter systems can potentially affect or complicate the main system, such as by competing with RNAP or by requiring the use of additional genes. Molecular beacons can function successfully without many components. This minimizes the clutter and complications associated with other reporter systems.

Bistable Mechanisms Verification


Oscillatory Mechanisms Verification

Inhibition of T7 RNA Polymerase with Genelets

Reactivation of T7 RNA Polymerase. A) Reaction scheme. T7 RNA Polymerase will transcribe the gene, g3 to produce the inhibition aptamer for itself. B) Fluorometry data verifying this mechanism. T7 RNA Polymerase activity is completely suppressed upon the addition of g3. See supplement for experimental details. C) Denaturing gel electrophoresis data. When comparing the lanes that contain only Malachite Green transcription to the lanes that contain Malachite Green and gene g3, there is less intensity of the Malachite Green RNA transcript band in the lanes that contain gene g3, than in the lanes that contain only Malachite Green. Experimental conditions are in detail in the Supplement Section ___.

By transcribing G3, T7 RNAP will become inhibited by the transcribed RNA aptamer. This can be seen using fluorometry by measuring the transcription rate of Malachite Green. The blue trace represents our negative control in which there is no G3. The orange trace represent the solution with G3 added. The gene was added around 1 hour into the experiment at 500 nM. It’s evident that the activity has been completely inhibited.



Assembling the Circuits



References

  1. Paige JS, Wu KY, and Jaffrey SR. RNA mimics of green fluorescent protein. Science. 2011 Jul 29;333(6042):642-6. DOI:10.1126/science.1207339 | PubMed ID:21798953 | HubMed [p1]
  2. Babendure JR, Adams SR, and Tsien RY. Aptamers switch on fluorescence of triphenylmethane dyes. J Am Chem Soc. 2003 Dec 3;125(48):14716-7. DOI:10.1021/ja037994o | PubMed ID:14640641 | HubMed [p2]

All Medline abstracts: PubMed | HubMed

<html> <body> <div id='cssmenu'> <ul>

  <li><a href='http://openwetware.org/wiki/Biomod/2014/UCR/Breaking_RNA'><span>Home</span></a></li>
  <li><a href='http://openwetware.org/wiki/Biomod/2014/UCR/Breaking_RNA/Project'><span>Motivation & Objectives</span></a></li>
  <li><a href='http://openwetware.org/wiki/Biomod/2014/UCR/Breaking_RNA/Methods'><span>Results</span></a></li>
  <li><a href='http://openwetware.org/wiki/Biomod/2014/UCR/Breaking_RNA/Results'><span>Methods</span></a></li>
  <li><a href='http://openwetware.org/wiki/Biomod/2014/UCR/Breaking_RNA/Members'><span>Supplement</span></a></li>
  <li><a href='http://openwetware.org/wiki/Biomod/2014/UCR/Breaking_RNA/Achievements'><span>Team</span></a></li>

</ul> </div> </body> </html>