Difference between revisions of "Team:Vanderbilt/Software/Stats"

Line 8: Line 8:
 
<div class="row">
 
<div class="row">
 
         <div class="btn-group btn-breadcrumb">
 
         <div class="btn-group btn-breadcrumb">
             <a href="#" class="btn btn-default"><img src="https://static.igem.org/mediawiki/2015/e/ef/Vanderbilt_2015_flask_red_unselected.png" alt="project" height="36" width="32"/></a>
+
             <a href="#" class="btn btn-default"><i class="glyphicon glyphicon-cd"></i></a>
            <a href="https://2015.igem.org/Team:Vanderbilt/Project/Background" class="btn btn-default chosen">Background</a>
+
             <a href="https://2015.igem.org/Team:Vanderbilt/Software/Development" class="btn btn-default">Development</a>
            <a href="https://2015.igem.org/Team:Vanderbilt/Project/Sequence" class="btn btn-default">Sequence</a>
+
             <a href="https://2015.igem.org/Team:Vanderbilt/Software/User_Guide" class="btn btn-default ">User Guide</a>
             <a href="https://2015.igem.org/Team:Vanderbilt/Project/Circuit" class="btn btn-default">Circuit</a>
+
             <a href="https://2015.igem.org/Team:Vanderbilt/Software/Statistics" class="btn btn-default chosen">Statistics</a>
             <a href="https://2015.igem.org/Team:Vanderbilt/Project/Organism" class="btn btn-default">Organism</a>
+
             <a href="https://2015.igem.org/Team:Vanderbilt/Project/Nanopore" class="btn btn-default">Nanopore</a>
+
            <a href="https://2015.igem.org/Team:Vanderbilt/Project/Achievements" class="btn btn-default">Achievements</a>
+
 
         </div>
 
         </div>
 
</div>
 
</div>

Revision as of 05:06, 21 November 2015

Vanderbilt iGEM 2015

Mutability Score Statistics

After writing software to wrap the BioBrick API, we tried to verify the efficacy of our technique by determining how much our algorithm could optimize protein coding sequences available on the Parts Registry. We scanned over 1400 parts on the registry and determined their mutability scores, before and after optimization.

Globally Optimized

The typical optimization scheme optimizes according to a series of weights, explained in the software section. This scheme attemps to produce the lowest possible chance of mutation in most cases. On average, this scheme reduced counts as follows:

{
  rateLimitingCodons: 24.489597780859917,
  weightedPyrDimerCount: 17.15401567267683,
  miscSites: 37.601941747572816,
  hairpinSites: 20.033980582524272,
  insertionSequences: 0.13661581137309292,
  antiShineDelgarno: 125.69694868238558,
  deaminationSites: 51.245492371705964,
  repeatRuns: 26.17614424410541,
  homologyRepeatCount: 0,
  alkylationSites: 176.72122052704577,
  methylationSites: 13.169209431345354,
  oxidationSites: 149.94660194174756,
  RFC10Sites: 0.13800277392510402
}