Difference between revisions of "Team:Heidelberg/internal tools"

Line 546: Line 546:
 
                                                       </section>  
 
                                                       </section>  
 
                                                         </form>
 
                                                         </form>
                                                       </div>
+
                                                        
 
                                                                 <br>
 
                                                                 <br>
 
                                                                     <p id="number_generations"></p>
 
                                                                     <p id="number_generations"></p>
Line 553: Line 553:
 
                                                                     <p>The share of sequences that shows at least one mutation in \(L_{Sequence}\) bp is \(p_{M}=\) <span id="amount_mutated"></span> % of sequences</p>
 
                                                                     <p>The share of sequences that shows at least one mutation in \(L_{Sequence}\) bp is \(p_{M}=\) <span id="amount_mutated"></span> % of sequences</p>
 
                                                                     <p id="number_to_seq"></p>
 
                                                                     <p id="number_to_seq"></p>
                                                      
+
                                                     </div>
 
                                                 </div>
 
                                                 </div>
 
                                             </div>
 
                                             </div>
 
                         </div>
 
                         </div>
  
                                            <section id="footer-sec">
+
                                         
        <div class="container">
+
            <div class="row" style="padding-top: 30px;">
+
                <div class="col-md-3">
+
                    <h4>About us </h4>
+
                    <span>"We are an extremely motivated team of young students competing in the worlds biggest synthetic biology competition"</span>
+
 
+
                </div>
+
                <div class="col-md-3">
+
                    <h4> Useful <strong>Links</strong> </h4>
+
 
+
<li>
+
<a href="#">
+
<i class="fa fa-angle-right">
+
</i>
+
Special pages
+
</a>
+
</li>
+
<li>
+
<a href="#">
+
<i class="fa fa-angle-right">
+
</i>
+
Main Page
+
</a>
+
</li>
+
</div>
+
                <div class="col-md-3">
+
                    <h4> Follow us on </h4>
+
                    <a href="#" target="_blank" id="facebook"><i class="fa fa-facebook-square fa-3x"></i></a> 
+
                    <span style="color: grey">&</span>
+
                    <a href="#" target="_blank" id="twitter"><i class="fa fa-twitter-square fa-3x"></i></a>
+
                </div>
+
                <div class="col-md-3">
+
                    <h4> Contact us </h4>
+
                    <li>
+
<i class="fa fa-map-marker fa-lg">
+
</i>
+
Im Neuenheimer Feld 267
+
<br>
+
69120 Heidelberg
+
</li>
+
<li>
+
<i class="fa fa-phone">
+
</i>
+
1 -234 -456 -7890
+
</li>
+
 
+
<li>
+
<a href="mailto:info@yourdomain.com">
+
<i class="fa fa-envelope">
+
</i>
+
bioquant@uni-heidelberg.de
+
</a>
+
</li>
+
                </div>
+
            </div>
+
        </div>
+
    </section>
+
 
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
 
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
 
<script src="https://cdn.plot.ly/plotly-latest.min.js"></script>
 
<script src="https://cdn.plot.ly/plotly-latest.min.js"></script>

Revision as of 10:00, 19 September 2017

WikitemplateA home - 2014.igem.org

 

WikitemplateA home

From 2014.igem.org

Internal Tools

Number of mutations and mutated sequences

Expected number of mutations in a single sequence: $$p_{m} = \frac{N_{mutations}}{L_{Sequence}} = N_{generations} * r_{mutation} = t_{total} * \Phi * r_{mutation}$$

The expected share of sequences that shows at least one mutation in \(L_{Sequence}\) bp is the probability that \(L_{sequence}\) basepairs stay unchanged when \(\frac{N_{mutations}}{L_{Sequence}}\) mutations are expected: $$p_{M} = \frac{N_{mutated}}{N_{Sequences}} = 1 - p(N_{mutations}=0) = 1 - (1-p_{m})^{L_{Sequence}} $$

With this equation we can also calculate the number of sequences \(N_{Sequences}\) that have to be sequenced in order to find a mutated one with a probability of \(p(N_{mutated} > 0)\). $$ N_{Sequences} = \frac{p(N_{mutated} > 0)}{p_{M}} $$

The probability to find at least one mutated sequence under the given conditions is $$p(N_{mutated}>0) = 1 - (1-p_{M})^{N_{sequences}}$$ which gives $$N_{Sequences} = \frac{ln(1-p(N_{mutated}>0))}{ln(1-p_{M})}$$

Set \(\Phi\) to zero to use the number of generations for the calculation. If \(\Phi\) and the number of generations are given, \(\Phi\) is used.

Consider \(L_{Sequence}\) as the number of basepairs that is expected to be mutated. If half of the sequence you are interested in, is highly conserved choose a lower \(L_{Sequence}\).

Get your mutations


\(p_{m} =\) %(bp/bp).

\(N_{mutations} =\) bp per sequence.

The share of sequences that shows at least one mutation in \(L_{Sequence}\) bp is \(p_{M}=\) % of sequences