Skip to main content
Advertisement
  • Loading metrics

TAMMiCol: Tool for analysis of the morphology of microbial colonies

  • Hayden Tronnolone ,

    Contributed equally to this work with: Hayden Tronnolone, Jennifer M. Gardner, Joanna F. Sundstrom, Vladimir Jiranek, Stephen G. Oliver, Benjamin J. Binder

    Roles Conceptualization, Data curation, Formal analysis, Investigation, Methodology, Software, Writing – original draft, Writing – review & editing

    hayden.tronnolone@adelaide.edu.au

    Affiliation School of Mathematical Sciences, University of Adelaide, Adelaide, Australia

  • Jennifer M. Gardner ,

    Contributed equally to this work with: Hayden Tronnolone, Jennifer M. Gardner, Joanna F. Sundstrom, Vladimir Jiranek, Stephen G. Oliver, Benjamin J. Binder

    Roles Data curation, Investigation, Resources, Writing – review & editing

    Affiliation Department of Wine and Food Science, University of Adelaide, Adelaide, Australia

  • Joanna F. Sundstrom ,

    Contributed equally to this work with: Hayden Tronnolone, Jennifer M. Gardner, Joanna F. Sundstrom, Vladimir Jiranek, Stephen G. Oliver, Benjamin J. Binder

    Roles Investigation, Writing – review & editing

    Affiliation Department of Wine and Food Science, University of Adelaide, Adelaide, Australia

  • Vladimir Jiranek ,

    Contributed equally to this work with: Hayden Tronnolone, Jennifer M. Gardner, Joanna F. Sundstrom, Vladimir Jiranek, Stephen G. Oliver, Benjamin J. Binder

    Roles Investigation, Writing – review & editing

    Affiliation Department of Wine and Food Science, University of Adelaide, Adelaide, Australia

  • Stephen G. Oliver ,

    Contributed equally to this work with: Hayden Tronnolone, Jennifer M. Gardner, Joanna F. Sundstrom, Vladimir Jiranek, Stephen G. Oliver, Benjamin J. Binder

    Roles Investigation, Writing – review & editing

    Affiliation Cambridge Systems Biology Centre and Department of Biochemistry, University of Cambridge, Cambridge, United Kingdom

  • Benjamin J. Binder

    Contributed equally to this work with: Hayden Tronnolone, Jennifer M. Gardner, Joanna F. Sundstrom, Vladimir Jiranek, Stephen G. Oliver, Benjamin J. Binder

    Roles Conceptualization, Investigation, Methodology, Resources, Writing – review & editing

    Affiliation School of Mathematical Sciences, University of Adelaide, Adelaide, Australia

Abstract

Many microbes are studied by examining colony morphology via two-dimensional top-down images. The quantification of such images typically requires each pixel to be labelled as belonging to either the colony or background, producing a binary image. While this may be achieved manually for a single colony, this process is infeasible for large datasets containing thousands of images. The software Tool for Analysis of the Morphology of Microbial Colonies (TAMMiCol) has been developed to efficiently and automatically convert colony images to binary. TAMMiCol exploits the structure of the images to choose a thresholding tolerance and produce a binary image of the colony. The images produced are shown to compare favourably with images processed manually, while TAMMiCol is shown to outperform standard segmentation methods. Multiple images may be imported together for batch processing, while the binary data may be exported as a CSV or MATLAB MAT file for quantification, or analysed using statistics built into the software. Using the in-built statistics, it is found that images produced by TAMMiCol yield values close to those computed from binary images processed manually. Analysis of a new large dataset using TAMMiCol shows that colonies of Saccharomyces cerevisiae reach a maximum level of filamentous growth once the concentration of ammonium sulfate is reduced to 200 μM. TAMMiCol is accessed through a graphical user interface, making it easy to use for those without specialist knowledge of image processing, statistical methods or coding.

Author summary

Many microbes are studied by examining the colony morphology via a two-dimensional top-down image. In order to quantify such images, we typically need to label each pixel as belonging either to the colony or the background, creating a binary image. This task is laborious when performed manually and proves infeasible for large datasets. To overcome this, we have developed the software Tool for Analysis of the Morphology of Microbial Colonies (TAMMiCol), which automatically and efficiently converts colony images to binary. Multiple images may be imported and processed simultaneously, and TAMMiCol exploits the structure of the images to identify an appropriate threshold for the binary conversion of each image. The images produced by TAMMiCol, which take around 20 seconds each to process, compare favourably with images processed manually, which take anywhere up to 15 minutes, while TAMMiCol outperforms several standard image segmentation methods. After processing, the images may be exported as a CSV or MATLAB MAT file for further analysis, or may be quantified by TAMMiCol using the in-built statistics. Using TAMMiCol, we have found that colonies of S. cerevisiae reach a maximum level of filamentous growth once the concentration of ammonium sulfate is reduced to 200 μM.

This is a PLOS Computational Biology Software paper.

Introduction

Budding yeasts, such as Saccharomyces cerevisiae (baker’s yeast), are able to change their pattern of growth on a solid substrate in response to the surrounding nutrient level. At sufficiently high nutrient levels, buds separate from the mother cell following cytokinesis to produce colonies that appear close to circular when viewed from above. When nutrient is not readily available, the cells reproduce via the pseudohyphal growth pattern, which is characterised by distal unipolar budding (budding opposite to the birth scar), the elongation of cells, and a persistent connection between mother and daughter cell [1]. As a result of these changes, the colony develops a number of filaments that grow along and into the substrate. This growth mode has important consequences both ecologically and medically. For example, pseudohyphal growth increases the virulence of the pathogenetic yeast Candida albicans [2].

