Biomod/2014/UCR/Breaking RNA/Motivation & Objectives: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
Line 21: Line 21:
<p>Many cellular processes behave like circuits. Since the discovery of the Lac Operon in 1961 <cite>p1</cite>, a myriad of circuit-like systems have been shown to exist in a wide variety of organisms. Synthetic biologists have taken advantage of this concept to engineer cellular activity and expand its functions <cite>p2 p3</cite>. 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. In this project we use a 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.</p>
<p>Many cellular processes behave like circuits. Since the discovery of the Lac Operon in 1961 <cite>p1</cite>, a myriad of circuit-like systems have been shown to exist in a wide variety of organisms. Synthetic biologists have taken advantage of this concept to engineer cellular activity and expand its functions <cite>p2 p3</cite>. 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. In this project we use a 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.</p>
[[Image:Approach.png|center|500px]]
[[Image:Approach.png|center|500px]]
<p> In other existing transcriptional synthetic circuits, regulatory interactions between genes were built using proteins that recognize and alter the conformation of the promoter region of another gene, thus modulating its activity <cite>p4</cite>. This approach is effective, but because new transcription factors (proteins) are difficult to design, it is difficult to create new regulatory interactions between genes. We take an alternative approach: we use RNA aptamers to modulate the activity of enzymes, rather than targeting the promoters. Thus, aptamers create the feedback loops necessary to build our circuits.  RNA is easier to engineer than transcription factors: therefore, aptamers could be a promising method to build quickly arbitrary regulatory interactions among genes. 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<cite>p5</cite>. For our project, we use RNA aptamers that were evolved to inhibit T7 RNA polymerase (RNAP) and SP6 RNA polymerase<cite>p6 p7</cite>. 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').  
<p> In other existing transcriptional synthetic circuits, regulatory interactions between genes were built using proteins that recognize and alter the conformation of the promoter region of another gene, thus modulating its activity <cite>p4</cite>. This approach is effective, but because new transcription factors (proteins) are hard to design, it is difficult to create arbitrary regulatory interactions between genes. We take an alternative approach: we use RNA aptamers to modulate the activity of enzymes, rather than targeting the promoters. Thus, aptamers create the feedback loops necessary to build our circuits.  RNA is easier to engineer than transcription factors: therefore, aptamers could be a promising method to build quickly arbitrary regulatory interactions among genes. 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<cite>p5</cite>. For our project, we use RNA aptamers that were evolved to inhibit T7 RNA polymerase (RNAP) and SP6 RNA polymerase<cite>p6 p7</cite>. 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 will be an active part of the final circuits, and at the same time, act as a reporter.  </p>
To monitor the dynamics of our circuits we also design and characterize a multifunctional molecular beacon, which will be an active part of the final circuits, and at the same time, act as a reporter.  </p>



Revision as of 23:37, 25 October 2014

<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> <html> <body> <div id='cssmenu'> <ul>

  <li><a href='http://openwetware.org/wiki/Biomod/2014/UCR/Breaking_RNA'><span>Home</span></a></li>
  <li class='active'><a href='http://openwetware.org/wiki/Biomod/2014/UCR/Breaking_RNA/Motivation_&_Objectives'><span>Motivation & Objectives</span></a></li>
  <li><a href='http://openwetware.org/wiki/Biomod/2014/UCR/Breaking_RNA/Results'><span>Results</span></a></li>
  <li><a href='http://openwetware.org/wiki/Biomod/2014/UCR/Breaking_RNA/Methods'><span>Methods</span></a></li>
  <li><a href='http://openwetware.org/wiki/Biomod/2014/UCR/Breaking_RNA/Supplement'><span>Supplement</span></a></li>
  <li class='last'><a href='http://openwetware.org/wiki/Biomod/2014/UCR/Breaking_RNA/Team'><span>Team</span></a></li>

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

Motivation & Objectives

EDIT

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. Synthetic biologists have taken advantage of this concept to engineer cellular activity and expand its 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. In this project we use a 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 that recognize and alter the conformation of the promoter region of another gene, thus modulating its activity [4]. This approach is effective, but because new transcription factors (proteins) are hard to design, it is difficult to create arbitrary regulatory interactions between genes. We take an alternative approach: we use RNA aptamers to modulate the activity of enzymes, rather than targeting the promoters. Thus, aptamers create the feedback loops necessary to build our circuits. RNA is easier to engineer than transcription factors: therefore, aptamers could be a promising method to build quickly arbitrary regulatory interactions among genes. 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 (RNAP) 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 will be an active part of the final circuits, and at the same time, act as a reporter.

To build our circuits we integrate domain-level strand design, modeling, and experiments in vitro. Only a few in vitro toolkits currently exist to program molecular dynamic circuits like clocks and switches [8, 9], and our project aims to expand 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

