Team:UChicago/Fluctuation Analysis

From 2014.igem.org

(Difference between revisions)
Line 2: Line 2:
<html>
<html>
 +
<style>
<style>
 +
 +
#maincontent {
 +
  margin: auto;
 +
  width: 60%;
 +
}
 +
input {
input {
    
    
}
}
 +
</style>
</style>
-
<div>
+
<div id="maincontent">
<input type="text" id="text" style="width: 150px;">
<input type="text" id="text" style="width: 150px;">
-
<br />
+
<br/>
<input type="button" value="Click Me" id="button">​
<input type="button" value="Click Me" id="button">​
-
 
+
<br/>
-
<input type="number" min="0">
+
<h2>Small FALCOR-like program for mutational analysis</h2>
 +
<div id="inputs">
 +
<h3>Mutants</h3>
 +
<textarea id="mutin">Paste here</textarea>
 +
<h3>Viable Cells</h3>
 +
<textarea id="tcellsin">Paste here</textarea>
 +
</div>
 +
<div id="outputs">
 +
<dl>
 +
<dt>Mean mutational frequency</dt>
 +
<dd id="mmutfreq"><dd>
 +
</div>
<!-- may contain terrible hacks -->
<!-- may contain terrible hacks -->

Revision as of 00:52, 26 August 2014



Small FALCOR-like program for mutational analysis

Mutants

Viable Cells

Mean mutational frequency