Team:The Tech Museum/Project
From 2014.igem.org
Line 63: | Line 63: | ||
<tr> | <tr> | ||
<td><img src="https://static.igem.org/mediawiki/2014/d/d4/PROJECT_SoftwareDetails2_-_bacteria_photobooth.JPG" width="400"><br></td> | <td><img src="https://static.igem.org/mediawiki/2014/d/d4/PROJECT_SoftwareDetails2_-_bacteria_photobooth.JPG" width="400"><br></td> | ||
- | <td></td> | + | <td><p><b>Requirements:</b></p> |
+ | <p>meteor<br> | ||
+ | gphoto2 homebrew<br> | ||
+ | barcode scanner (currently only working in linux)<br> | ||
+ | opencfu no-gui homebrew<br></p> | ||
+ | |||
+ | <p><b>Usage:</b></p> | ||
+ | <p>install requirements, buy camera & usb scanner<br> | ||
+ | clone repo<br> | ||
+ | update server/lib/settings.js to disable opencfu, barcode scanner, and gphoto calls as neededset $METEOR_ENV as desired <br> | ||
+ | start meteor (it will need to be restarted after initializing npm meteor package) <br> | ||
+ | read the instruction manual;<br></p> | ||
+ | |||
+ | <p><b>Bacteria Photobooth /Scanning station</b></p> | ||
+ | <p>Supplies:<br> | ||
+ | UV light box<br> | ||
+ | Camera<br> | ||
+ | Tripod<br> | ||
+ | Cloth/box <br></p> | ||
+ | </td> | ||
</tr> | </tr> | ||
<tr> | <tr> |
Revision as of 01:22, 17 October 2014
| ||||||||
Overview: |
||||||||
We created a pool of plasmids designed to produce wide hue diversity in bacteria. Variation in promoter strength randomizes the relative expression levels of red, yellow, and cyan color reporters in each plasmid. In this way, we can create bacterial ‘pixels.’ Theoretically, the hue of each resulting colony should represent a particular combination of reporter protein concentrations, similar to how an RGB LED operates. Museum visitors are guided through the transformation of e.coli with this plasmid pool to generate plates with a rainbow of bacteria colonies. Next, they take those petri dishes to an interactive scanning station. We developed software that uses digital imaging and computer vision to analyze the color, intensity, and rarity of the bacteria colonies on the visitor’s plate. A dynamic visualization of our team’s aggregate color data is then updated in real time with each participant's individual contribution to our iGEM team. Which promoter-RBS-color combinations will fail? Which colony hues will we not ever see? Which will dominate? Our software and the participation of museum visitors is designed to find that out. |
||||||||
Project Details and Documentation: Biology |
||||||||
|
||||||||
|
||||||||
Software As part of our combined iGEM project and museum exhibit, we developed two apps (Rainbow Reader and eColor) for analysis and quantification of bacteria colony color. Rainbow Reader is a meteor application that photographs and analyzes petri dishes containing visible bacterial colonies using OpenCFU, gphoto2, and an optional barcode scanner for sample tracking. It is powered by Meteor and Node.js, supplying a user interface in web browser. It connects by USB to a Motorola DS457 barcode scanner and gphoto2-compatible camera. It also optionally sends data to ecolor, a sister meteor app that presents live visualizations of the aggregated measurements.
|