Owing to the widespread occurrence of yeasts in the production of foods such as bread, wine and beer, and the need to restrict the growth of drug-resistant yeast colonies on catheters and other medical equipment [3, 4], it is important to understand and classify strain-specific properties and growth characteristics. These features are usually investigated via two-dimensional top-down images of colonies grown on a solid medium [1, 57]. The growth patterns observed in these experimental images are typically quantified using binary versions of the images, which indicate whether or not each pixel is part of the colony [79]. While it is possible to manually convert a single image to binary with sufficient accuracy using image analysis software, this task is difficult in studies of dimorphic growth, which may involve hundreds of images [7], and is infeasible for large datasets produced using genome-wide mutant libraries, which consist of thousands of images [6]. The analysis of large datasets thus requires two elements: the automated conversion of colony images to binary, and robust statistics that enable quantification of the spatial patterns.

The conversion of an image to binary requires each pixel to be placed into one of two categories (in this case, the colony and background) based upon a set of criteria. A variety of methods capable of performing this operation are available. The simplest approach to this task is thresholding, through which each pixel is categorised depending upon whether its intensity is greater than a given tolerance level. This approach is limited by the need to select a suitable tolerance, which may differ for each image and, for large datasets, must be chosen automatically to make processing feasible. There is a significant body of work regarding image thresholding and a variety of methods for achieving this are available, as illustrated in the reviews by Weszka [10], Sahoo, Soltani and Wong [11], and Sezgin and Sankur [12]. Common methods for selecting the tolerance include Otsu’s method [13], the Ridler–Calvard method [14, 15], k-means clustering [16, 17], a watershed transformation [18, 19] and DBSCAN [20]. Some existing techniques require particular lighting [21] or cells to be marked, such as by a fluorescent compound [22, 23], to facilitate the image analysis.

Colony identification has been performed using specialised lighting techniques combined with multilevel thresholding [24, COVASIAM], through manual thresholding on multiple layers to create three-dimensional binary images [25, COMSTAT], and by using local thresholding around areas where colonies were expected to grow [26]. Methods have also been developed to identify individual cells using a mix of different processing methods [27, 28, CellProfiler], edge detection [23, 29], Otsu’s method [21, 30] and a combination of Otsu’s method and a watershed transformation [31]. Software [32, CalMorph] and algorithms [19] tailored for yeast have also been produced for identifying and analysing individual cells. The production of binary images has been used to quantify images by examining the selected pixels in binary images produced using a range of thresholds [22]. Software for counting bacterial colonies using Otsu’s method has been developed for mobile phones [33, Colonizer].

The choice of method is dependent upon the particular application and its computational cost. The demands of processing large datasets require that the method provides no greater accuracy than is needed in order to make the analysis tractable. The statistics required thus influence the choice of method, and consideration must be given to these in order to determine the appropriate accuracy for the image processing. Previous studies of yeast colonies have relied on a variety of commercial packages to quantify the images [6]; however, these produce a limited range of statistics, such as the colony area or the change in pixel intensity pre- and post-wash. Ruusuvuori et al. [8] developed the web-based application Yeast Image Analysis (YIMMA) for processing and analysing images of yeast colonies, which converts images to binary representations by first applying a global intensity threshold to the green channel of a colour image, followed by post-processing to clean the image. The images are quantified by 427 features, such as the area, perimeter, and fractal dimension. Cross-validation analysis found that only 6 features were required to classify colonies as either smooth or fluffy. A set of three spatial indices designed specifically to quantify the growth of filamentous yeast colonies [7] have been shown to provide useful information on the morphology of yeast colonies and microbial mats [34, 35].

To facilitate the analysis of colony images, we have developed the software Tool for Analysis of the Morphology of Microbial Colonies (TAMMiCol). This software converts images of microbial colonies to binary for analysis using either in-build statistics or by computing other statistics after export. The binary images are produced by applying a threshold to a greyscale image. Importantly, this threshold is determined efficiently and automatically for each image by exploiting the structure of microbial colony images, which provides an advantage over generic methods for image analysis. TAMMiCol is able to process images provided there is some contrast between the colony and background, so does not require prior marking of cells and thus may be used to analyse existing datasets, as demonstrated here. While fluorescent marking is not required, any enhancements to the contrast between the colony and background may improve performance.

TAMMiCol provides several advantages over existing software used for converting images to binary, such as ImageJ [36]. Multiple images may be imported simultaneously and converted using a different threshold computed for each image without the need for the user to record macros. Post-processing steps are applied automatically and checks are performed on the binary images. TAMMiCol is able to compute specialised spatial indices [7], which are shown to be sufficiently robust so that small differences between binary images produced manually and those produced automatically do not significantly alter the statistics. Critically, use of TAMMiCol does not require knowledge of image processing and all features are accessed through a graphical user interface, placing the ability to analyse images directly with experimentalists. This package thus makes it possible to produce useful statistics automatically from experimental images alone, and opens up an avenue to study large datasets in greater detail than has previously been possible.