The most important design principle to follow when building oscillators and switches is the presence of feedback. For switches, it is typically required to have a positive feedback loop; for oscillators, it is required to have a negative feedback loop (see, for instance [10, 11]). Following this general guideline, we identified RNA/enzyme interaction schemes that generate a positive and a negative loop. We then wrote ordinary differential equation (ODE) models for the two candidate circuits, and used parameters derived from the literature to explore their ability to behave as desired. The systems are nonlinear, so we checked their local behavior near equilibria. The models helped us improve our designs, in particular the oscillator. Also, the models provided useful guidelines for our preliminary experiments testing the behavior of the circuits.

Switch

To make a bistable switch, we want to generate an overall positive loop. A positive loop results from two consecutive inhibition reactions (see figure above, panel A). In our scheme, T7 RNAP transcribes an aptamer R1, which inhibits SP6 RNAP. In turn, SP6 RNAP transcribes aptamer R2, which inhibits T7 RNAP. These two inhibition reactions are straightforward to achieve using recently published aptamer sequences [6, 7]. For the system to work, the polymerases must spontaneously re-activate. This general scheme is shown in the figure above, panel B. We decided to implement re-activation reactions by designing DNA strands that peel off the aptamers from their target enzymes. These reactions are described more in detail below and in the Results section.

Clock

To make an oscillator, we want to generate an overall negative loop (figure above, panel A). However, this is not trivial using our two enzymes T7 RNAP and SP6 RNAP and their inhibiting aptamers. We designed one inhibition reaction as in the bistable switch, where T7 RNAP transcribes an aptamer inhibiting SP6 RNAP. Then, we assumed we could inactivate T7 with its aptamer, and use the RNA transcribed by SP6 to peel off the inhibiting aptamer of T7 RNAP. This idea is summarized in the figure above, panel B. The implementation details are discussed below and in the Results section.

2. Inhibition and activation reactions, and fluorescent reporters.

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. 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 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 restore transcription. RNA kleptamers are possible as well and are discussed in more detail in the Results section.


A kelptamer bound to an inhibiting aptamer can be recycled using RNaseH, which specifically breaks apart RNA bound to a 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, all the inhibiting RNA will bind directly to the kleptamers instead of inhibiting the enzyme, and the circuit will not function at all.

Fluorescent Reporters

In order to be able to watch the changes in the components of the circuit in real time, we need a robust reporter system. For testing and characterizing individual components of the circuits we aim to use fluorescent "light-up" aptamers like Spinach and Malachite Green aptamers. For tracking the dynamics of the bistable switch and the oscillator, we hope to develop a molecular beacon reporter that will exert only minimal strain on the circuit. We aim to characterize the behavior of these reporter systems to identify any underlying biases or other disadvantages.

3. Assembly of Circuits

In order to put together the circuits from individual components, we first need to establish the initial concentrations of different interacting components. The approximate relative concentrations of different component can be estimated based on model predictions. We also need to run experiments for characterizing the relative kinetics of different components. For example, the rates of transcription of T7 RNA polymerase and SP6 RNA polymerase are very different, so we need to establish proper concentrations at which both of the enzymes yield similar quantities of transcripts.

Once we have an estimate of initial concentrations, we can put the components together and test the operation of the circuits. Each parameter of the circuits can be varied one at a time to tune the circuits to desired operational point. The mathematical models will then be updated using experimentally obtained parameters.

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]
  10. Xiong W and Ferrell JE Jr. A positive-feedback-based bistable 'memory module' that governs a cell fate decision. Nature. 2003 Nov 27;426(6965):460-5. DOI:10.1038/nature02089 | PubMed ID:14647386 | HubMed [p11]
  11. Novák B and Tyson JJ. Design principles of biochemical oscillators. Nat Rev Mol Cell Biol. 2008 Dec;9(12):981-91. DOI:10.1038/nrm2530 | PubMed ID:18971947 | HubMed [p10]

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 class='active'><a href='http://openwetware.org/wiki/Biomod/2014/UCR/Breaking_RNA/Motivation_&_Objectives'><span>Motivation & Objectives</span></a></li>
  <li><a href='http://openwetware.org/wiki/Biomod/2014/UCR/Breaking_RNA/Results'><span>Results</span></a></li>
  <li><a href='http://openwetware.org/wiki/Biomod/2014/UCR/Breaking_RNA/Methods'><span>Methods</span></a></li>
  <li><a href='http://openwetware.org/wiki/Biomod/2014/UCR/Breaking_RNA/Supplement'><span>Supplement</span></a></li>
  <li class='last'><a href='http://openwetware.org/wiki/Biomod/2014/UCR/Breaking_RNA/Team'><span>Team</span></a></li>

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