Biomod/2014/UCR/Breaking RNA/Project

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> EDIT

Motivation and approach

Many cellular processes behave like circuits. Since the discovery of the Lac Operon in 1961 [1], a myriad of circuit-like systems have been shown to exist in a wide variety of organisms. Many synthetic biologists have taken advantage of this concept to engineer cellular activity and achieve new functions [2, 3]. However, most mechanisms involve thousands of unknown regulatory pathways. This complexity hampers our ability to predict and program new biological functions. Our project focuses on designing two canonical biological circuits, a switch and a clock, in an in vitro environment. In contrast to in vivo systems, in vitro circuits can be better controlled and understood using mathematical models, and can be tuned more easily to produce desired effects. We use few biological components (DNA, RNA and few proteins) to design a switch and a clock that are regulated through aptamers, and we characterize the main reactions required for their operation.



In other existing transcriptional synthetic circuits, regulatory interactions between genes were built using proteins or RNA that recognize and alter the conformation of the promoter region of another gene, thus modulating its activity [4]. We take an alternative approach: we use RNA aptamers modulate the activity of enzymes, rather than targeting promoters. Thus, aptamers create the feedback loops necessary to build our circuits. RNA is unique in that it can be an information-carrying polymer (such as mRNA) or a functional molecule (such as ribozymes and aptamers). RNA functions are mediated by its ability to fold into tertiary structures, of which aptamers are an example[5]. For our project, we use RNA aptamers that were evolved to inhibit T7 RNA polymerase and SP6 RNA polymerase[6, 7]. However, currently there are no established methods to reverse aptamer binding and inhibition in a rational manner. Reversible inhibition and repression are necessary to build dynamic circuits. Therefore, our first objective is to design and characterize DNA and RNA aptamer complements, which can reactivate the enzymes by removing the bound aptamers. We call these re-activating strands "Kleptamers" (from the Greek verb klepto = 'to steal'; Kleptamer ='strand that steals away the aptamer'). To monitor the dynamics of our circuits we also design and characterize a multifunctional molecular beacon which be will be an active part of the final circuits and at the same time will act as a reporter.

To build our circuits we integrate domain-level strand design, modeling, and experiments in vitro. Only few in vitro toolkits currently exist to program molecular dynamic circuits like clocks and switches [8, 9], and our project aims at expanding these toolkits to include aptamers.


Objectives

To achieve our overall goal of building aptamer-based circuits we pursued these objectives:
1) Design of the circuits and mathematical modeling. 2) Characterization of reporters, inhibition-activation reactions. 3) Assembly of the circuits.

  • 1)    Design of the circuits and mathematical modeling
  • 2)    Characterization of activation and inhibition reactions
  • 3)    Assembly of the circuits.


EDIT


1. Design of the circuits and mathematical modeling

General approach description.

Creating and designing simulations using computing programs, such as MATLAB, are important for testing the various mechanisms involved in the systems. This is particularly useful for coming up with preliminary conditions for in vitro experiments, as well as determining the robustness of the schematic.

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.


Clock

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.



2. Inhibition and activation reactions

Inhibition reactions: Aptamer Design

Specific inhibition of enzymatic activity is of major importance for our system. RNA aptamers that inhibit T7 RNA polymerase and SP6 RNA polymerase have been reported previously[6, 7]. Among various sequence variants published in the original papers, we chose those reported to have higher binding affinity to RNA polymerases. We then designed genes to synthesize RNA aptamer transcripts . Then we proceeded to characterize the effectiveness of aptamer induced RNA polymerase inhibition in each case.

Activation reactions: "Kleptamer" Design

Similar to inhibition, it is also crucial to allow the reactivation of the enzymes for oscillations. In order to reactivate the RNA polymerases, the RNA aptamers must be removed. We can do this by using a DNA strand that is complementary to the aptamer. If the DNA complement has a higher affinity to the RNA aptamer than does the enzyme, the inhibitor will be "peeled" off from the enzyme and restoring transcription.


A kelptamer bound to an inhibiting aptamer can be recycled using the RNaseH, which specifically breaks apart RNA bound to DNA strand. So, in presence of RNaseH, a small amount of kleptamer DNA is sufficient to destroy a much larger quantity of inhibiting aptamers. In other words, the kleptamers-RNaseH combination can reset a system by reactivating the enzymes and breaking apart the inhibiting RNA aptamer. Using small quantities of kleptamers is crucial in dynamic circuits because if there is an excess of kleptamers, then all the inhibiting RNA will bind directly to the kleptamer instead of inhibiting the enzyme and the circuit will not function at all.


3. Assembly of Circuits

Inhibition of SP6 RNAP with R1
Reactivation of SP6 RNAP with K1
Reactivation of SP6 RNAP with R4
Inhibition of T7 RNAP with R3
Reactivation of T7 RNAP with R2








References

  1. JACOB F and MONOD J. Genetic regulatory mechanisms in the synthesis of proteins. J Mol Biol. 1961 Jun;3:318-56. DOI:10.1016/s0022-2836(61)80072-7 | PubMed ID:13718526 | HubMed [p1]
  2. Elowitz MB and Leibler S. A synthetic oscillatory network of transcriptional regulators. Nature. 2000 Jan 20;403(6767):335-8. DOI:10.1038/35002125 | PubMed ID:10659856 | HubMed [p2]
  3. Gardner TS, Cantor CR, and Collins JJ. Construction of a genetic toggle switch in Escherichia coli. Nature. 2000 Jan 20;403(6767):339-42. DOI:10.1038/35002131 | PubMed ID:10659857 | HubMed [p3]
  4. Franco E, Friedrichs E, Kim J, Jungmann R, Murray R, Winfree E, and Simmel FC. Timing molecular motion and production with a synthetic transcriptional clock. Proc Natl Acad Sci U S A. 2011 Oct 4;108(40):E784-93. DOI:10.1073/pnas.1100060108 | PubMed ID:21921236 | HubMed [p4]
  5. Ellington AD and Szostak JW. In vitro selection of RNA molecules that bind specific ligands. Nature. 1990 Aug 30;346(6287):818-22. DOI:10.1038/346818a0 | PubMed ID:1697402 | HubMed [p5]
  6. Ohuchi S, Mori Y, and Nakamura Y. Evolution of an inhibitory RNA aptamer against T7 RNA polymerase. FEBS Open Bio. 2012;2:203-7. DOI:10.1016/j.fob.2012.07.004 | PubMed ID:23650601 | HubMed [p6]
  7. Mori Y, Nakamura Y, and Ohuchi S. Inhibitory RNA aptamer against SP6 RNA polymerase. Biochem Biophys Res Commun. 2012 Apr 6;420(2):440-3. DOI:10.1016/j.bbrc.2012.03.014 | PubMed ID:22426482 | HubMed [p7]
  8. Kim J and Winfree E. Synthetic in vitro transcriptional oscillators. Mol Syst Biol. 2011 Feb 1;7:465. DOI:10.1038/msb.2010.119 | PubMed ID:21283141 | HubMed [p8]
  9. Montagne K, Plasson R, Sakai Y, Fujii T, and Rondelez Y. Programming an in vitro DNA oscillator using a molecular networking strategy. Mol Syst Biol. 2011 Feb 1;7:466. DOI:10.1038/msb.2010.120 | PubMed ID:21283142 | HubMed [p9]

All Medline abstracts: PubMed | HubMed