The images produced by this automated method are found to be of similar quality to images produced manually. Furthermore, because TAMMiCol is designed for images of microbial colonies, images produced using this method provide better agreement than images produced by standard image segmentation techniques. Through an analysis of new data using TAMMiCol, we find that colonies of the yeast S. cerevisiae reach a maximum level of filamentous growth once the concentration of ammonium sulfate is reduced to 200 μM. While largely applied to filamentous yeast colonies, this approach is shown to work for biofilms and other microbial colonies.

TAMMiCol is free and publicly available from github.com/HaydenTronnolone/TAMMiCol. Installation files are available for both macOS and Windows. TAMMiCol is written in MATLAB using the App Designer package and, while not requiring a MATLAB license in order to operate, does need MATLAB Runtime, which contains necessary shared libraries and will be downloaded automatically during the TAMMiCol installation. Once TAMMiCol is downloaded, installation should be complete in under five minutes. TAMMiCol does not require additional plugins and is designed for microbial colony analysis, so provides seamless operation.

Design and implementation

Image analysis

We consider a two-dimensional experimental image with dimensions Lx and Ly in the horizontal and vertical directions, respectively. The image is first converted to greyscale and, without loss of generality, we assume that the colony is darker than the background, as the same method may be applied when the colony is lighter by inverting the image. The colony is typically located near to the centre of the image, and so is assumed to lie within a rectangle of the same aspect ratio as the original image but 10% of the size, which ensures that some part of the colony is captured. The darkest pixel p in this central rectangle is assumed to be part of the colony and the corresponding intensity of this pixel denoted cp. Since p lies within the colony, pixels with intensities within some integer tolerance τ of cp that are near to p are thus also assumed to represent part of the colony. Accordingly, for each tolerance τ ∈ [τs, τf] for some chosen minimum tolerance τs and maximum tolerance τf, a binary image is produced containing all pixels with intensities in the interval [cpτ, cp + τ] that form a contiguous region that contains p. By requiring that the colony comprises a connected region, other artefacts in the image, such as contaminants, are automatically removed.

The binary images produced for each tolerance τ are quantified using the proportion χ(τ) of pixels selected for each tolerance, as illustrated in Fig 1. The proportion χ(τ) is a non-decreasing function of τ, since increasing the tolerance can introduce additional pixels but not remove them. At low values of τ, the selected region will typically be a strict subset of the colony. As τ increases, more pixels from the colony are included in the selected region. Once τ becomes sufficiently large, the selected region will expand beyond the colony and start to include the background of the image. The transition as the selected region expands beyond the boundary of the colony appears as a rapid increase in the value of χ. Once τ is sufficiently large, the entire image is selected, corresponding to the maximum proportion χ = 1. The tolerance at which this first occurs is denoted τu.

thumbnail
Fig 1. Illustration of the method used to identify the optimal tolerance τb.

On the interval [τs, τf], the proportion of selected pixels χ (solid black) is non-decreasing and reaches the maximum value 1 for ττu. The best binary image occurs at the tolerance τb, which occurs just before the rapid increase in χ. For each τm ∈ [τs + 1, τc − 1], a piecewise linear function pm (purple) is fit to χ on the intervals [τs, τm] and [τm + 1, τc], for some critical value τc such that χ(τc) is close to unity. The point τb is taken to be the threshold that minimises the mean error between χ and the piecewise linear interpolant.

https://doi.org/10.1371/journal.pcbi.1006629.g001

Having created a binary image for each tolerance τ, it remains to choose which best represents the colony. The best image is assumed to occur just before parts of the background are included at the tolerance τb. This point is identified by optimising a piecewise linear fit to χ, as illustrated in Fig 1. A critical tolerance τc is selected from the region after the rapid increase in χ. In general, we choose τc = τu; however, the fit may be adjusted by varying the value of τc. For each midpoint tolerance τm ∈ [τs + 1, τc − 1], the proportion χ is approximated by a piecewise linear function pm(τ). This interpolant has two components that are defined on the intervals [τs, τm] and [τm + 1, τc]. These are chosen to agree with χ exactly at the end points τs and τc, and at the two adjacent values τm and τm + 1 where the intervals meet. These conditions completely specify the four coefficients of the piecewise polynomial and may be written as For each choice of midpoint τm, we compute the mean error δ(τm) between the proportions χ and the interpolant pm. The optimal threshold τb is taken to be the value of τm corresponding to the minimum of δ(τm). Although not typically needed, the tolerance may be adjusted manually. This may be required when analysing images comprising several disconnected pieces, which bring added difficultly as the increase in χ near the optimal choice of τ may be more gradual. When processing more than one image, the tolerance selection will be repeated independently for each image, so that image may thus be processed using a different tolerance. A detailed example of this process for sample 5 of the AWRI 796 50 μM dataset produced by Binder et al. is given in the Supplementary Material S1 Text.

Three operations are performed on the selected image. Since it is assumed that the colony lies entirely within the image, it is expected that the filtered image will not contain any selected pixels around the boundary. If boundary pixels are selected, the tolerance is decreased automatically by one unit at a time until no pixels lie on the boundary. Next, any pixels with fewer than four neighbours in the cardinal directions are removed. While this removes a small number of pixels from the colony boundary, it ensures that any stray pixels located outside of the colony are not included in the binary image. Finally, if the user has indicated that the colony is connected, the largest connected piece in the binary image is identified and all other elements are removed from the image. The binary images are then saved as either CSV or MATLAB MAT files, which may be analysed using other software or by using the statistics incorporated into TAMMiCol, described in the next subsection.

Quantifying the morphology

Filamentous yeast colonies may be quantified using the spatial indices introduced by Binder et al. [7] with some modifications, explained here briefly. To validate the binary images produced by TAMMiCol, we compare the statistics computed from the automated method with those computed from manually processed images, and examine the statistics produced from new large datasets that are infeasible to analyse manually. In the following definitions, the total number of occupied pixels is denoted ν and the maximum colony radius, as measured from the colony centroid, is denoted R. From these two quantities, the average density is calculated as ρ = ν/πR2.

To quantify the distribution in the radial direction, we count the number of pixels in nr concentric annuli centred on the colony. Instead of using annuli of equal width, as per Binder et al. [7], the annuli are chosen to each have area A = πR2/nr. The number of pixels in the jth annulus is denoted cr(j). This is scaled by the number of pixels expected to lie within the annulus if the pixels were distributed uniformly, yielding the scaled counts The function fr has mean value 1, which is not true when using annuli of equal width. The value at which fr(j) first drops below 1 is called the complete spatial randomness (CSR) radius RCSR. Using this value, the radial distribution is characterised by the index This index measures non-uniform growth in the radial direction.

The angular distribution is quantified by computing the angular distance between each pair of pixels. Since the large number of possible pairs ν(ν − 1)/2 makes this computationally expensive, we repeatedly sample νΘ pixels chosen randomly from the population and average over the samples. Throughout this study, we take at most 103 pixels and calculate the average of 103 samples. The differences are grouped into nΘ bins with widths π/nΘ and the corresponding bin counts are denoted cΘ(j). These counts are scaled by the expected count for a uniform distribution to give the scaled counts which again has mean 1. Binder et al. [7] introduced the index IΘ = fΘ(1), which is a measure of local aggregation. This index is largest when all the pairs lie in the first bin, in which case fΘ(1) = nΘ. An improved index is given by scaling by this maximum value, resulting in This index measures the aggregation of cells. The maximum variance of fΘ occurs when all the pairs lie in a single bin. In this case The spread of the cells is measured by the index This index measures non-uniform growth in the angular direction.

For each of the indices, larger values indicate greater variation in the morphology. For the purposes of this work, each index is calculated using 200 bins. In addition to the three indices described here, TAMMiCol produces several other values that quantify the morphology, which are described in the Supplementary Material S1 Text.

Results and discussion

Comparison with manually processed data

To examine the performance of the automated method, we validate the binary images produced using the filamentous yeast datasets produced by Binder et al. [7] and summarised in Table 1. These datasets comprise 270 raw images of filamentous yeast colonies, along with binary versions of each image that were processed manually using image processing software. The binary images produced by TAMMiCol are available online [37]. All analysis by TAMMiCol was performed using the default settings.

thumbnail
Table 1. Summary of the datasets produced by Binder et al. [7].

Shown are the species, nutrient level (ammonium sulfate), number of samples, number of observation times, and the mean percentage difference between the TAMMiCol and manual images, along with the corresponding mean percentage differences , and when using Otsu’s method [13], k-means++ clustering [16, 38] and the Ridler–Calvard method [14], respectively.

https://doi.org/10.1371/journal.pcbi.1006629.t001

To first illustrate this method, we consider the experimental image of colony 5 from the AWRI 796 50 μM dataset after 233 hours of growth. The original image, the region selected by TAMMiCol and the corresponding proportions χ plotted against τ are shown in Fig 2. The selected level and the value at which all pixels are selected are also marked on this plot. The overlaid image shows that TAMMiCol is able to separate the colony from the background with a high degree of accuracy. This is confirmed by the plot of the pixel proportions, which shows that the point just before the rapid increase in the number of pixels was correctly selected.

thumbnail
Fig 2. Example of image processing by TAMMiCol.

(a) Colony 5 after 233 hours of growth and (b) with the selected area overlaid in green. (c) The proportions χ (blue) and error δ (red) are plotted against τ. Marked on this plot are the selected level τb and the critical value τc. TAMMiCol is able to separate the colony from the background with a high degree of accuracy.

https://doi.org/10.1371/journal.pcbi.1006629.g002

The suitability of the automated method may be quantified by comparing the images produced by TAMMiCol to the images produced manually by Binder et al. [7]. For each pair of images, we counted both the number of pixels νu selected in the union of the manual and automated images (pixels selected as part of the colony in at least one image) and the number of pixels νi selected in the intersection (pixels selected as part of the colony in both images). A graphical representation of this process for sample 5 of the AWRI 796 50 μM dataset produced by Binder et al. is given in the Supplementary Material S1 Text. The relative percentage difference between the images is defined to be which is the Jaccard distance expressed as a percentage. This represents the percentage of selected pixels that differ between the two images relative to the total number of pixels that are considered part of the colony by at least one of the methods. If both images have the same set of selected pixels then d takes the value 0, while if there are no common selected pixels between the two images then d = 100. If the pixels in both images are selected at random with probability 0.5, then d = 200/3 ≈ 66.7. The values of d for each image from the datasets described in Table 1 are shown in Fig 3. For each dataset, the difference is typically less than 10% and many samples have percentage difference values around 5% or lower. Furthermore, the mean differences over each dataset, given in Table 1, are all less than 7%. This indicates that the automated and manual images are in close agreement. Extreme value distributions [38] and Wilcoxon’s rank-sum test [39] have been used previously to perform statistical tests to determine whether agreement indicated by d is due to chance alone. It has been noted, however, that statistical tests performed on Cohen’s kappa coefficient, which measures agreement in a similar fashion to d, rarely indicate that agreement is due to chance alone [40]. As this observation also applies to d, we do not report formal statistical tests on these results but instead note that they indicate a high level of agreement.

