Difference between revisions of "Team:Edinburgh UG/Proof"

(Prototype team page)
 
 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Edinburgh_UG}}
+
{{EdigemUG16_Home}}
 +
<html lang="en">
  
<html>
+
<head>
  
 +
    <meta charset="utf-8">
 +
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
 +
    <meta name="viewport" content="width=device-width, initial-scale=1">
 +
    <meta name="description" content="">
 +
    <meta name="author" content="">
  
<div class="column full_size judges-will-not-evaluate">
+
    <title>Attribution</title>
<h3>★  ALERT! </h3>
+
<p>This page is used by the judges to evaluate your team for the <a href="https://2016.igem.org/Judging/Medals">gold medal criterion for proof of concept</a>. </p>
+
  
 +
    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
 +
    <link href="http://fonts.googleapis.com/css?family=Pacifico" rel="stylesheet" type="text/css">
  
<p> Delete this box in order to be evaluated for this medal. See more information at <a href="https://2016.igem.org/Judging/Pages_for_Awards/Instructions"> Instructions for Pages for awards</a>.</p>
+
    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
</div>
+
  
  
 +
</head>
  
 +
<body>
  
 +
  <style>
  
<div class="column full_size">
 
  
  
<p>
 
iGEM teams are great at making things work! We value teams not only doing an incredible job with theoretical models and experiments, but also in taking the first steps to make their project real.
 
</p>
 
  
 +
  #contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading,.visualClear
  
<h4> What should we do for our proof of concept? </h4>
+
  {
<p>
+
You can assemble a device from BioBricks and show it works. You could build some equipment if you're competing for the hardware award. You can create a working model of your software for the software award. Please note that this not an exhaustive list of activities you can do to fulfill the gold medal criterion. As always, your aim is to impress the judges!
+
</p>
+
  
</div>
+
  display:  none;
  
 +
  }
  
 +
  #top_menu_under
 +
  {
 +
  height: 0;
 +
  }
  
