Team:TU-Munich/Modeling/Filter

From 2013.igem.org

(Difference between revisions)
(Fixed number of remediation rafts)
(Filter calculator)
Line 12: Line 12:
To simplify the testing of use cases and for the comfort of future users, we implemented a filter calculator. The filter calculator either calculates the number of remediation rafts needed to degrade a certain amount of pollutant, or it computes the residual subtrate concentration after a certain number of remediation rafts is used.
To simplify the testing of use cases and for the comfort of future users, we implemented a filter calculator. The filter calculator either calculates the number of remediation rafts needed to degrade a certain amount of pollutant, or it computes the residual subtrate concentration after a certain number of remediation rafts is used.
-
=== Fixed number of remediation rafts ===
+
=== Calculate number of remediation rafts ===
<html><div id="rafts">
<html><div id="rafts">
<p id="enzyme">Select enzyme: <select>
<p id="enzyme">Select enzyme: <select>
Line 28: Line 28:
<script src="https://2013.igem.org/Team:TU-Munich/TUM13_filter-calculator.js?action=raw&ctype=text/javascript" type="text/javascript"></script>
<script src="https://2013.igem.org/Team:TU-Munich/TUM13_filter-calculator.js?action=raw&ctype=text/javascript" type="text/javascript"></script>
</html>
</html>
 +
 +
=== Calculate pollutant degradation ===
 +
<html><div id="substrate">
 +
<p id="enzyme">Select enzyme: <select>
 +
            <option selected="selected">EreB</option>
 +
            <option>Laccase</option>
 +
            <option>Custom</option>
 +
        </select></p>
 +
<p id="activity">Enter enzyme activity: <input type="text" />k<sub>cat</sub>/k<sub>M</sub></p>
 +
<p id="mass">Enter molecular mass: <input type="text" />Da</p>
 +
<p id="flow">Flowrate: <input type="text" />L/day</p>
 +
<p id="substrate">Subtrate concentration before filter: <input type="text" />nM</p>
 +
<p id="number">Number of remediation rafts: <input type="text" /></p>
 +
<p><input type="submit" value="Calculate substrate concentration" /></p>
 +
</div></html>
<!-- End of content-->
<!-- End of content-->

Revision as of 00:16, 4 October 2013


Figure 1: Work flow for the generation of transgenic moss.

Filter calculator

To simplify the testing of use cases and for the comfort of future users, we implemented a filter calculator. The filter calculator either calculates the number of remediation rafts needed to degrade a certain amount of pollutant, or it computes the residual subtrate concentration after a certain number of remediation rafts is used.

Calculate number of remediation rafts

Select enzyme:

Enter enzyme activity: kcat/kM

Enter molecular mass: Da

Flowrate: L/day

Subtrate concentration before filter: nM

Desired substrate concentration after filter: nM

Calculate pollutant degradation

Select enzyme:

Enter enzyme activity: kcat/kM

Enter molecular mass: Da

Flowrate: L/day

Subtrate concentration before filter: nM

Number of remediation rafts: