Team:Carnegie Mellon/Hum-Software

From 2012.igem.org

(Difference between revisions)
Line 153: Line 153:
The interface allows users to enter time-step data (e.g., at what time points should images be captured), which populates two tables, displayed in the Matlab GUI. When the user starts the simulated microscopy time lapse, a full sweep of measured vs. actual fluorescence values are plotted for both mRNA and protein. This is essentially plotting the  
The interface allows users to enter time-step data (e.g., at what time points should images be captured), which populates two tables, displayed in the Matlab GUI. When the user starts the simulated microscopy time lapse, a full sweep of measured vs. actual fluorescence values are plotted for both mRNA and protein. This is essentially plotting the  
-
<img src="https://static.igem.org/mediawiki/2012/4/4d/CMU_BioBrick_GUI_Screen_Shot.png" height="400" width="405" align="right" alt="Matlab BioBrick GUI" title="Matlab BioBrick GUI"/>
+
<div class="image">
 +
<img src="https://static.igem.org/mediawiki/2012/4/4d/CMU_BioBrick_GUI_Screen_Shot.png" height="400" width="405" align="right" alt="Matlab BioBrick GUI"/>
 +
<div>Matlab BioBrick GUI</div>
 +
</div>
 +
 
 +
 
quantity of light produced by the LEDs (representing cells) versus the quantity of light detected by the photo-resistor (representing the microscopy). The GUI then iterates through each time-step, plotting a horizontal line with each sweep plot corresponding to the measured fluorescence at that particular time step. The GUI also populates both tables with the actual values as it moves to each next time step.
quantity of light produced by the LEDs (representing cells) versus the quantity of light detected by the photo-resistor (representing the microscopy). The GUI then iterates through each time-step, plotting a horizontal line with each sweep plot corresponding to the measured fluorescence at that particular time step. The GUI also populates both tables with the actual values as it moves to each next time step.

Revision as of 01:05, 4 October 2012

Image:CMU_image6.jpeg




The software consists of two parts: model implementation and GUI, both written in Matlab.

Physical Model

We implemented the model described here.

The interface allows users to enter time-step data (e.g., at what time points should images be captured), which populates two tables, displayed in the Matlab GUI. When the user starts the simulated microscopy time lapse, a full sweep of measured vs. actual fluorescence values are plotted for both mRNA and protein. This is essentially plotting the

Matlab BioBrick GUI
Matlab BioBrick GUI
quantity of light produced by the LEDs (representing cells) versus the quantity of light detected by the photo-resistor (representing the microscopy). The GUI then iterates through each time-step, plotting a horizontal line with each sweep plot corresponding to the measured fluorescence at that particular time step. The GUI also populates both tables with the actual values as it moves to each next time step.

Furthermore, the GUI successfully displays a relevant image of the cells at every timestep. Illuminated fields above the plots indicate which type of fluorescence (mRNA or protein) is currently being populated. When the time lapse is finished, a push-button becomes available which, when clicked, opens a dialog-box displaying and transcriptional strength (Ts) and translational efficiency (Tl). This component calls the computational function that implements the model, which computes Ts and Tl.

Finally, a File-Menu dropdown option ('Export') serves to export the table data for both mRNA and protein, as well as the computed values for transcriptional strength and translational efficiency to the local Matlab workspace.

To download the software accompanying the kit, please visit the circuit kit documentation, and scroll down to "General Notes" under the "Using the Hardware/Software Platform" section.

Image:TartanFooter.jpeg