Biomod/2011/UTAustin/Hook'em Hybridizers:Tools

From OpenWetWare
Revision as of 23:57, 2 November 2011 by Ben Braun (talk | contribs)
Jump to navigationJump to search

<html><head> <style type="text/css">

  1. outerbox{

//background-image:url( 'http://openwetware.org/images/7/75/Utbiomodbg1.png' ); //background-repeat:repeat-x; background-image: linear-gradient(bottom, rgb(0,0,0) 9%, rgb(204,85,0) 55%); background-image: -o-linear-gradient(bottom, rgb(0,0,0) 9%, rgb(204,85,0) 55%); background-image: -moz-linear-gradient(bottom, rgb(0,0,0) 9%, rgb(204,85,0) 55%); background-image: -webkit-linear-gradient(bottom, rgb(0,0,0) 9%, rgb(204,85,0) 55%); background-image: -ms-linear-gradient(bottom, rgb(0,0,0) 9%, rgb(204,85,0) 55%);

background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.09, rgb(0,0,0)), color-stop(0.55, rgb(204,85,0)) ); }

.navbox { position: relative; float: left; }

ul#nav {

   list-style: none;
   display: block;
   width: 200px;
   left: -29px;
   top: -20px;
   position: relative;
   padding: 60px 0 60px 0;
   width: 200px;
   background: url( 'http://openwetware.org/images/6/6f/Shad2.png' ) no-repeat;
   background-size: 50% 100%;

}

li { margin: 5px 0 0 0; }

ul#nav a:hover {

    text-decoration: none;

}

ul#nav li span {

   -webkit-transition: all 0.3s ease-out;
   -moz-transition: all 0.3s ease-out;
   -o-transition: all 0.3s ease-out;
   background: #E07020 url( 'http://openwetware.org/images/4/46/Border.png' ) no-repeat;
   color: #174867;
   padding: 7px 15px 7px 15px;
   border-top-right-radius: 10px;
   border-bottom-right-radius: 10px;
   width: 100px;
   display: block;
   text-decoration: none;
   box-shadow: 2px 2px 4px #BB4400;

}

ul#nav li span:hover {

   background: #F08030 url( 'http://openwetware.org/images/4/46/Border.png' ) no-repeat;
   color: #67a5cd;
   padding: 7px 15px 7px 30px;
   display: block;

}

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

Tools

Few systems work the first time they are built, and a nanoscale molecular machine is no different. Given that the kinetics of DNA interactions are well studied, we proposed that it should be possible to simulate our counter system computationally. A number of important questions can be answered about our system using simulation. For example, we could ask what the optimal concentrations of threshold strands and gate strands are to ensure that our machine functions.

There exist software tools for simulating nucleic acid systems. Notably, Nupack and Visual DSD are both good options for many system applications. However, neither was able to completely simulate our system adequately. Hence, we developed TripleSim.

TripleSim is a

  • unpSeuddoknotted
  • Secondary
  • Structures
  • Simulator

Like Visual DSD, TripleSim uses dynamic compilation to discover the "most important" reaction pathways through a system (diagram, below). Even though DNA has been shown to undergo only three main reaction types (figure below diagram), there are still an exponential number of reaction pathways that nucleic acid reagents can follow. Many of these "possible" reaction pathways are highly kinetically disfavored- a computer program which removes highly disfavored reaction pathways would be useful from an analysis perspective. Hence, TripleSim attempts to produce a reaction network representative of the behavior of a nucleic acid system, with off-the-main-road side products shown (graph, second to bottom). The most favored reaction pathway from the input signal to the output in our counter system is a subgraph of the reaction network produced by TripleSim (graph, bottom).

(Node numberings correspond to distinct reaction species, not shown).