thumbnail
Fig 3. Comparison of images produced by TAMMiCol and images produced manually.

The percentage difference d between binary images produced by TAMMiCol and binary images created manually for the (a) AWRI 796 50 μM, (b) AWRI 796 500 μM and (c) AWRI R2 50 μM datasets. The original images feature colonies of S. cerevisiae produced by Binder et al. [7] and are described in Table 1. The differences are plotted against the sample number s and observation time t. All plots are shown with the same colour scale. The difference is typically less than 10%, and many samples have disagreement values of around 5% or lower, indicating a close agreement between the automated and manual images.

https://doi.org/10.1371/journal.pcbi.1006629.g003

To examine the performance of TAMMiCol, the trial datasets were also processed using a selection of standard methods implemented using MATLAB. The methods considered were: (1) Otsu’s method for threshold selection [13]; (2) the Ridler-Calver method [14], which is the default algorithm used by the commercial image processing software ImageJ; (3) k-means++ clustering [16, 41]; (4) a watershed transformation [18] using Meyer’s flooding algorithm [42]; and (5) DBSCAN [20] using natural patterns [43]. The watershed transformation (method 4) was not able to produce viable images, while DBSCAN (method 5), which has computational complexity O(N2) for the number of pixels N, proved infeasible for the image sizes considered here.

Otsu’s method (method 1), the Ridler–Calvard method (method 2) and k-means++ clustering (method 3) produced viable images, which were compared with the manual images in the same manner as for TAMMiCol. The respective mean differences , and for these methods are given in Table 1. The mean differences for each dataset are lower for images produced by TAMMiCol than for images produced by either Otsu’s method, the Ridler–Calvard method or k-means++ clustering.

As the images can be quantified using the in-built spatial indices, it is of interest to compare the values produced by the TAMMiCol and the manual images, which are plotted in Fig 4. Both methods produce similar results, which indicates that the automated method provides sufficiently accurate images for the computation of the indices. Importantly, despite the differences in the indices, the automated and manual images generally agree on the relative order of the statistics for each of the datasets.

thumbnail
Fig 4. Comparison of indices computed from TAMMiCol images and manual images.

The spatial indices (a) Ir, (b) IΘ and (c) ICSR computed from both the TAMMiCol images (solid lines) and the manual images produced by Binder et al. [7] (dashed lines). Shown are AWRI 796 50 μM (blue), AWRI 796 500 μM (red), and AWRI R2 50 μM (yellow). The bars represent the standard error. The automated and manual images generally agree on the relative order of the statistics for each of the datasets.

https://doi.org/10.1371/journal.pcbi.1006629.g004

Filamentous growth and nutrient concentration

Having validated TAMMiCol using existing data, we next demonstrate the computational efficiency of this software using a larger collection of new images. It is well known that colonies of S. cerevisiae produce filamentous growth when starved of nitrogen [1]. In a study of 1026 strains of S. cerevisiae, 56% displayed filamentous growth in low-nitrogen conditions, and large variations in morphology were observed [44]. Furthermore, changes in growth have been observed due to the nitrogen source used [45]. Much work has been devoted to identifying the signalling pathways responsible for the transition to filamentous growth [46], while global gene-deletion assays have been performed to identify the genes that control filamentous growth [6]. While some studies have attempted to quantify the observed behaviour [6, 7], little quantitative information is available relating the nitrogen level and colony shape.

To address this, colonies of AWRI 796 were grown on agar at five different ammonium sulfate concentrations between 50 μM and 500 μM at 30°C, and imaged daily for ten days, as summarised in Table 2. The experiment was stopped at this point in order to avoid using images that had been distorted due to evaporation from the agar. Whereas the previous datasets considered comprised a total of 270 images and could be processed manually, the new datasets contain 690 images and, as such, manual processing of the images is infeasible. The images were thus processed using TAMMiCol only, with spatial indices computed from the resulting binary data. All analysis by TAMMiCol was performed using the default settings. Using a MacBook Pro running OS X 10.10.5 with a 2.5 GHz Intel Core i7 processor, each individual image was converted to binary and the statistics computed in approximately 20 seconds. This highlights how TAMMiCol permits analyses that were previously infeasible. The binary images produced by TAMMiCol are available online [37].

thumbnail
Table 2. Summary of new data showing the species, nutrient level (ammonium sulfate), number of samples and number of observation times.

https://doi.org/10.1371/journal.pcbi.1006629.t002

To compare the effect of ammonium sulfate concentration, the spatial indices Ir, IΘ and ICSR were averaged over each concentration, with the resulting mean values plotted in Fig 5. In general, the indices show that filamentous growth increases with decreasing nutrient. After approximately 100 hours of growth, the colonies begin to show filamentous behaviour and the values for 350 μM and 500 μM become distinct from the other concentrations, which remain grouped closer together, suggesting that, for ammonium concentrations of 200 μM or less, the colonies reach a maximum level of filamentous growth. This indicates that a threshold concentration of ammonium is required for cells to grow in the yeast form. Below this, filamentation is triggered (presumably as a response to nitrogen stress) and some cells then switch to grow in the filamentous form. Other environmental conditions may affect the exact ammonium threshold required to trigger filamentous growth, such as the density of the medium and the concentrations of other nutrients.

