Difference between revisions of "Team:IISER Pune/Software"
(Prototype team page) |
|||
(18 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | {{ | + | {{IISER_Pune_2}} |
<html> | <html> | ||
− | < | + | <center><img src="https://static.igem.org/mediawiki/2015/a/a5/Team_IISER_Pune_TT11.gif"></img></center><hr /> |
− | <div class="highlightBox"> | + | <h3>Simulation Codes</h3> |
+ | <p>Along the course of our we came across several scenarios to model .<br> | ||
+ | We simulated variations of the Quorum sensing terminator and the fast robust oscillator which are described by sets of differential equations. | ||
+ | To solve them we have used a common template for integration. | ||
+ | </p> | ||
+ | |||
+ | |||
+ | <p>The python source code for the Terminator module modelling can be downloaded here.</p> | ||
+ | <h4>Terminator module </h4> | ||
+ | |||
+ | Approach 3 Python Code [<a href="https://static.igem.org/mediawiki/2015/e/e2/IISER_PUNE_Software_QS_terminator_with_pigment_initiated_AHL%28pigment_constitutive%29.txt" download="Approach3.py">Download</a>] [<a href="https://static.igem.org/mediawiki/2015/e/e2/IISER_PUNE_Software_QS_terminator_with_pigment_initiated_AHL%28pigment_constitutive%29.txt">View/Open</a>] | ||
+ | |||
+ | |||
+ | <h3>Automated Quantification of GFP per cells using in-house ImageJ macros</h3> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/6/60/IISER_PUNE_SoftwareGFP.png" width="80%"></img> | ||
+ | |||
+ | <p>Aim : <br/>To characterize biobrick devices using microscopy data. <br/> As a quantitative detection method for pigment released by <a href="https://2015.igem.org/Team:IISER_Pune/Projects#Detection">detection module</a>.</p> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <!--<div class="highlightBox"> | ||
<h4>Note</h4> | <h4>Note</h4> | ||
<p>In order to be considered for the <a href="https://2015.igem.org/Judging/Awards#SpecialPrizes">Best Software Tool award</a>, you must fill out this page.</p> | <p>In order to be considered for the <a href="https://2015.igem.org/Judging/Awards#SpecialPrizes">Best Software Tool award</a>, you must fill out this page.</p> | ||
</div> | </div> | ||
+ | |||
Line 27: | Line 50: | ||
</div> | </div> | ||
− | + | --> | |
</html> | </html> |
Latest revision as of 21:03, 24 November 2015
Simulation Codes
Along the course of our we came across several scenarios to model .
We simulated variations of the Quorum sensing terminator and the fast robust oscillator which are described by sets of differential equations.
To solve them we have used a common template for integration.
The python source code for the Terminator module modelling can be downloaded here.
Terminator module
Approach 3 Python Code [Download] [View/Open]Automated Quantification of GFP per cells using in-house ImageJ macros
Aim :
To characterize biobrick devices using microscopy data.
As a quantitative detection method for pigment released by detection module.