</div>
+
  #top-section {
 +
  height: 0px;
 +
  border-top: 0;
 +
  border-left: none;
 +
  border-right: none;
 +
  }
 +
    #globalWrapper
 +
      {
 +
      width: 100%;
 +
      height: 100%;
 +
      border: 0px;
 +
      background-color: #ffffff;
 +
      margin: 0px;
 +
      padding: 0px;
 +
      font-size: 100%
 +
      }
 +
 
 +
      #content
 +
      {
 +
        width: 100%;
 +
        height: 100%;
 +
        margin-left: auto;
 +
        margin-right: auto;
 +
        background-color: #ffffff;
 +
        padding: 0px;
 +
        font-size: 100%;
 +
      }
 +
 
 +
 
 +
  html, body, .wrapper { /*-- changes default wiki settings --
 +
 
 +
  */
 +
    width: 100%;
 +
    height: 100%;
 +
          margin: 0px;
 +
          padding: 0px;
 +
          background-color: #ffffff;
 +
          -webkit-background-size: cover;
 +
          -moz-background-size: cover;
 +
          -o-background-size: cover;
 +
          background-size: cover;
 +
  }
 +
 
 +
 
 +
  body {
 +
      width: 100%;
 +
      height: 100%;
 +
      font-family: Lora,"Helvetica Neue",Helvetica,Arial,sans-serif;
 +
      color: #fff;
 +
      background-color: #000;
 +
  }
 +
 
 +
  html {
 +
      width: 100%;
 +
      height: 100%;
 +
  }
 +
 
 +
  p {
 +
      margin: 0 0 25px;
 +
      font-size: 18px;
 +
      line-height: 1.5;
 +
  }
 +
 
 +
  @media(min-width:768px) {
 +
      p {
 +
          margin: 0 0 35px;
 +
          font-size: 20px;
 +
          line-height: 1.6;
 +
      }
 +
  }
 +
 
 +
  /*foreword*/
 +
 
 +
  .intro-header {
 +
    background-color: #777777;
 +
    background: no-repeat center center;
 +
    background-attachment: scroll;
 +
    -webkit-background-size: cover;
 +
    -moz-background-size: cover;
 +
    background-size: cover;
 +
    -o-background-size: cover;
 +
    margin-bottom: 50px;
 +
  }
 +
  .intro-header .site-heading,
 +
  .intro-header .post-heading,
 +
  .intro-header .page-heading {
 +
    padding: 100px 0 50px;
 +
    color: white;
 +
 
 +
 
 +
  header .intro-text {
 +
      padding-top: 50px;
 +
      padding-bottom: 50px;
 +
  }
 +
 
 +
  header .intro-text .intro-lead-in {
 +
      margin-bottom: 25px;
 +
      font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
 +
      font-size: 22px;
 +
      line-height: 22px;
 +
  text-color: #fff;
 +
 
 +
  }
 +
 
 +
  header .intro-text .intro-heading {
 +
      margin-bottom: 25px;
 +
      text-transform: uppercase;
 +
      font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
 +
      font-size: 50px;
 +
      font-weight: 700;
 +
      line-height: 50px;
 +
  }
 +
 
 +
  @media(min-width:768px) {
 +
      header .intro-text {
 +
          padding-top: 50px;
 +
          padding-bottom: 100px;
 +
      }
 +
 
 +
      header .intro-text .intro-lead-in {
 +
          margin-bottom: 25px;
 +
          font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
 +
          font-size: 40px;
 +
          line-height: 40px;
 +
      }
 +
 
 +
      header .intro-text .intro-heading {
 +
          margin-bottom: 50px;
 +
          text-transform: uppercase;
 +
          font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
 +
          font-size: 75px;
 +
          font-weight: 700;
 +
          line-height: 75px;
 +
      }
 +
  }
 +
 
 +
 
 +
  section {
 +
      padding: 0;
 +
  }
 +
 
 +
  section h2.section-heading
 +
  {
 +
      margin-top: 0;
 +
      margin-bottom: 15px;
 +
      font-size: 40px;
 +
      color: white;
 +
  border-bottom: none;
 +
 
 +
 
 +
  }
 +
 
 +
  section h3.section-subheading {
 +
      margin-bottom: 75px;
 +
      text-transform: none;
 +
      font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
 +
      font-size: 16px;
 +
      font-weight: 400;
 +
  }
 +
 
 +
  section h11.section-subheading {
 +
      margin-bottom: 75px;
 +
      font-size: 16px;
 +
      font-weight: 400;
 +
 
 +
  }
 +
 
 +
  @media(min-width:768px) {
 +
      section {
 +
          padding: 10px 0;
 +
      }
 +
  }
 +
 
 +
  .service-heading {
 +
      margin: 15px 0;
 +
      text-transform: none;
 +
  }
 +
 
 +
  .arrowtext
 +
  {
 +
      width: 100%;
 +
      display: block;
 +
  }
 +
 
 +
  .arrow
 +
  {
 +
      height: 50px;
 +
      width: 100px;
 +
      opacity: 0.7;
 +
  }
 +
 
 +
  th
 +
  {
 +
      color: #fff;
 +
  }
 +
 
 +
  td
 +
  {
 +
      color: #fff;
 +
  }
 +
 
 +
 
 +
 
 +
 
 +
  </style>
 +
 
 +
    <!-- Navigation -->
 +
    <div id="custom-bootstrap-menu" class="navbar navbar-default navbar-fixed-top" role="navigation">
 +
        <div class= "container-fluid">
 +
          <!-- Navigation -->
 +
          <nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
 +
              <div class="container">
 +
                  <!-- Brand and toggle get grouped for better mobile display -->
 +
                  <div class="navbar-header">
 +
                      <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
 +
                          <span class="sr-only">Toggle navigation</span>
 +
                          <span class="icon-bar"></span>
 +
                          <span class="icon-bar"></span>
 +
                          <span class="icon-bar"></span>
 +
                      </button>
 +
                      <a class="navbar-brand" href="https://2016.igem.org/Team:Edinburgh_UG">
 +
                          <img src="https://static.igem.org/mediawiki/2016/9/92/Edinburgh_logo2_MINI.png" alt="">
 +
                      </a>
 +
                  </div>
 +
 
 +
                  <!-- Collect the nav links, forms, and other content for toggling -->
 +
                  <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
 +
                      <ul class="nav navbar-nav">
 +
                          <li>
 +
                              <a href="https://2016.igem.org/Team:Edinburgh_UG">Home</a>
 +
                          </li>
 +
                          <li class="dropdown">
 +
                            <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Team<span class="caret"></span></a>
 +
                            <ul class="dropdown-menu" role="menu">
 +
                              <li><a href="https://2016.igem.org/Team:Edinburgh_UG/Team">Team</a></li>
 +
                              <li><a href="https://2016.igem.org/Team:Edinburgh_UG/Attribution">Attribution</a></li>
 +
                            </ul>
 +
                          </li>
 +
                          <li class="dropdown">
 +
                            <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Human Practices<span class="caret"></span></a>
 +
                            <ul class="dropdown-menu" role="menu">
 +
                              <li><a href="https://2016.igem.org/Team:Edinburgh_UG/Overview">Overview</a> </li>
 +
                              <li><a href="https://2016.igem.org/Team:Edinburgh_UG/HP/Silver">Silver</a> </li>
 +
                              <li><a href="https://2016.igem.org/Team:Edinburgh_UG/HP/Gold">Gold</a> </li>
 +
                              <li><a href="https://2016.igem.org/Team:Edinburgh_UG/Medal_Criteria">Medal Criteria</a> </li>
 +
                              <li><a href="https://2016.igem.org/Team:Edinburgh_UG/Integrated_Practices">Integrated Practices</a> </li>
 +
                              <li><a href="https://2016.igem.org/Team:Edinburgh_UG/Engagement">Engagement</a> </li>
 +
                              <li><a href="https://2016.igem.org/Team:Edinburgh_UG/Ethics">Ethics</a> </li>
 +
                              <li><a href="https://2016.igem.org/Team:Edinburgh_UG/Mary_Queen_of _Scots">Mary Queen of Scots</a> </li>
 +
                            </ul>
 +
                          </li>
 +
                          <li class="dropdown">
 +
                            <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Project<span class="caret"></span></a>
 +
                            <ul class="dropdown-menu" role="menu">
 +
                              <li><a href="https://2016.igem.org/Team:Edinburgh_UG/Description">Description</a></li>
 +
                              <li><a href="https://2016.igem.org/Team:Edinburgh_UG/Design">Design</a></li>
 +
                              <li><a href="https://2016.igem.org/Team:Edinburgh_UG/Proof">Proof of Concept</a></li>
 +
                              <li><a href="https://2016.igem.org/Team:Edinburgh_UG/Demonstrate">Demonstrate</a></li>
 +
                              <li><a href="https://2016.igem.org/Team:Edinburgh_UG/Notebook">Notebook</a></li>
 +
                              <li><a href="https://2016.igem.org/Team:Edinburgh_UG/Protocols">Protocols</a></li>
 +
                              <li><a href="https://2016.igem.org/Team:Edinburgh_UG/Limitations">Advantages and Limitations</a></li>
 +
                            </ul>
 +
                          </li>
 +
                          <li class="dropdown">
 +
                            <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Informatics<span class="caret"></span></a>
 +
                            <ul class="dropdown-menu" role="menu">
 +
                              <li><a href="https://2016.igem.org/Team:Edinburgh_UG/Lexicon_Encoding">Lexicon Encoding</a></li>
 +
                              <li><a href="https://2016.igem.org/Team:Edinburgh_UG/Error_Correction">Error Correction</a></li>
 +
                              <li><a href="https://2016.igem.org/Team:Edinburgh_UG/Encryption">Encryption</a></li>
 +
                              <li><a href="https://2016.igem.org/Team:Edinburgh_UG/Files">Files</a></li>
 +
                            </ul>
 +
                          </li>
 +
                          <li class="dropdown">
 +
                            <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Parts<span class="caret"></span></a>
 +
                            <ul class="dropdown-menu" role="menu">
 +
                              <li><a href="https://2016.igem.org/Team:Edinburgh_UG/Basic_Part">Basic Parts</a></li>
 +
                              <li><a href="https://2016.igem.org/Team:Edinburgh_UG/Composite_Part">Composite Parts</a></li>
 +
                              <li><a href="https://2016.igem.org/Team:Edinburgh_UG/Part_Collection">Part Collection</a> </li>
 +
                            </ul>
 +
                          </li>
 +
                          <li>
 +
                              <a href="https://2016.igem.org/Team:Edinburgh_UG/Collaboration">Collaboration</a>
 +
                          </li>
 +
                          <li class="dropdown">
 +
                            <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Awards<span class="caret"></span></a>
 +
                            <ul class="dropdown-menu" role="menu">
 +
                              <li><a href="https://2016.igem.org/Team:Edinburgh_UG/Software">Software</a> </li>
 +
                            </ul>
 +
                          </li>
 +
                          <li class="dropdown">
 +
                            <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Safety<span class="caret"></span></a>
 +
                            <ul class="dropdown-menu" role="menu">
 +
                              <li><a href="https://2016.igem.org/Team:Edinburgh_UG/Safety/Biological Safety">Biological Safety</a></li>
 +
                            </ul>
 +
                          </li>
 +
                          <li class="dropdown">
 +
                            <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Interlab<span class="caret"></span></a>
 +
                            <ul class="dropdown-menu" role="menu">
 +
                              <li><a href="https://2016.igem.org/Team:Edinburgh_UG/Plate_Reader">Plate Reader</a></li>
 +
                            </ul>
 +
                          </li>
 +
                      </ul>
 +
                  </div>
 +
                  <!-- /.navbar-collapse -->
 +
              </div>
 +
              <!-- /.container -->
 +
          </nav>
 +
        </div>
 +
    </div>
 +
    <!-- End of menu  -->
 +
<br>
 +
<br>
 +
    <!-- Page Header -->
 +
    <!-- Set your background image for this header on the line below. -->
 +
    <header class="intro-header" style="background-image: url('https://static.igem.org/mediawiki/2016/c/c1/Pp1920.jpg')">
 +
        <div class="container">
 +
            <div class="row">
 +
                <div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
 +
                    <div class="site-heading">
 +
                        <h1>Proof of concept</h1>
 +
                        <hr class="small">
 +
                    </div>
 +
                </div>
 +
            </div>
 +
        </div>
 +
    </header>
 +
 
 +
 
 +
 
 +
 
 +
 
 +
    <!-- Main Content -->
 +
<div class="container-fluid">
 +
    <div class="row full-size">
 +
      <div class="col-sm-2"></div>
 +
      <div class="col-sm-8">
 +
  <p class="lead">BabblED have created a modular and accessible system to store data in DNA. We have demonstrated that data can be encoded into DNA, the DNA can be assembled using a modular system without the high expense of de novo synthesis, then read back with high fidelity and built-in error correction. Our multi-step proof of concept:</p>
 +
<im src="https://static.igem.org/mediawiki/2016/8/8f/EdinburghUG2016-POC1.png">
 +
<h1>Data-to-DNA software:</h1>
 +
<p class="lead">We have written software in python which allows input data to be converted to DNA in the format of BabbleBlocks. The data library (for example an input list of words) is matched to a corresponding list of coding DNA sequences. The desired data to be encoded is then uploaded, or typed. The software gives an output of which BabbleBricks are required, and which order they are to be assembled. For automated labs a protocol script can be provided.</p>
 +
<p class="lead>The software can be downloaded and tried out here.</p>
 +
<h1>Creation of BabbleBricks</h1>
 +
<p class="lead">BabbleBricks (make this a link to the page explaining design of BabbleBricks?) are designed to be housed in phytobrick compatible plasmids for storage. The BabbleBrick can be excised from the phytobrick when needed for assembly use</p>
 +
<img src="https://static.igem.org/mediawiki/2016/f/f8/EdinburghUG2016-POC2.png">
 +
<p class="lead">Our BabbleBricks were created using complimentary primers. These were designed to leave overhangs which allowed insertion into a plasmid to comply with BioBrick standard.</p>
 +
<p class="lead">To maintain a stock levels of the BabbleBricks replication of the plasmid was done by transforming into competent TOP10 e.coli cells. From these, the plasmid was then extracted, purified and mini prepped. This miniprep is stored and used for assembly. BBa_K1967000 is an example of a BabbleBrick.</p>
 +
<h1>Assembly of BabbleBricks</h1>
 +
<p class="lead">Creating BabbleBlocks from BabbleBricks is a demonstration of our new DNA assembly standard for encoding data. It is a BioBrick device as it consists of several BioBrick components.</p>
 +
<p class="lead">The assembly method is the sequential addition of BabbleBricks onto a growing chain anchored by a magnetic bead. Alternating AB and BA overhangs ensures only one BabbleBrick is added on per ligation step. The anchor has a polyT tail, which base pairs with the anchor’s polyA tail. This anchor has an A overhang which allows addition of the first AB Coding BabbleBrick. Sequential addition of BabbleBricks occurs until a terminator is added. Between each addition a washing step occurs. The bead is held in place with a magnetic rack.</p>
 +
<img src="https://static.igem.org/mediawiki/2016/9/9f/EdinburghUG2016-POC3.png">
 +
<p class="lead">Once construct is compete, the DNA is meted off the magnetic bead. This can be stored as is, or digested and ligated into a phytobrick compatible plasmid:</p>
 +
<div class="col-sm-6"><p class="lead">A polyagarose gel was used to ensure the correct product has been made. Here, we can see BabbleBlocks of varying lengths corresponding to the number of BabbleBricks added together.</p></div>
 +
<div class="col-sm-6"><img src="https://static.igem.org/mediawiki/2016/a/a9/EdinburghUG2016-POC4.png"></div>
 +
<p class="lead">This can be done because BabbleBricks are defined regular lengths, so we observe regular step-wise differences.</p>
 +
<h1>DNA-to-Data Software</h1>
 +
<p class="lead">To read the stored data the DNA is sequenced. In Edinburgh we have been using Sanger sequencing because our DNA constructs have repetitive sequences. These would be difficult to assemble using short read lengths of many next generation methods. Ideally however, we would want to use nanopore technology. The MiniION has long read lengths, and can be plugged into a USB port to be used with our software with the highest convenience for the end user. </p>
 +
<p class="lead">The sequence is then read by the decoding software (link again). This identified and reads the data coding regions to return the stored information. </p>
 +
<p class="lead">This software can check and correct errors that may have occurred by sequencing or mutations. To demonstrate its ability, tests in silico using sequences containing a variety of possible errors were done to assess the correction rate.</p>
 +
<p class="lead">In collaboration with Exeter iGEM we have explored the correcting ability of our system. We observe the potential of our error correcting mechanism facing worst case scenario sequence errors. However, as the magnitude of error increases the likelihood of it occurring decreases. </p>
 +
<im src="https://static.igem.org/mediawiki/2016/b/b4/EdinburghUG2016-POC5.png">
 +
      </div>
 +
      <div class="col-sm-2"></div>
 +
    </div>
 +
  </div>
 +
 +
                <hr>
 +
                <!-- Pager -->
 +
 
 +
            </div>
 +
        </div>
 +
    </div>
 +
 
 +
    <hr>
 +
 
 +
    <div class="row">
 +
            <div class="box">
 +
                <div class="col-lg-12">
 +
                    <hr>
 +
                    <h2 class="intro-text text-center">Follow
 +
                        <strong>Us</strong>
 +
                    </h2>
 +
                    <hr>
 +
                    <div class="intro-text text-center">
 +
                        <ul class="list-inline banner-social-buttons">
 +
                            <li>
 +
                                <a href="https://twitter.com/EdiGEM2016"><img src="https://static.igem.org/mediawiki/2016/9/94/Edinburgh2_t2.jpg"></img></a>
 +
                            </li>
 +
                            <li>
 +
                                <a href="https://www.facebook.com/EdiGEM2016"><img src="https://static.igem.org/mediawiki/2016/c/ce/Edinburgh2_f2.png"></img></a>
 +
                            </li>
 +
                            <li>
 +
                                <a href="https://www.instagram.com/edigem2016/"><img src="https://static.igem.org/mediawiki/2016/6/64/Edinburgh2_insta2.png"></img></a>
 +
                            </li>
 +
                        </ul>
 +
                    </div>
 +
                </div>
 +
            </div>
 +
        </div>
 +
<br>
 +
<br>
 +
 
 +
 
 +
</body>
  
 
</html>
 
</html>

Latest revision as of 01:25, 20 October 2016

Attribution

Proof of concept


BabblED have created a modular and accessible system to store data in DNA. We have demonstrated that data can be encoded into DNA, the DNA can be assembled using a modular system without the high expense of de novo synthesis, then read back with high fidelity and built-in error correction. Our multi-step proof of concept:

Data-to-DNA software:

We have written software in python which allows input data to be converted to DNA in the format of BabbleBlocks. The data library (for example an input list of words) is matched to a corresponding list of coding DNA sequences. The desired data to be encoded is then uploaded, or typed. The software gives an output of which BabbleBricks are required, and which order they are to be assembled. For automated labs a protocol script can be provided.

BabbleBricks (make this a link to the page explaining design of BabbleBricks?) are designed to be housed in phytobrick compatible plasmids for storage. The BabbleBrick can be excised from the phytobrick when needed for assembly use

Our BabbleBricks were created using complimentary primers. These were designed to leave overhangs which allowed insertion into a plasmid to comply with BioBrick standard.

To maintain a stock levels of the BabbleBricks replication of the plasmid was done by transforming into competent TOP10 e.coli cells. From these, the plasmid was then extracted, purified and mini prepped. This miniprep is stored and used for assembly. BBa_K1967000 is an example of a BabbleBrick.

Assembly of BabbleBricks

Creating BabbleBlocks from BabbleBricks is a demonstration of our new DNA assembly standard for encoding data. It is a BioBrick device as it consists of several BioBrick components.

The assembly method is the sequential addition of BabbleBricks onto a growing chain anchored by a magnetic bead. Alternating AB and BA overhangs ensures only one BabbleBrick is added on per ligation step. The anchor has a polyT tail, which base pairs with the anchor’s polyA tail. This anchor has an A overhang which allows addition of the first AB Coding BabbleBrick. Sequential addition of BabbleBricks occurs until a terminator is added. Between each addition a washing step occurs. The bead is held in place with a magnetic rack.

Once construct is compete, the DNA is meted off the magnetic bead. This can be stored as is, or digested and ligated into a phytobrick compatible plasmid:

A polyagarose gel was used to ensure the correct product has been made. Here, we can see BabbleBlocks of varying lengths corresponding to the number of BabbleBricks added together.

This can be done because BabbleBricks are defined regular lengths, so we observe regular step-wise differences.

DNA-to-Data Software

To read the stored data the DNA is sequenced. In Edinburgh we have been using Sanger sequencing because our DNA constructs have repetitive sequences. These would be difficult to assemble using short read lengths of many next generation methods. Ideally however, we would want to use nanopore technology. The MiniION has long read lengths, and can be plugged into a USB port to be used with our software with the highest convenience for the end user.

The sequence is then read by the decoding software (link again). This identified and reads the data coding regions to return the stored information.

This software can check and correct errors that may have occurred by sequencing or mutations. To demonstrate its ability, tests in silico using sequences containing a variety of possible errors were done to assess the correction rate.

In collaboration with Exeter iGEM we have explored the correcting ability of our system. We observe the potential of our error correcting mechanism facing worst case scenario sequence errors. However, as the magnitude of error increases the likelihood of it occurring decreases.




Follow Us