thumbnail
Fig 5. Indices for the new datasets computed using TAMMiCol.

Shown are the indices (a) Ir, (b) IΘ and (c) ICSR for AWRI 796 grown with ammonium sulfate concentrations of 50 μM, 100 μM, 200 μM, 350 μM and 500 μM. The bars represent the standard error. In general, the indices increase with decreasing concentration, indicating greater filamentous growth.

https://doi.org/10.1371/journal.pcbi.1006629.g005

Other microbial colonies

While all the examples thus far have considered filamentous yeast colonies, the methods presented here are applicable to a variety of other cases. To illustrate this, we consider an S. cerevisiae (L2056) biofilm produced by Tam et al. [34], and a colony of Bacillus subtilis produced by Fujikawa and Matsushita [47], both of which are shown with the colony identified by TAMMiCol in Fig 6. In both cases, TAMMiCol is able to identify the colony with a high degree of accuracy, demonstrating the versatility of the software. The statistics used here are also suitable for analysing these colonies [34, 35].

thumbnail
Fig 6. Examples of other colony types processed by TAMMiCol.

Shown are (a) an S. cerevisiae biofilm and (c) a B. subtilis colony, along with the colony shown in green as identified by TAMMiCol (b and d, respectively). In each case, the colony is identified with a high degree of accuracy, demonstrating the versatility of the software. Fig. 6(a and b) was produced by Tam et al. [34]. Fig. 6(c and d) is reprinted from the Journal of the Physical Society of Japan, 58(11), Hiroshi Fujikawa and Mitsugu Matsushita, Fractal Growth of Bacillus subtilis on Agar Plates, 3875–3879, 1989 and is reproduced under a Creative Commons Attribution licence (CC BY 4.0).

https://doi.org/10.1371/journal.pcbi.1006629.g006

Availability and future directions

We have introduced the software TAMMiCol, which converts photographs of microbial colonies to binary images automatically and in a computationally efficient manner. The binary images are produced using thresholding with the tolerance chosen by exploiting the structure of the images. By tailoring the method for images of microbial colonies, TAMMiCol produces results comparable with manual image processing and better than those produced by standard image segmentation methods, while the graphical user interface gives experimentalists direct access to quantification methods without the need for specialist knowledge of image processing or coding. TAMMiCol is free and publicly available from github.com/HaydenTronnolone/TAMMiCol.

Using this method, it is possible to analyse large datasets that would be infeasible to process manually, as each image may be converted to binary and quantified in approximately 20 seconds using a laptop computer. In comparison, it can take up to 15 minutes to manually process an image. While TAMMiCol has been demonstrated using examples containing up to 690 images, the same procedure makes it possible to quantify the morphology from datasets containing thousands of images, such as genome-wide deletion mutant libraries. Therefore, TAMMiCol provides the opportunity for future research on identifying specific genes responsible for measurable growth characteristics. Through an analysis of a new large dataset using TAMMiCol, we have shown that colonies of the yeast S. cerevisiae reach a maximum level of filamentous growth once the concentration of ammonium sulfate is reduced to 200 μM.

TAMMiCol presents several advantages over existing software used for producing binary images, such as ImageJ [36]. The default method for producing binary images in ImageJ is through the IsoData algorithm, which is a version of the Ridler–Calvard method [14] tested here and which was outperformed overall by TAMMiCol. TAMMiCol automatically undertakes a number of steps in addition to thresholding to remove artefacts from the images. While similar steps could be performed using other software, this would need to be done manually by the user, which could be difficult without experience in image processing. TAMMiCol is designed for batch processing, while ImageJ requires the user to record a macro in order to process multiple images, and other software may lack this capability altogether. Finally, TAMMiCol is able to organise the binary output and produce statistics to describe the data. This means that TAMMiCol takes raw images as input and produces appropriate statistics in one action, so that data are available to the user without the need for specialist skills in image processing, data management or shape quantification. We believe that no other software provides the ease of use and combination of features available through TAMMiCol.

While we have shown that the indices developed by Binder et al. [7] are able to quantify the spatial pattern, the binary images produced by this method are not limited to these measures. The processed images may be accessed by other image-analysis software and other features examined, such as the perimeter or number of connected pieces. Furthermore, the methods described here may be used to analyse a wide variety of microbial colonies and other images with similar features. This work thus opens an avenue to efficiently quantify numerous large datasets using either the indices provided or any other custom statistics. This has the potential to provide new insights that were previously unobtainable, and to motivate new experimental work that was previously unsupported by statistical analysis.

While the current version of TAMMiCol has been designed to convert images of microbial colonies to binary, the methods employed here could be used to analyse a variety of images. This includes, but is not limited to, images of scratch assays, tumour spheroids and vegetation patterns. While TAMMiCol is expected to be able to convert other images, the method could be improved by employing alternative methods for identifying the best threshold that would provide additional user control, so that the best method could be selected. Future versions of TAMMiCol may be further generalised by incorporating a variety of algorithms to assist in selecting the best binary image, and by analysing individual colour channels rather than a greyscale image. While the indices computed by TAMMiCol have been designed to quantify microbial colonies, future versions may include additional indices and pair-correlation functions that would permit general-purpose analysis.

Supporting information

