Biomod/2014/UCR/Breaking RNA/Results

From OpenWetWare
Revision as of 18:21, 22 October 2014 by Jonathan J. Lloyd (talk | contribs)
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

ODE Models

Reaction Design: Oscillator
The overall list of reactions are:
[math]\displaystyle{ E_1 + g_1 -\gt E_1 + g_1 + R_1 }[/math] (RNA production)
[math]\displaystyle{ E_2 + g_2 -\gt E_2 + g_2 + R_2 }[/math] (RNA production)
[math]\displaystyle{ E_1 + g_3 -\gt E_1 + g_3 + R_3 }[/math] (RNA production)
[math]\displaystyle{ E_2 + g_4 -\gt E_2 + g_4 + R_4 }[/math] (RNA production)
[math]\displaystyle{ R_1 + R_4 -\gt O }[/math] (Titration)
[math]\displaystyle{ R_2 + R_3 -\gt O }[/math] (Titration)
[math]\displaystyle{ E^\ast_1 + R_2 -\gt E_1 }[/math] (Activation )
[math]\displaystyle{ E_2 + R_1 -\gt E^*_2 }[/math] (Inhibition )
[math]\displaystyle{ E_1 + R_3 -\gt E^*_1 }[/math] (Self Inhibition )
[math]\displaystyle{ E^*_2 + R_4 -\gt E_2 }[/math] ( Self Activation)
[math]\displaystyle{ R_1 + D_1 -\gt R_1.D_1 }[/math] (Inhibition)
[math]\displaystyle{ R_1.D_1 -\gt D_1 }[/math] (Titration)
[math]\displaystyle{ D_1 + E^*_2 -\gt E_2 + R_1.D_1 }[/math] (Titration)
where [math]\displaystyle{ E_i }[/math] are active enzymes, [math]\displaystyle{ E^*_i }[/math] are inactive enzymes, [math]\displaystyle{ R_i }[/math] are RNA species, [math]\displaystyle{ g_i }[/math] are genes.
Applying the law of mass action, the dynamics of the system can be derived in the following ordinary differential equations (ODEs).

[math]\displaystyle{ \dot{[R_1]} = k_1[E_1][g_1]-\delta_1 [R_1][R4] - \gamma_2 [E_2][R_1] - \gamma_3 [R_1][D_1] }[/math]
[math]\displaystyle{ \dot{[R_2]} = k_2[E_2][g_2]-\delta_2 [R_2][R3] - \gamma_1 ([E_1^{tot}] - [E_1])[R_2] }[/math]
[math]\displaystyle{ \dot{[R_3]} = k_3[E_1][g_3]-\delta_2 [R_2][R3] - \beta_1 [E_1][R_3] }[/math]
[math]\displaystyle{ \dot{[R_4]} = k_4[E_2][g_4]-\delta_1 [R_1][R4] - \beta_2 ([E_2^{tot}]-[E_2])[R_4] }[/math]
[math]\displaystyle{ \dot{[E_1]} = - \beta_1 [E_1][R_3] +\gamma_1 ([E_1^{tot}] - [E_1])[R_2] }[/math]
[math]\displaystyle{ \dot{[E_2]} = \beta_2 ([E_2^{tot}]-[E_2])[R_4]- \gamma_2 [E_2][R_1] + \beta_3([E_2^{tot}]-[E_2])[D_1] }[/math]
[math]\displaystyle{ \dot{[D_1]} = \theta_1 ([D^{tot}_1]-[D_1]) - \gamma_3 [R_1][D_1] - \beta_3([E_2^{tot}]-[E_2])[D_1] }[/math]

Reaction Design: Bistable
The overall list of reactions are:

[math]\displaystyle{ E_1 + g_1 -\gt E_1 + g_1 + R_1 }[/math] (RNA production)
[math]\displaystyle{ E_2 + g_2 -\gt E_2 + g_2 + R_2 }[/math] (RNA production)
[math]\displaystyle{ E_1 + R_2 -\gt E^*_1 }[/math] (Inhibition )
[math]\displaystyle{ E_2 + R_1 -\gt E^*_2 }[/math] (Inhibition )
[math]\displaystyle{ E^*_1 + D_2 -\gt E_1 }[/math] (Self Activation )
[math]\displaystyle{ E^*_2 + D_1 -\gt E_2 }[/math] ( Self Activation)
[math]\displaystyle{ R_1 + D_1 -\gt R_1.D_1 }[/math]
[math]\displaystyle{ R_1.D_1 -\gt D_1 }[/math]
[math]\displaystyle{ R_2 + D_2 -\gt R_2.D_2 }[/math]
[math]\displaystyle{ R_2.D_2 -\gt D_2 }[/math]
where [math]\displaystyle{ E_i }[/math] are active enzymes, [math]\displaystyle{ E^*_i }[/math] are inactive enzymes, [math]\displaystyle{ R_i }[/math] are RNA species, [math]\displaystyle{ g_i,D_i }[/math] are genes.
Applying the law of mass action, the dynamics of the system can be derived in the following ordinary differential equations (ODEs).

[math]\displaystyle{ \dot{[R_1]} = k_1[E_1][g_1]-\delta_1 [R_1][D_1] - \gamma_2 [E_2][R_1] }[/math]
[math]\displaystyle{ \dot{[R_2]} = k_2[E_2][g_2]-\delta_2 [R_2][D_2] - \gamma_1 [E_1][R_2] }[/math]
[math]\displaystyle{ \dot{[E_1]} = \beta_1 ([E_1^{tot}]-[E_1])[D_2] -\gamma_1 [E_1][R_2] }[/math]
[math]\displaystyle{ \dot{[E_2]} = \beta_2 ([E_2^{tot}]-[E_2])[D_1]- \gamma_2 [E_2][R_1] }[/math]
[math]\displaystyle{ \dot{[D_1]} = \theta_1([D^T_1 - D_1]) - \delta_1 [R_1][D_1] - \beta_2 ([E_2^{tot}]-[E_2])[D_1] }[/math]
[math]\displaystyle{ \dot{[D_2]} = \theta_2([D^T_2 - D_2]) - \delta_2 [R_2][D_2] - \beta_1 ([E_1^{tot}]-[E_1])[D_2] }[/math]
Parameter Fitting

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.



Assembling the Circuits




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