Team:UChicago/Fluctuation Analysis

From 2014.igem.org

(Difference between revisions)
 
(8 intermediate revisions not shown)
Line 27: Line 27:
<br/>
<br/>
<h2>Small FALCOR-like program for mutational analysis</h2>
<h2>Small FALCOR-like program for mutational analysis</h2>
 +
<input type="checkbox" id="debugb"><label for="debugb">Debug mode</label></input>
 +
<button type="button">Add sample data</button>
<div id="inputs">
<div id="inputs">
<h4>Mutants</h4>
<h4>Mutants</h4>
-
<textarea id="mutin">Paste here</textarea>
+
<textarea id="mutin" placeholder="Paste data here"></textarea>
<h4>Viable Cells</h4>
<h4>Viable Cells</h4>
-
<textarea id="tcellsin">Paste here</textarea>
+
<textarea id="tcellsin" placeholder="Paste data here"></textarea>
<button id="calcb" type="button">Calculate</button>
<button id="calcb" type="button">Calculate</button>
</div>
</div>
Line 85: Line 87:
     }
     }
     var hitspercell = Math.log(mutcounts.length / tmutplates);
     var hitspercell = Math.log(mutcounts.length / tmutplates);
-
     var mutrate = viablescounts[0] / viables;
+
     var mutrate = hitspercell / viablescounts[0];
-
     $('#mutrate').val(mutrate.toString());
+
     $('#mutrate').html(mutrate.toString());
   });
   });
});
});

Latest revision as of 02:52, 26 August 2014



Small FALCOR-like program for mutational analysis

Mutants

Viable Cells

Results

Mean Mutational Events 95% CI Mutation Rate 95% CI
1.4 .1 10-3 10-4