S1 Text. Supplementary material.

An illustrative example showing the processing of an image using TAMMiCol, and further analysis of the statistics used.

https://doi.org/10.1371/journal.pcbi.1006629.s001

(PDF)

S1 Code. TAMMiCol source code.

Source code for TAMMiCol written in MATLAB.

https://doi.org/10.1371/journal.pcbi.1006629.s002

(ZIP)

S1 Data. Test data.

Sample images from a single colony for processing by TAMMiCol.

https://doi.org/10.1371/journal.pcbi.1006629.s003

(ZIP)

Acknowledgments

The authors would like to thank Trent Mattner for useful discussions on analysing noisy data.

References

  1. 1. Gimeno CJ, Ljungdahl PO, Styles CA, Fink GR. Unipolar Cell Divisions in the Yeast S. cerevisiae Lead to Filamentous Growth: Regulation by Starvation and RAS. Cell. 1992;68(6):1077–1090. pmid:1547504
  2. 2. Shapiro RS, Robbins N, Cowen LE. Regulatory Circuitry Governing Fungal Development, Drug Resistance, and Disease. Microbiology and Molecular Biology Reviews. 2011;75(2):213–267. pmid:21646428
  3. 3. Reynolds TB, Fink GR. Bakers’ yeast, a model for fungal biofilm formation. Science. 2001;291(5505):878–881. pmid:11157168
  4. 4. Kojic EM, Darouiche RO. Candida Infections of Medical Devices. Clinical Microbiology Reviews. 2004;17(2):255–267. pmid:15084500
  5. 5. Lorenz MC, Cutler NS, Heitman J. Characterization of alcohol-induced filamentous growth in Saccharomyces cerevisiae. Molecular Biology of the Cell. 2000;11(1):183–199. pmid:10637301
  6. 6. Ryan O, Shapiro RS, Kurat CF, Mayhew D, Baryshnikova A, Chin B, et al. Global gene deletion analysis exploring yeast filamentous growth. Science. 2012;337(6100):1353–1356. pmid:22984072
  7. 7. Binder BJ, Sundstrom JF, Gardner JM, Jiranek V, Oliver SG. Quantifying two-dimensional filamentous and invasive growth spatial patterns in yeast colonies. PLOS Computational Biology. 2015;11(2):e1004070. pmid:25719406
  8. 8. Ruusuvuori P, Lin J, Scott AC, Tan Z, Sorsa S, Kallio A, et al. Quantitative analysis of colony morphology in yeast. BioTechniques. 2014;56(1):18–27. pmid:24447135
  9. 9. Tronnolone H, Gardner JM, Sundstrom JF, Jiranek V, Oliver SG, Binder BJ. Quantifying the dominant growth mechanisms in dimorphic yeast using a lattice-based model. Journal of The Royal Society Interface. 2017;14(134):20170314.
  10. 10. Weszka JS. A survey of threshold selection techniques. Computer Graphics and Image Processing. 1978;7(2):259–265.
  11. 11. Sahoo PK, Soltani S, Wong AKC. A survey of thresholding techniques. Computer Vision, Graphics, and Image Processing. 1988;41(2):233–260.
  12. 12. Sezgin M, Sankur B. Survey over image thresholding techniques and quantitative performance evaluation. Journal of Electronic Imaging. 2004;13(1):146–168.
  13. 13. Otsu N. A Threshold Selection Method from Gray-Level Histograms. IEEE Transactions on Systems, Man, and Cybernetics. 1979;9(1):62–66.
  14. 14. Ridler TW, Calvard S. Picture Thresholding Using an Iterative Selection Method. IEEE Transactions on Systems, Man, and Cybernetics. 1978;8(8):630–632.
  15. 15. Huh S, Lee D, Murphy RF. Efficient framework for automated classification of subcellular patterns in budding yeast. Cytometry Part A. 2009;75A(11):934–940.
  16. 16. Lloyd S. Least squares quantization in PCM. IEEE Transactions on Information Theory. 1982;28(2):129–137.
  17. 17. Jain AK, Murty MN, Flynn PJ. Data clustering: a review. ACM Computing Surveys. 1999;31(3):264–323.
  18. 18. Beucher S, Lantuéj C. Use of watersheds in contour detection. In: Proceeding of the International Workshop on Image Processing: Real-time Edge and Motion Detection/Estimation; 1979.
  19. 19. Doncic A, Eser U, Atay O, Skotheim JM. An Algorithm to Automate Yeast Segmentation and Tracking. PLoS ONE. 2013;8(3):e57970. pmid:23520484
  20. 20. Ester M, Kriegel HP, Sander J, Xu X, et al. A density-based algorithm for discovering clusters in large spatial databases with noise. In: Proceedings of 2nd International Conference on Knowledge Discovery and Data Mining. vol. 96; 1996. p. 226–231.
  21. 21. Brugger SD, Baumberger C, Jost M, Jenni W, Brugger U, Mühlemann K. Automated Counting of Bacterial Colony Forming Units on Agar Plates. PLoS ONE. 2012;7(3):e33695. pmid:22448267
  22. 22. Hamilton NA, Pantelic RS, Hanson K, Teasdale RD. Fast automated cell phenotype image classification. BMC Bioinformatics. 2007;8(1):110. pmid:17394669
  23. 23. Bredies K, Wolinski H. An active-contour based algorithm for the automated segmentation of dense yeast populations on transmission microscopy images. Computing and Visualization in Science. 2011;14(7):341–352.
  24. 24. Corkidi G, Diaz-Uribe R, Folch-Mallol JL, Nieto-Sotelo J. COVASIAM: an image analysis method that allows detection of confluent microbial colonies and colonies of various sizes for automated counting. Applied and environmental microbiology. 1998;64(4):1400–1404. pmid:9546177
  25. 25. Heydorn A, Givskov M, Hentzer M, Ersbøll BK, Sternberg C, Nielsen AT, et al. Quantification of biofilm structures by the novel computer program comstat. Microbiology. 2000;146(10):2395–2407. pmid:11021916
  26. 26. Guillier L, Pardon P, Augustin JC. Automated image analysis of bacterial colony growth as a tool to study individual lag time distributions of immobilized cells. Journal of Microbiological Methods. 2006;65(2):324–334. pmid:16185781
  27. 27. Carpenter AE, Jones TR, Lamprecht MR, Clarke C, Kang IH, Friman O, et al. CellProfiler: image analysis software for identifying and quantifying cell phenotypes. Genome biology. 2006;7(10):R100. pmid:17076895
  28. 28. Lamprecht MR, Sabatini DM, Carpenter AE. CellProfiler™: free, versatile software for automated biological image analysis. BioTechniques. 2007;42(1):71–75. pmid:17269487
  29. 29. Dubuisson MP, Jain AK, Jain MK. Segmentation and classification of bacterial culture images. Journal of Microbiological Methods. 1994;19(4):279–295.
  30. 30. Chiang PJ, Tseng MJ, He ZS, Li CH. Automated counting of bacterial colonies by image analysis. Journal of Microbiological Methods. 2015;108:74–82. pmid:25451456
  31. 31. Ates H, Gerek ON. An image-processing based automated bacteria colony counter. In: 2009 24th International Symposium on Computer and Information Sciences. IEEE; 2009. p. 18–23.
  32. 32. Ohtani M, Saka A, Sano F, Ohya Y, Morishita S. Development Of Image Processing Program For Yeast Cell Morphology. Journal of Bioinformatics and Computational Biology. 2004;01(04):695–709.
  33. 33. Kumar S, Choudhury RVR, Laxman S. Colonizer: Anandroid OS based automated microbial colony counter. PeerJ. 2017;
  34. 34. Tam A, Green JEF, Balasuriya S, Tek EL, Gardner JM, Sundstrom JF, et al. Nutrient-limited growth with non-linear cell diffusion as a mechanism for floral pattern formation in yeast biofilms. Journal of Theoretical Biology. 2018;448:122–141. pmid:29630992
  35. 35. Tronnolone H, Tam A, Szenczi Z, Green JEF, Balasuriya S, Tek EL, et al. Diffusion-Limited Growth of Microbial Colonies. Scientific Reports. 2018;8(1):5992. pmid:29662092
  36. 36. Schneider CA, Rasband WS, Eliceiri KW. NIH Image to ImageJ: 25 years of image analysis. Nature Methods. 2012;9(7):671–675. pmid:22930834
  37. 37. Tronnolone H, Gardner JM, Sundstrom JF, Jiranek V, Oliver SG, Binder BJ. Processed images from: TAMMiCol: Tool for analysis of the morphology of microbial colonies. Figshare Digital Repository. 2018;
  38. 38. Rahman SA, Cuesta SM, Furnham N, Holliday GL, Thornton JM. EC-BLAST: a tool to automatically search and compare enzyme reactions. Nature Methods. 2014;11(2):171–174. pmid:24412978
  39. 39. Zhang J, Kwong S, Wong KC. ToBio: Global Pathway Similarity Search based on Topological and Biological Features. IEEE/ACM Transactions on Computational Biology and Bioinformatics. 2017;
  40. 40. Agresti A. Categorical data analysis. 2nd ed. John Wiley & Sons; 2002K.
  41. 41. Arthur D, Vassilvitskii S. k-means++: The advantages of careful seeding. In: Proceedings of the eighteenth annual ACM-SIAM symposium on Discrete algorithms. Society for Industrial and Applied Mathematics; 2007. p. 1027–1035.
  42. 42. Meyer F. Topographic distance and watershed lines. Signal Processing. 1994;38(1):113–125.
  43. 43. Daszykowski M, Walczak B, Massart DL. Looking for natural patterns in data: Part 1. Density-based approach. Chemometrics and Intelligent Laboratory Systems. 2001;56(2):83–92.
  44. 44. Casalone E, Barberio C, Cappellini L, Polsinelli M. Characterization of Saccharomyces cerevisiae natural populations for pseudohyphal growth and colony morphology. Research in Microbiology. 2005;156(2):191–200. pmid:15748984
  45. 45. Godard P, Urrestarazu A, Vissers S, Kontos K, Bontempi G, van Helden J, et al. Effect of 21 Different Nitrogen Sources on Global Gene Expression in the Yeast Saccharomyces cerevisiae. Molecular and Cellular Biology. 2007;27(8):3065–3086. pmid:17308034
  46. 46. Cullen PJ, Sprague GF. The regulation of filamentous growth in yeast. Genetics. 2012;190(1):23–49. pmid:22219507
  47. 47. Fujikawa H, Matsushita M. Fractal growth of Bacillus subtilis on agar plates. Journal of the Physical Society of Japan. 1989;58(11):3875–3878.