Team:Bologna/Project

From 2008.igem.org

Revision as of 16:18, 2 October 2008 by Mavi.amaduzzi (Talk | contribs)

Logo1a.gifTestata dx.jpg
HOME THE PROJECT THE TEAM PARTS SUBMITTED TO THE REGISTRY MODELING NOTEBOOK


Batterio








Contents

Overall project

Logic circuit

Our team works upon the realisation of a biological memory, utilising a bacterial colony embedded inside a solid media. Each bacterium, as well as cluster of them will assemble into a mnemonic matrix, microscopically arranged into row-column pattern analogus to conventional systems. Precisely, our goal is to obtain a programmable biological memory, homologous to a well established system already used commonly in electronic systems, id est EPROMs (Erasable Programmable Read Only Memory). UV beams and differential tension used in the aforementioned system will be respectively substituted by input l1 and l0 as in figure. The logic system consists of a toggle switch specifically modified to optimise and ease the reaching of the two levels and strengthen their stability over time. Additionally, the apparent redundance within the circuitry would allow higher level of modularity. For instance, it is possible to maintain unaltered the fundamental "brick" via feedback provided by the above mentioned toggle switch; this would allow substitution of the lo Po couple with another compatible module of interest. Another useful and funny application would also be the generation of images via fluorescent emissions from the matrix itself. In fact it would be possible to finely tune the frequency of the light representing each pixel, de facto chaging also the resulting colour of such pixel within the 2D picture in output.


Project Details

In this paragraph you can find some information about main project topics.


Image Acquisition and Analysis

Image Acquisition System


Acquisition system


A schematic design of our acquisition system based on the fluorescence microscope is shown in figure.

The illumination system is composed of a 75 Watt Xenon arc lamp connected to a Photon Technology Instruments DeltaRAM X monochromator, which breaks up a single polychromatic light beam into several monochromatic light beams (with only one wavelength each). Only the selected wavelength can pass through the output port and reach the microscope.

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 camera used to acquire images and film segments 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 interface software for image acquisition and elaboration.

The Photon Technology Instruments PMT 814 photomultiplier tube is connected to the microscope’s left port, on which the whole light signal can be deviated. Acquisition can be implemented in two different modes, depending on the signal amplitude.

The control software is implemented in a Labview environment and permits the regulation of the excitation wavelength and the calibration of the system. It also pictures the output signal from the photomultiplier, which can be memorized and elaborated.


Promoter Activity by Software Analysis

The activity of a promoter can be monitored using fluorescence protein as reporter inside bacteria plasmids and it is possible to detect the fluorescence trend through the time by software elaboration using picture with bacteria captured in fluorescence field.


Fluorescence field


Using microscopy observation we can integrate fluorescence data with bacteria’s morphology information and know the behavior of the single, that is impossible to detect by fluorimeter devices. In addition starting from fluorescence images we can have information about the dimension and the number of bacteria that express the fluorescence protein in a view.

The implemented software is an easy and intuitive approach in order to have an idea about the dynamic of promoter activity in terms of mean of fluorescence per bacteria, standard deviation, maximal and minimal values for that.


Main frame


The software has some parameters in order to setup correctly the analysis: the control of the area dimension of population selected and the possibility to discard those bacteria that have standard deviation and mean fluorescence ratio over a threshold. These two parameters are important in order to select always the bacteria population in the same physiological state and to discard clusters segmented as bacteria when in reality they are caused by detritus inside the view.


Illustrative example of analisys with very selective parameters (low ratio std/min and narrow range of area dimensions)

Clustered image before analisys
Freccia.jpg
Clustered image after analisys


The ratio standard deviation / mean fluorescence referred for each bacteria is used to throw away during the final analysis the bacteria that lie on another focal layer and they aren’t focused correctly.

The algorithm reads fluorescence image and converts it in a black and white one that is filtered by Top Hat filter to correct uneven illumination when the background is dark. The following step is to compute the global threshold in order to convert an intensity image to a binary image using Otsu’s method. The image now is ready to be scanned pixel by pixel to detect clusters (bacteria) and obtain final information about their area, fluorescence mean (in RGB channel: R for RFP, G for GFP, B for CFP) and standard deviation. All the data are processed with area and focus efficiency parameters to estimate the mean, standard deviation, median, minimal and maximal fluorescence level of population selected.

By software is possible to check the original photos with “white colored bacteria” in order to know exactly from which bacteria the data are coming.


To download the program and relative user manual, you can click on following icons.

Winrar.jpgMedia:program.zip
Adobe.jpgMedia:UserManual.pdf


Results