Difference between revisions of "Team:Heidelberg/Sandbox256"

(Created page with "{{Heidelberg/header}} {{#tag:html| <script> {{Heidelberg/title|Safetynet}} </script> }} {{Heidelberg/navbar }} {{Heidelberg/main| Software| SafetyNet| http:/...")
 
(Blanked the page)
 
(36 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{Heidelberg/header}}
 
  
{{#tag:html|
 
<script>
 
{{Heidelberg/title|Safetynet}}
 
</script>
 
}}
 
 
{{Heidelberg/navbar
 
    }}
 
{{Heidelberg/main|
 
    Software|
 
    SafetyNet|
 
    https://static.igem.org/mediawiki/2017/1/1b/T--Heidelberg--2017_background_web.jpg|turk|
 
    {{Heidelberg/abstract|     
 
        https://static.igem.org/mediawiki/2017/e/eb/T--Heidelberg--2017_SafetyNet_GA.jpg|
 
        When performing large scale, automated directed evolution experiments a manual assertion of every sequence in the library is impossible. However profound background and quality checks on sequences are crucial in the automated context as the experimentator has no direct control of the processes. This especially holds true for <i>in silico</i> evolution, where the immediate effect of a mutation is not assessable.
 
In order to safeguard our <i>in vivo</i> and <i>in silico</i> directed evolution experiments we developed Safetynet.
 
Safetynet is a web available, neural network based sequence check. It does not only infer the function and species of origin, but does also assert the safety level assigned to the origin species and the potential harm of an input sequence. We applied SafetyNet throughout our directed evolution experiments to ensure safe and flawless sequence improvement all the while preventing the unintended emergence of harmful traits.
 
    }}
 
    {{Heidelberg/templateus/Contentsection|
 
        {{#tag:html|
 
            {{Heidelberg/formblank|{{#tag:html|
 
            <a href="https://2017.igem.org/Team:Heidelberg/Model/Mutagenesis_Induction#glucose">
 
<img padding="50" height="30" src="https://static.igem.org/mediawiki/2017/thumb/2/2e/T--Heidelberg--Team_Heidelberg_2017_modeling-logo.png/320px-T--Heidelberg--Team_Heidelberg_2017_modeling-logo.png">
 
Theory behind this tool
 
</a>
 
}}|#005498|||}}
 
            To save the user from having to convert values, some of the input is redudant. For the glucose concentration \(c_{G}\), <i>E. coli</i> concentration \(c_{E}\) and the <i>E. coli</i> capacity two unit are accepted. For the glucose concentration the value in mmol has the higher priority, for the <i>E. coli</i> values, the gram dryweight value has the higher priority.
 
            <br>
 
            The generation time \(t_{E}\) is redundant to the flow rate \(\Phi_{T}\) in the context of a turbidostat. Here, \(t_{E}\) is prioritised.
 
 
            <br>
 
            The different buttons trigger different calculations. The buttons first word specifies the glucose concentration of which vessel is calculated, the word in braces defines the vessel of which the glucose concentration is given in \(c_{G}\).
 
            <br>
 
            A new clean plot can be generated using the "New" option, that means all data plotted so far is lost.
 
            <br>
 
            The exponential mode of the model can be enabled witht he "Exponential" option. The default is logistic growth.
 
            <br>
 
            When a comma-separted file is uploaded via the "Choose File" button, data from the csv is plottet into the graph.
 
            The csv must have the following format:<br>
 
 
                            <code class="html">t;  E. coli 1; Glucose 1</code><br>
 
                            <code class="html">0;  0.01;            1.0</code><br>
 
                            <code class="html">20;  0.02;            0.9</code><br>
 
                            <code class="html">40;  0.04;            0.8</code><br>
 
                            <code class="html">60;  0.08;            0.7</code><br>
 
                            <code class="html">80;  0.16;            0.6</code><br>
 
                            <code class="html">100; 0.32;            0.5</code><br>
 
 
            The first row is the header providing names for all colums. The first row is interpreted as the time. All other rows are interpreted as datapoints for the point in time that is specified in the first column. The separator is <code class="html">';'</code>, the row separator is newline.
 
 
            {{Heidelberg/boxopen|Parameter overview|
 
                {{Heidelberg/templateus/Tablebox|
 
                        Table 1: Variables and Parameters used for the calculation of the glucose and <i>E. coli</i> concentrations |
 
                        {{#tag:html|
 
                            <table class="table table-bordered mdl-shadow--4dp" XSSCleaned="overflow-x: scroll !important">
 
                                <thead style="background-color: #005493 !important;">
 
                                    <tr>
 
                                        <th>Symbol</th>
 
                                        <th>Value and Unit</th>
 
                                        <th>Explanation</th>
 
                                    </tr>
 
                                </thead>
 
                                <tbody>
 
                                    <tr>
 
                                        <td>\(c_{G_{T} }\)</td>
 
                                        <td>[g/ml] or [mmol/ml]</td>
 
                                        <td>Glucose concentration in Turbidostat</td>
 
                                    </tr> 
 
                                    <tr>
 
                                        <td>\(c_{G_{M} }\)</td>
 
                                        <td>[g/ml] or [mmol/ml]</td>
 
                                        <td>Glucose concentration in medium</td>
 
                                    </tr> 
 
                                    <tr>
 
                                        <td>\(c_{G_{L} }\)</td>
 
                                        <td>[g/ml] or [mmol/ml]</td>
 
                                        <td>Glucose concentration in lagoon</td>
 
                                    </tr> 
 
                                    <tr>
 
                                        <td>\(t\)</td>
 
                                        <td>[min]</td>
 
                                        <td>Time</td>
 
                                    </tr>   
 
                                    <tr>
 
                                        <td>\(\Phi_{T}\)</td>
 
                                        <td>[ml/min]</td>
 
                                        <td>Flow rate through Turbidostat</td>
 
                                    </tr>
 
                                    <tr>
 
                                        <td>\(\Phi_{L}\)</td>
 
                                        <td>[ml/min]</td>
 
                                        <td>Flow rate through Lagoon</td>
 
                                    </tr>
 
                                    <tr>
 
                                        <td>\(c_{E}\)</td>
 
                                        <td>[cfu/ml] or OD600</td>
 
                                        <td><i>E. coli</i> concentration</td>
 
                                    </tr> 
 
                                    <tr>
 
                                        <td>\(q\)</td>
 
                                        <td>\([g_{glucose} \: g_{DW}^{-1} h^{-1}]\)</td>
 
                                        <td>Glucose consumption by <i>E. coli</i><x-ref>Neubauer2001</x-ref></td>
 
                                    </tr>
 
                                    <tr>
 
                                        <td>\(t_{E}\)</td>
 
                                        <td>[min]</td>
 
                                        <td><i>E. coli</i> generation time</td>
 
                                    </tr> 
 
                                   
 
                                </tbody>
 
                            </table>
 
                        }}|
 
                        List of all  paramters and variables used in the numeric solution of this model.
 
                    }}
 
            |tab1|#005493}}
 
        }}
 
    }}
 
    {{Heidelberg/templateus/Contentsection|
 
        {{#tag:html|
 
 
            {{Heidelberg/formblank|Get the ideal concentration|#005493|
 
                {{Heidelberg/formrow|
 
                    {{Heidelberg/forminput|Glucose concentration \(c_{G} \: [g/l]\)|number|cturbidostat|1}}
 
                    {{Heidelberg/forminput|Glucose concentration \(c_{G} \: [mmol/l]\)|number|cturbidostatmol|0}}
 
                    {{Heidelberg/forminput|Flow rate \(\Phi_{T} \:[Volumes/h]\)|number|fr|0}}
 
                    {{Heidelberg/forminput|Generation time \(t_{E} \:[min]\)|number|te|40}}
 
                }}
 
                {{Heidelberg/formrow|
 
                    {{Heidelberg/forminput|<i>E. coli</i> titer \(c_{E} \:[OD600]\)|number|ectiterod|0.05}}
 
                    {{Heidelberg/forminput|<i>E. coli</i> titer \(c_{E} \:[g_{DW}/l]\)|number|ectiterdw|0}}
 
                    {{Heidelberg/forminput|Lagoon volume \(V_{L} \:[ml]\)|number|vl|0}}
 
                    {{Heidelberg/forminput|Lagoon flow rate \(\Phi_{L} \:[ml/min]\)|number|phil|0}}
 
                }}
 
                {{Heidelberg/formrow|               
 
                    {{Heidelberg/forminput|Glucose degradation \(q \: [g_{glucose} \: g_{DW}^{-1} h^{-1}]\)|number|q|0.183}}
 
                    {{Heidelberg/forminput|Time \(t \: [min]\)|number|gluc_time|120}}
 
                    {{Heidelberg/forminput|<i>E. coli</i> capacity \(c_{c} \: [g/L]\)|number|cmaxdw|0}}
 
                    {{Heidelberg/forminput|<i>E. coli</i> capacity \(c_{c} \: [OD600]\)|number|cmaxod|4.0}}
 
 
                }}
 
                {{Heidelberg/formrow|                     
 
                    {{Heidelberg/formcheckbox|New|new}}
 
                    {{Heidelberg/formcheckbox|Exponential|exponential}}
 
                }}
 
                {{Heidelberg/formrow| 
 
                    {{Heidelberg/formbutton|Medium (Turbidostat)|glucosecont();}}
 
                    {{Heidelberg/formbutton|Medium (Lagoon)|glucosecont_lagoon();}}
 
                    {{Heidelberg/formbutton|Lagoon (Medium)|glucosecont_forward();}}
 
                }}
 
                {{Heidelberg/formrow| 
 
                    {{Heidelberg/formbutton|Medium (Flask)|glucosedis();}}
 
                    {{Heidelberg/formbutton|Flask (Medium)|glucosedis_forward();}}
 
                    {{Heidelberg/formfilefix}}
 
                }}|                   
 
            }}
 
 
            <div class="col-lg-12 col-md-12 col-xs-12", style="padding-left:0px;padding-right:0px">
 
                <div class="mdl-shadow--4dp" style="padding:20px; float:left}">
 
                    <div style="width: 100% !important; overflow-x: auto !important;">
 
                        <div style="width: 100% !important; min-width: 700 !important;" id="glucoseplot"></div>
 
                    </div>
 
                {{Heidelberg/formblank| |#005493| |{{#tag:html| 
 
 
                    <div class="img-caption title" style="text-align: justify !important;">      <strong><b>Changes in <i>E. coli</i> and glucose concentration over time</b></strong>
 
                    </div>
 
                    <div class="img-caption subtitle" style="text-align: justify !important;">
 
                        <div class=content id="glucoseout"></div>
 
                    </div>
 
                }}}}
 
            </div>
 
        </div>
 
        }}
 
    }}
 
            {{Heidelberg/formblank|{{#tag:html|
 
            <a href="https://2017.igem.org/Team:Heidelberg/Model/Mutagenesis_Induction#glucose">
 
<img padding="50" height="30" src="https://static.igem.org/mediawiki/2017/thumb/2/2e/T--Heidelberg--Team_Heidelberg_2017_modeling-logo.png/320px-T--Heidelberg--Team_Heidelberg_2017_modeling-logo.png">
 
Theory behind this tool
 
</a>
 
}}|#005498|||}}
 
}}
 
{{Heidelberg/references2
 
    }}
 
{{Heidelberg/footer
 
    }}
 
{{Heidelberg/tools_induction}}
 
 
{{Heidelberg/formcode|ecgluc|userdata}}
 

Latest revision as of 17:50, 14 December 2017