Growth curve

From 2007.igem.org

(Difference between revisions)
 
Line 9: Line 9:
[[Image:curve3.jpg]]
[[Image:curve3.jpg]]
 +
 +
 +
[[Week 5 | Back]]

Latest revision as of 13:36, 12 September 2007

At t=0 we inoculate a colony of bacteria in 5 ml of culture ground and every 20 minutes, with the microscope, we take a picture of five different fields of view inside a 3 ul drop. With our segmentation algorithm, we are able to count the number of bacteria in every picture; every blue star in the semilogarithmic graph below represents the average of the five values we found from the five different fields of view at a fixed instant. Then, we calculate the regression line (in red), from which we extract slope and offset.

Retta2.jpg



These values are useful to plot the growth curve (as seen in the figure below), under the hypothesis that it is an exponential one. By clicking on a population level and on its double, the program returns the splitting time of our bacteria, which turns out to be between 55 and 60 minutes.

Curve3.jpg


Back