Team:Bologna/Software
From 2008.igem.org
HOME | PROJECT | TEAM | SOFTWARE | MODELING | WET LAB | LAB-BOOK | SUBMITTED PARTS | BIOSAFETY AND PROTOCOLS |
---|
Contents |
Visual Fluo Bacteria: a software for the analysis of bacteria fluorescence images
Image of fluorescence bacteria is commonly used to visualize the activity of genetically engineered bacteria (see Figure 1).
Bacteria fluorescence imagines can be obtained by optical microscopy with a ccd camera. We develop a matlab tool to analyze such kind of bacterium imagine that can be acquired in different format (jpg, bpm, tiff). The software initially segments bacteria and then computed their number. For each segmented bacteria the software computes the size in pixel, the mean and standard deviation of
intensity florescence. The use of the software is easy and intuitive (see user interface in Figure 2).
The algorithm reads fluorescence images and converts it into a "black and white" one. Then the image is filtered by Top Hat filter to correct uneven illumination when the background is dark. In the next step the global threshold is computed in order to convert an intensity image to a binary image using Otsu’s method. The image is then ready to be scanned, pixel by pixel, to detect bacteria (cluster of pixels) and obtain informations about their area, fluorescence mean and standard deviation. Fluorescence is read from R channel for RFP, G for GFP and B for CFP. The software allows to filter imagine by neglecting the bacteria that have morphologic parameters out of a prefixed range. The user can set two indicators:
- Area dimension range ( definite by a superior and an inferior limit): This range defers to selected the bacteria that have similar size.
- Fluorescence intensity ( definite by the std\mean ratio referred to each bacteria): this values consent to throw away the bacteria that lie on another focal layer or that aren’t focused correctly.
At this point, the filter based on these values discard the bacteria that have a std\mean higher than the threeshold and the bacteria that have a dimension out of the range.
Example of filtering with very selective parameters (low ratio std/mean and narrow range of area dimensions)
All the obtained data are processed with area and focus efficiency parameters to estimate the population fluorescence mean, standard deviation, median, minimal and maximal fluorescence levels.
To download the program and relative user manual, you can click on the following icons.
Visual Fluo Bacteria 1.0
Note: after decompacting file, execute and run classificazione.m
User Manual
Microscopy system for fluorescence image acquisition
The system’s core is a Nikon Eclipse TE2000-U inverted fluorescence microscope. For GFP image acquisition we used a B-2A filter by Nikon with an excitation band between 450 and 490 nm and the optimal emission placed at 520 nm.
The illumination system is composed of a 75 Watt Xenon arc lamp connected to a Photon Technology Instruments DeltaRAM X monochromator. The home-made control of monochromator is implemented in a Labview and permits the regulation of the excitation wavelength and the calibration of the system.
The camera used to acquire images is a Nikon DS-5m with a DS-U1 controller. This one receives the acquired signal form the camera through a serial connection and sends it to the PC through an USB slot. Nikon also supplied an software for image acquisition (X-Data).