Skip to main content

Workflow for phenotyping sugar beet roots by automated evaluation of cell characteristics and tissue arrangement using digital image processing

Abstract

Background

Cell characteristics, including cell type, size, shape, packing, cell-to-cell-adhesion, intercellular space, and cell wall thickness, influence the physical characteristics of plant tissues. Genotypic differences were found concerning damage susceptibility related to beet texture for sugar beet (Beta vulgaris). Sugar beet storage roots are characterized by heterogeneous tissue with several cambium rings surrounded by small-celled vascular tissue and big-celled sugar-storing parenchyma between the rings. This study presents a procedure for phenotyping heterogeneous tissues like beetroots by imaging.

Results

Ten Beta genotypes (nine sugar beet and one fodder beet) were included to establish a pipeline for the automated histologic evaluation of cell characteristics and tissue arrangement using digital image processing written in the programming language R. The identification of cells has been validated by comparison with manual cell identification. Cells are reliably discriminated from intercellular spaces, and cells with similar morphological features are assigned to biological tissue types.

Conclusions

Genotypic differences in cell diameter and cell arrangement can straightforwardly be phenotyped by the presented workflow. The presented routine can further identify genotypic differences in cell diameter and cell arrangement during early growth stages and between sugar storage capabilities.

Background

Imaging is a valuable data acquisition tool to evaluate spatial relations between anatomical structures [1]. Furthermore, microscope imaging techniques and the introduction of machine learning techniques in cell biology have enabled plant phenotyping at the cellular level [2]. Sugar beet plants are remarkably interesting objects for automated cell phenotyping because of its heterogeneous storage root tissue structure. Sugar beets comprise several cambium rings surrounded by small-celled vascular tissue and big-celled sugar-storing parenchyma between the rings [3]. The vascular tissue is more robust in tension than the parenchyma, and the rings are denser in the outer parts of the root, especially near the periderm [4, 5].

For sugar beets, considerable genotypic differences in tissue strength have been detected, particularly in the puncture resistance of the periderm and the firmness of the underlying tissue [6, 7]. These differences influence damage susceptibility during harvest, pathogen infestation during storage, and sugar losses. However, little is known about tissue structure and cell characteristics influencing tissue strength so far.

Genotypic differences in the number and distance of the cambium rings have been described between sugar beet and fodder beet [8, 9]. Beta Vulgaris cultivars can be divided into four cultivar groups: Leaf Beet, Garden Beet, Fodder Beet and Sugar Beet [10]. These groups differ in stored sugar content, and therefore a large difference in the type, size, and number of cells [11]. Genetic differences in cell size are determined very early during plant development [12, 13], which could be helpful for the screening of genotypes in the context of breeding. So far, cell sizes must primarily be determined manually. Automated cell features extraction like size, shape, and wall thickness on microscopic images were run for different tissue types of a single vascular bundle in a sugar beet root after automatically clustering cells from individual morphological features [14]. However, studies of cell sizes considering different genotypes and larger areas of the root storage containing different tissue types and several cambium rings have not yet been carried out.

For plant breeding, fast and objective methods for quantifying anatomical features are indispensable. In other sciences like medicine, cell counting, and classification is of high relevance, too, and is applied in high throughput scenarios [15, 16]. However, to our knowledge, these methods are optimized to specific tissues showing distinct cell characteristics. The challenge in the use case beet root is the heterogeneity of cell characteristics belonging to the same tissue type: e.g., a cell of the storage parenchyma of an outer ring has different characteristics than a cell of storage parenchyma which is closer to the center of the beet root. This requires to take into account the location of the individual cells within the tissue and is also the prerequisite to identify and count cambium rings. Moreover, the identification of intercellular spaces is not possible by size or shape. We are not aware of any example from medicine or other disciplines which are comparable to this setting. Therefore, this study aimed to develop and compile a method for the automated evaluation of histological images by digital image processing for phenotyping of Beta genotypes. Here, we provide an image analysis workflow, which (i) differentiates cells from intercellular spaces and image artifacts such as dirt, damaged plant tissues, or air bubbles, (ii) determines the number and position of cambium rings in sugar beet roots, (iii) identifies different tissue types by subsequent clustering of morphologically similar cells, and (iv) extracts a set of morphometric data. The morphological data can then be used to distinguish the differences between the genotypes concerning their yield formation processes and their storability. The workflow was coded in R, a widely used free and open-source programing language for scientific analysis, thus helping to integrate the image evaluation into statistical evaluation processes and to transfer this method to other laboratories, to this effect the code of the worflow and an example image can be found at the additional file section [1, 2].

Results

A schematic overview of all steps from sample preparation to phenotyping is presented in Fig. 1, where the different steps can be seen grouped according to their stage. First, the steps related to the preparation of the samples are mentioned, followed by the processing and analysis of the images. Afterwards the image clustering to finally obtain the phenotypic information is presented (Additional file 2).

Fig. 1
figure 1

Schematic overview of subsequent steps from sample preparation to phenotyping. The process involves sample preparation, image preprocessing, image processing, clustering, and phenotyping

Sample preparation

For each of the ten genotypes, four cuboids from individual beet roots were embedded in paraffin. At least three sections per beet root were used for staining and one representative section was chosen for image acquisition and further processing as described in material and methods.

Preprocessing of images and definition of the region of interest (ROI) by identification of non-tissue containing areas and objects touching the edges of the image

As a preprocessing step, every original image (Fig. 2A) was converted to grayscale. Furthermore, interluding, noise reduction, and opening were carried out as recommended and described in [17]. However, at the filtering and opening steps, the parameters of each function were slightly adapted to our images, using a value of sigma = 2 for the standard deviation of the Gaussian filter and by selecting the brush shape = disc, with size 18 and 21 respectively for the first and second opening cycle. Also, automatic thresholding (Otsu method, [18]) was applied. At this point, the images were converted to black and white (Fig. 2B).

Fig. 2
figure 2

AF Subsequent stages of image processing. A: The starting image, stitched and aligned from several light microscopy images of fuchsin-chrysoidine-astra blue (FCA)-stained transverse section of paraffin-embedded storage root tissue of sugar beet. A*: sample of an irregular edge. B: the same image as in A after subsequent image preprocessing, including thresholding (Otsu), opening, and hole filling. C: Cells touching the picture's edges are excluded from the analysis. D: After edge removal. D*: Magnified example of a damaged cellular wall enclosure area (red lines represent the artificially closed area). E: Individual objects are identified by watershed segmentation and are labeled by different colors

Elimination of irregular edge of the peridermal area

Due to the rounded shape of the periderm, each image shows areas of the image that could not contain any biological target tissue. For the correct functioning of the workflow, the periderm should be oriented towards the left edge of the image. Figure 2A* shows an example of an irregular edge. This area is prone to hold air bubbles and other materials that are potential artifacts. Therefore, it is necessary to mask and remove this area before starting the process inside the target tissue material.

For identification and removal of this area, only the first 5% from the left image border towards the right are considered to keep the workflow efficient. A high opening (erosion followed by dilatation; brush = 50) and hole filling identified the objects of interest. Holes are defined as areas of dark pixels surrounded by lighter pixels [19]. This area is removed from the processed black and white image.

Removal of cells touching the edges of the image

At the edge of the images, incomplete cells can be seen because parts of the cells are lying outside of the photographic frame; those cells are considered as “edge-touching cells”. To assess cell sizes, it is necessary to consider only complete cells; therefore, partial cells touching the edge must be eliminated.

Objects whose pixel reach the edge of the image were identified using a process proposed by the Bioconductor project [20]. The process created a mask of the objects belonging to the border and another mask with the objects not belonging to the boundary. The number and morphological features of the identified edge-touching objects were documented. The information of the left edge was merged with the incomplete edge cells to perform the edge feature calculation (Fig. 2C).

The region of interest (ROI) is the area after removing non-tissue-containing sites and edge-touching objects from the original image. Finally, the ROI was reapplied to the grayscale image to continue processing (Fig. 2D).

Closing damaged cells and final individual features extraction

Due to the delicate nature of cells, cells might be damaged during the preparation process of the tissue sections, and their surface becomes connected. The watershed algorithm allows cell walls to be rejoined. Therefore, it is necessary to generate a matrix with each pixel's distance inside the cells from the nearest cell wall pixel before determining the watershed. In our matrix, the cell interior is considered the foreground and the cell wall the background. The distance was computed with the distance map function (Distmap) in the Euclidean way.

The watershed algorithm segments the ROIs, and each object's morphological features were calculated. The area corresponding to the cell membranes and the site of the cell interior was determined in this step. In the tissue density image (Fig. 2D), high values (black) correspond to cell membranes, and low values (white) to the background. The amount of cell membrane per image was determined. With the function “ComputeFeatures” of the EBImage package, each segmented object's morphological information or features in the images were extracted into a table. This table consists of data (columns) for each detected object (lines or rows) in the image. The following information about the shape was recorded: area, perimeter, mean radius, the standard deviation of the mean radius, max radius, and min radius. The information about the object image moments contained the center of mass x, mass y, elliptical fit major axis, elliptical eccentricity, and object angle.

The diameter of each cell was calculated as 2*mean radius; the conversion from pixel to micrometer was calculated as diameter multiplied by the factor 1.015228, representing the pixel size for the image on the 10 × microscope used.

Identification of number and position of cambium rings

The cell diameter and the distance of the cells from the left edge of the image is shown in Fig. 3. The beetroot tissue is composed of cells of different sizes. The maximal cell size increased from the outer part of the beet on the left towards the inner part on the right. The distribution of cell sizes along the x-axis represents the alternating occurrence of small-celled areas where the cambium rings are located and big-celled regions storing parenchyma. Using part of the code and algorithm suggested by [21] using the S3 Infrastructure for Regular and Irregular Time Series from ZOO package [22], the position of the peaks (storing parenchyma) and valleys (cambium rings) in the histogram were determined. Peaks were detected after the application of smoothing to find the local maximum (using as window width value of w = 150 and as a span argument for the loss function of span = 0.2). Valleys were detected using the same method after inversion of the y-axis. In addition to the position, the number of cambium rings was also computed by numbering them from left (outermost ring) to the right starting with 1.

Fig. 3
figure 3

Detection of cambium rings and automatic rings spacing of sugar beet roots. The upper part shows a stitched and aligned image from several light microscopy image of fuchsin-chrysoidine-astra blue (FCA)-stained transverse section of paraffin-embedded storage root tissue of sugar beet. The histogram shows cell diameter as a function of distance from the left edge. The red dashed lines represent the cambium rings (peak) and the blue dots represent the center between two adjacent rings (valley)

Detected valleys and peaks are listed and numbered from the left edge inwards. Thus, it is possible to classify the cells between which the number of valleys or peaks is found. This information was added to the table obtained by ComputedFeature. This additional information allows the differentiation of cells into smaller groups during clustering. For example, there are usually relatively small cells in areas close to the epidermis. In this area, the presence of a cell of a slightly more significant size than the surrounding cells will not be identified as different if this is analyzed and compared with the cells of the whole sample; however, when determining clusters between the cambium rings, that distinct cell will be identified.

Distinction between real cells, intercellular spaces, and artifacts

After segmentation, several objects did not necessarily represent cells. This was due to biological reasons like voids occurring between adjacent cells (intercellular spaces) as well as artifacts generated due to the nature of the image itself or the filtering process by over-segmentation. For the identification of as many of these non-real objects or spaces as possible and their subsequent elimination from the analysis, different strategies were used, as explained below.

First, all objects of small size were dropped for the differentiation of cells from non-cellular objects. To accomplish this, the threshold valleys function of the benmack/threshold package was used. First, a frequency histogram of the size of the objects was determined based on the log10 (diameter) of the features (Fig. 4). If the frequency deviates from a normal distribution by showing two peaks, the benmack/threshold package determines the intermediate point between the two peaks. This point is the valley of the curve and the newly determined cut-off point to drop the lower outlier that escapes the normal distribution. Objects with a log10 (diameter) below the threshold value were eliminated. If no threshold point was found, a value of 0.5 was used, standing for a diameter of 3 µm. If valleys were located above 0.8, 0.8 was considered the new value threshold to avoid dropping viable cells.

Fig. 4
figure 4

Histogram of cell diameter (log10) to determine the threshold for removing small objects. Bars represent the cell frequency for each 0.1 µm distance from the left border of the slide, the red line represents the continuous derived distribution, and the blue line is the automatic threshold delimitation of the two peaks of the curve (valley)

The remaining objects can either be cells or intercellular spaces. Careful microscopic examination of the tissue revealed that the intercellular spaces mainly occur between large cells (Fig. 5). They might be bigger than small cells in other tissue areas, and they can have quite different shapes. However, the intercellular spaces of beetroots are always smaller than the surrounding cells.

Fig. 5
figure 5

Light microscopy image of fuchsin-chrysoidine-astra blue (FCA)-stained transverse section of paraffin-embedded storage root tissue of sugar beet. Lignified parts appear red, and non-lignified segments are blue. Red circles indicate intercellular spaces of different shapes

For each object a subsequent analysis of the neighboring objects was performed in a two-step-process to identify the intercellular spaces. First, outlier detection analysis was conducted based only on the diameter parameter of neighboring cells. Therefore, based on the x and y coordinates of the objects, the p nearest neighbors were identified by the k-dimensional tree (nn2 function of the RANN package). The maximum number of nearest neighbors to compute was set as default to k = 6. Based on the distance of the neighboring objects to the object of interest, quantiles (Q) and Interquartile Range (IQR) were calculated. Objects with a gap above Q2 + 1.5 * IQR were not considered as direct neighbors of the object of interest. Quantiles and IQRs were calculated for log10 of the diameter of the object of interest and its immediate neighbors. Objects with a log10 (diameter) below the Q1—1.5 * IQR were considered as outlier and probable intercellular space. They were removed from the dataset, while all remaining objects were initially defined as cells.

The second, most resource-demanding strategy, is the clustering of the cells based not only on the diameter, but on all the morphological features obtained with “ComputedFeature” (except for data concerning the cell´s position; x and y, and the information about the ring number each cell is assigned to). Based on the possibility that there may remain 3 possible types of objects, respectively large cells, small cells and intercellular spaces, a clustering with 3 clusters was performed. Before clustering, the cambium rings and their cells belonging to each zone were determined and numbered. All input data was centered and scaled with the R base function “scale”, followed by a k-means clustering from the Stats package was used with a random set of 25 (nstart), maximum iteration of 1000 (iter.max), and 3 different clusters (centers). Since the cluster value assignment (1, 2 or 3) in this function is random, a reclassification is needed to achieve that different images always receive the same order of cluster values. It was determined that the smallest cells should continuously be assigned a value of 1, and the largest cells should always be assigned a value of 3. After obtaining the clusters, the cells were repositioned in the matrix, and the neighboring cells were analyzed again, using the Kd-tree, with the difference that, in this case, the neighborhood of the different types of clusters was analyzed. Considering that when the cells surrounding the cell under analysis are large, and this analyzed cell is small, the "cell" is considered as intercellular space. The number of cells that can surround an intercellular space is variable, and many possibilities and combinations are found. Therefore, two different criteria were used for the identification of intercellular spaces: (1) Small objects, assigned to cluster 1 surrounded by big cells assigned to cluster 3 (Fig. 6A). (2) Small objects, assigned to cluster 1 surrounded by a majority of cells assigned as cluster 3 but some cells as cluster 2, for instance, three as cluster 3 and one as cluster 2 as displayed in Fig. 6B. The decision if the central cell is an intercellular space requires the definition of "majority". Therefore, the following parameters are required: Number of surrounding cells, sum (SUM) and mean (MEAN) of the assigned cluster values of the surrounding cells; and the possible maximum sum (MAX) that could be obtained if all surrounding cells were assigned to cluster 3 (number of surrounding cells * 3). If SUM is greater or equal than MAX minus MEAN, the central cell can be considered an intercellular space and be deleted from the dataset. The entire table is continuously analyzed until no outlier is found.

Fig. 6
figure 6

Cluster assignment. A: intercellular space classified as cluster 1 and surrounded by cells of cluster 3. B: intercellular space classified as cluster 1 and surrounded by different clusters. Cells classified as cluster 1 are marked in green, cluster 2 in blue, and cluster 3 in red. Cell walls are marked in black

Final clustering and tissue discrimination

After removal of the identified intercellular spaces, in theoretical perspective, two groups of cells remain in the dataset, the small and the large cells, representing the two main tissue types of beet roots, vascular tissue and storage parenchyma. Therefore, a new k-means clustering with the remaining data was performed, with a random set of 25 and maximum iteration of 1000, but this time with two clusters. As during 3-cluster clustering, the cluster number assignment is random, and a reclassification based on size is required, always assigning 1 to the smallest and 2 to the largest cells. The two classes of cells identified by digital image processing are marked in distinct colors in Fig. 7. The two clusters discriminate the two biological tissue types, as cluster one (green) mainly holds vascular cells, while cluster two (blue) mainly holds big cells of the storage parenchyma. To facilitate understanding and differentiate the cluster names with the 3-cluster clustering, small cells reclassified with cluster 1 will be assigned the letters VT for vascular tissue and cluster 2 will be assigned the letters SP for storage parenchyma.

Fig. 7
figure 7

First 6 mm from the periderm (left side) towards the center of sugar beet root tissue (right side). A: stitched and aligned image from several light microscopy images of fuchsin-chrysoidine-astra blue (FCA)-stained transverse section of paraffin-embedded storage root tissue of sugar beet. B: Two groups of cells were identified, mainly reflecting the vascular tissue (green) and the storage parenchyma (blue)

Gathering and storing data

After completion of the clustering process, a table with the generated data was created; additionally, the name of the image file and extra information, such as the amount of the cell walls, were recorded in the new table. The amount of cell walls in the images (variable name: cellwallcount) was determined as the sum of all black pixels within the ROI of the black and white image, thus representing all pixels within the ROI excluding the cytoplasm and intercellular spaces. Afterward, the whole process was restarted with the next image in the list of images to analyze. The tables generated for each image are compiled into a final master table that contains all the accumulated information of all the images contained in the image list (Table 1).

Table 1 Variables contained in the final master table of the digital image analysis

Validation

The correlation between manual cell counting (Ground truth) and automated counting of sugar beet root cells (objects after watershed segmentation and final cell count) is illustrated in Table 2. In the set of reference images (one image for each of the ten genotypes), 15100 cells were identified in total by manual identification (ground truth), while 16790 were identified by automated image processing (final cell count). The coefficient of determination was 0.98.

Table 2 Validation of cell identification by comparison of the number of cells in ten microscopic images of sugar beet roots using manual counting

The applicability of the final clustering with two clusters was also assessed by expert interpretation of the groups regarding the known histology of the sample. It was confirmed that the clusters detected as one and two during clustering represented VT and SP, respectively.

Phenotyping of different Beta genotypes

The first 6 mm from the periderm of ten Beta genotypes, nine sugar beet and one fodder beet, have been phenotyped based on the final data table created within the pipeline. An average of 4081 (genotype 10) to 7259 cells (genotype 7) were identified from the four samples per genotype. The maximal cell diameter in fodder beet was 129 ± 14 µm, and for sugar beet, it ranged from 72 ± 19 µm in genotype 9 to 112 ± 23 µm in genotype 4. The mean cell diameter was highest in fodder beet (21.8 µm, genotype 10). In sugar beet, it ranged from 16.6 µm (genotype 7) to 19.5 µm (genotype 3). The number of cambium rings in the 6 mm root tissue ranged from 4.5 (genotype 1) to 5.75 (genotypes 2, 3, and 5). Statistically, significant differences occurred for the number of cells and the mean cell diameter, but not for the number of cambium rings (Table 3).

Table 3 Cell characteristics of the distal 6 mm of root tissue of ten Beta genotypes; 1–9: sugar beet, 10: fodder beet

The mean cell diameter was significantly negatively correlated to the number of cells per genotype (R2 = 0.98, p ≤ 0.01) and to the amount of cell wall material identified in the microscopic images (R2 = 0.96, p ≤ 0.01; data not shown).

The distribution of cell sizes in the 6 mm distal root tissue per genotype is shown as Kernel density estimate in Fig. 8. All genotypes showed a peak at cells with a diameter of approximately 12 µm. The comparison between genotypes showed that this cell diameter had the highest abundance in genotypes 6, 7, and 9, and the lowest in genotypes 3, 4, and 10. At larger cell diameters, this relation changed, and genotypes 3, 4, and 10 had the highest abundance of cells with a diameter above 30 µm, and genotypes 6, 7, and 9 had the lowest.

Fig. 8
figure 8

Kernel density estimate of the cell size distribution in the distal 6 mm of root tissue of ten Beta genotypes; 1–9: sugar beet, 10: fodder beet; four samples per genotype. The height of the curve is scaled such that the area under the curve equals one. The density estimate was performed with a Gaussian kernel and a bandwidth of 1

For each genotype, most cells were assigned to cluster VT. Only a small variation between genotypes was found in the ratio of cluster VT to cluster SP, 73% (genotype 9) to 79% (genotypes 4 and 10) of the cells assigned to cluster VT (Fig. 9A). Due to the smaller cell sizes, however, cluster VT only took up 28% (genotype 10) to 37% (genotype 7) of the image area (Fig. 9B). The mean cell size was calculated separately for each cluster and genotype. Genotypic differences in cell size were more pronounced in cluster SP than in cluster VT (Fig. 9C). The ratio of cluster VT to cluster SP was relatively stable across genotypes (number of cells, 9 A, and tissue area, 9 B). Genotypic differences in cell diameter were more pronounced in the storage parenchyma (cluster SP; 9 C).

Fig. 9
figure 9

Allocation of the distal 6 mm of sugar beet root cells to clusters based on their morphological features. Genotype 1–9: sugar beet, 10: fodder beet. Cluster VT mainly represents vascular tissue; Cluster SP mainly represents storage parenchyma. A: percentage of cells per cluster, B: percentage area per cluster, C: mean cell diameter per cluster

For the similarity analysis of the genotypes in a dendrogram, the values of each image belonging to the final master table (Table 1), with exception of the centers of mass, Q1, Q3, IQR, file name and the original order of cell appearance, which were not considered for analysis. For the other variables, the mean, standard deviation, and maximum and minimum value were calculated. The distance-based dendrogram revealed two branches at a distance of 7.98, where genotype 10 (fodder beet), differs from the other nine sugar beet genotypes. For sugar beet, two large groups could be distinguished in which genotypes 9, 6, and 7 belong to one group, and the remaining genotypes to the other group (Fig. 10).

Fig. 10
figure 10

Dendrogram to visualize the similarity based on Earth Mover's Distance between Beta genotypes after digital image analysis of the distal 6 mm of root tissue. Genotype 1–9: sugar beet, 10: fodder beet. The Distance score between different genotypes is represented on the x-axis, and the different genotypes are displayed on the y-axis. The number of randomly computed permuted scores = 100 and n = 40

The image analysis by an automated digital workflow with other phenotypic characteristics facilitates the identification of relevant cell characteristics and allows an extended phenotyping, which enables breeders to select for low damage susceptibility of sugar beets during harvest and low sugar losses during storage. A comprehensive phenotyping of the ten genotypes is out of the scope of this work, but we have calculated the correlation between puncture resistance of the beet roots (as indicator for their storability) and mean cell area as an example. Even though puncture resistance was measured on representative beets of the same genotype, but not on the individual beet used for image analysis, the correlation coefficient (R2 = 0.606, p ≤ 0.01; data not shown) shows a clear correlation between cell size and sugar beet tissue strength.

Discussion

This study aimed to develop and compile a method for the automated evaluation of histological images by digital image processing for phenotyping of Beta genotypes. The provided image analysis workflow overcomes various difficulties in differentiating cells from intercellular spaces and image artifacts, determining the number and position of cambium rings in sugar beet roots, and identifying different tissue types. The workflow was developed and optimized for histologically evaluating sugar beet tissue. However, it can also easily be adapted for other tissues (evaluated with other root tissues, data not shown). It should be noted that despite the high performance of the algorithms to differentiate cells, some intercellular spaces and cells may even be misclassified. Also, the closure of broken cells may be the source of some artifacts due to over- and under-closure. Many of these algorithm confusions are determined by the quality of the sample preprocessing and the quality of the camera on the microscope.

In the following, we will discuss some possibilities of adjustments of the workflow for further research goals or other tissue types.

For automatic cell identification, discrimination between cells and intercellular spaces is indispensable. Typically, the shape of intercellular spaces differs from that of cells since a cell in contact with a void exhibit’s convexity due to its internal pressure. Therefore, intercellular spaces are deflated due to the convex surface of the inflated neighboring cells. Convexity can be quantified by conventional object descriptors [23], but they are not necessarily sufficiently discriminating to reliably identify intercellular spaces [24]. Pieczywek et al. [25] used circularity and shape roughness for separating cells from intercellular spaces in apple tissue. Remarkably, the new approach of comparing the surrounding cells with the ROI enabled the integration of differently shaped intercellular spaces in the heterogeneous sugar beet tissue. The close correlation of the cell numbers derived by automated and manual counting shows the high precision of this type of automated cell identification.

In histological images, the cell wall thickness is frequently of interest. However, it is difficult to measure it accurately due to its small size and non-uniformity, being thinner in its middle area than around its edges. Moreover, some cell walls may be inclined to the cutting surface, and some cuttings may be right through plateau borders. As a result, measured wall thickness may be slightly larger than the actual thickness of cell walls. As shown by Chen et al. [26], it is possible to reduce the errors induced by the non-uniformity of cell wall thickness by taking measurements near the middle area of cell walls where thickness is relatively uniform, and the error induced by cell wall inclination by carefully selecting cell walls that seem vertical to the cutting surface while measuring. However, this procedure is not suitable for an automated evaluation of big datasets. Guillemin et al. [14] used 13 images for the analysis of one vascular bundle of beetroot. With this resolution, the cell wall thickness could be determined for each cell. Travis et al. [27] estimated cell wall thickness by a similar procedure after a watershed segmentation. This approach simplifies extracting cell wall thickness profiles by collecting all measured values through the distance function along the skeleton, which would reveal local thickness variations within the cell perimeter. To keep the workflow efficient, a lower image resolution than required for such attempts, was used. If required, a determination of the cell wall thickness could be integrated into our workflow. A much more straightforward approach, not requiring high-resolution images, was used by Cybulska et al. [28], who assessed a "cell wall fraction" as the ratio of the total length of the perimeters of all objects and the summarized area of objects. In the presented study, the amount of cell walls in the images was determined as the sum of all black pixels within the ROI of the black and white image, thus representing all pixels within the ROI excluding the cytoplasm and intercellular spaces.

Estimating cell sizes from microscopic images underlies three interrelated types of bias: 1. Small cells are less likely to be caught by the tissue slice than large cells, 2. The measured cross-sectional cell radius is likely smaller than the actual cell radius since the cross-section does not pass precisely through the center of the cell, and 3. The imaging software has a cut-off parameter that prevents the measurement of cells below the cut-off. As shown by Lenz et al. [29] correcting these types of biases is possible by estimating tissue cell size and type. So far, the underlying shape and the real cell size distribution is unknown for sugar beet roots. We have refrained from correcting the measured cell size, as in other published studies of sugar beet roots, no adjustment was made either for real cell size [5, 9, 12, 14, 30, 31].

The creation of tables containing all generated data simplifies the calculation of additional study-specific parameters and the data usability in subsequent statistical analysis. In this study, the data were used for phenotyping of different Beta genotypes. Between genotypes, even in the distal 6 mm of root tissue statistically significant differences were evaluated for the number of cells and the mean cell diameter. Different tissue types were identified by clustering. Cluster 1 mainly contains vascular cells, and cluster 2 mainly contains cells of the storage parenchyma. For vascular cells, there is no size reference yet. The cell sizes measured in the storage parenchyma were on the lower end of the range reported in other studies [9, 30, 31]. This was mainly influenced by the fact that in the presented workflow, only the first 6 mm from the periphery to the center were considered. This resulted in a lower mean cell diameter than for more centered tissue of the beetroot, or for a cross section of the entire tissue due to the fact that the cell size increases towards the center of the beetroot [3].

The relationship of cellular characteristics identified with the presented workflow and the mechanical tissue properties of sugar beet genotypes is concordant with descriptions by [6, 7].

Although it is known that at least sugar beet and fodder beet differ in their total number of cambium rings [8, 9]. In the outer 6 mm of beetroot tissue, no statistically significant differences were observed, neither between sugar beet and fodder beet nor between different sugar beet genotypes. Hence, for the analysis of the number of cambium rings, a larger area of tissue, probably ranging from the periderm to the center of the beetroot must be observed.

Conclusion

Overall, the results describe a workflow which offers a substantial benefit for digital image processing, as it enables an automated evaluation of histological images of extremely heterogenous sugar beet root tissue. The findings of this study can be understood as a confirmation of measuring features of the images in a fully automated manner. Compared to manual analysis, information can be extracted more efficiently within a short time and without any subjective bias. Additional use cases include other plant tissue phenotypic analysis workflows, as this approach can be integrated effortless.

This is a promising approach to supplying quantitative information, which can be used in further statistical analysis for phenotyping of different Beta genotypes. algorithm delivers cell-intrinsic information that makes it possible to analyze differences in cell characteristics and arrangement between genotypes. This opens a broad spectrum of possibilities to improve phenotypic tissue characterization, which in case of Beta genotypes are also related to yield formation [3, 12]. A subsequent study must consider the potential contribution of the cellular characteristics identified with the presented workflow to mechanical tissue characteristics.

Material and methods

Beet samples

In 2020, nine sugar beet genotypes provided by SESVanderHave, Belgium, differing in sugar content and root yield (genotypes 1–9) and one fodder beet (genotype 10) were grown in a field trial at Sieboldshausen, Lower Saxony, Germany. All genotypes were cultivated in a randomized block design with four replicates. After harvest, the beet tissue was immediately prepared for microscopic analyses in October.

Sample preparation and analyses

Microscopic analyses

The beetroots were pre-sectioned to cuboids with an edge length of approximately 1 × 1 × 2 cm, whereby an area of 1 × 1 cm holds the periderm of the beetroot, and the 2 cm were oriented towards the center. The cuboids were fixed in AFE (90% alcohol (ethanol, 96%), 5% formalin (37%), 5% acetic acid (100%)) until embedding, at least for 1 week. Subsequently, the tissue was transferred to 70% EtOH overnight, followed by increasing concentrations of isopropanol (70%, 80%, 90%, 100%; 1 day per concentration), xylene (100%; 72 h at RT, 48 h at 60 °C), xylene:Paraplast (Leica Biosystems, Richmond, IL, USA) [1:1 (v/v)] 24 h at 60 °C. The xylene:Paraplast mixture was replaced with pure Paraplast and incubated for 7d at 60 °C. Specimens were embedded in Paraplast. Blocks were cooled to 4 °C for unmounting and sectioning. 10 µm thick slices were sectioned on a sledge microtome. Sections were stretched in a water bath at 42 °C, transferred to glass slides, and dried at room temperature, at which they were stored until staining.

Tissue sections were deparaffinized with xylene and rehydrated by incubation with decreasing concentrations of EtOH (100%, 96%, 70%, 50%, 30%; 2 min each) and 3 × 3 min H2O. Sections were stained with Fuchsin-Crysoidin-Astral Blue (FCA or Etzold; Morphisto GmbH, 11742.00100) for 7 min and washed with H2O (3 × 2 min) and isopropanol (30 s). The stained sections were covered with Euparal (Carl Roth GmbH & Co. KG, 7356.1) and coverslips.

Brightfield images were acquired using a Zeiss microscope (Axio Scope.A1) with a 10 × magnification lens, a Moticam Pro camera (1024 × 1360 pixels per image), and the software Motic Images Plus (version 3.0) at a scale of 1.015228 µm/pixel. The acquisition of adjacent images was needed to observe a representative sample area. Mosaic images were reconstructed from 6–7 adjacent images using the Image Composite Editor (Microsoft, version 2.0.3) to attend a representative sample area. All mosaic images were cropped to equal size (5910 × 690 pixels, corresponding to approximately 6 × 0,7 mm) and saved in TIFF format in the same orientation, with the periderm of the beetroot touching the left margin of the image.

Data analysis

The R statistical computing environment [32] was used for data analysis. In particular, the following packages were used: The Image processing and analysis toolbox for R EBImage [33, 34], together with the support provided by the Bioconductor project [35], benmack/threshold for thresholding based on peak and valley of a histogram curve analysis [36], Fast Nearest Neighbour Search (RANN) [37] for the identification of the nearest neighbors, ZOO [22] for the identification of cambium rings, Stats for k-means clustering (part of R), and Agricolae [38] for HSD-test.

The automated digital image processing methods were developed in this study and are described in the Results section.

To calculate the similarity, we proceeded in the same way as described in [39], calculating the pairwise Earth Mover's Distance score and then a hierarchical clustering of the distances. With all these values, a dendrogram was designed to facilitate the visualization. As input values were used several values obtained at the end of the image analysis process. The parameters will be shown in more detail in the results section.

Manual cell counting for technical validation

To determine if the workflow is effective and comparable, manual cell counts were performed on a reference set of 10 original, non-stitched images (one per genotype), which were taken as ground truth. No pre-processing was done on the images. Using the software QGIS (version 3.20.1), each visually identified cell was labeled, and the total number of cells was determined. The same ten images were analyzed with automated image processing.

Measurement of puncture resistance of the beet root

The puncture resistance test was performed according to Kleuker and Hofmann [7] on five representative roots per replication with three measurements on each root using a texture analyzer (TA.XTplus100, Stable Micro Systems, Godalming, UK) with a puncture probe (diameter 2 mm) and a crosshead speed of 60 mm min−1. The means per root were summarized to a mean per replication. The Forcemean is the average force measured in the 5 mm underlying the periderm and describes the tissue firmness.

Availability of data and materials

The datasets used analyzed during the current study are available from the corresponding author on reasonable request.

References

  1. Eliceiri KW, Berthold MR, Goldberg IG, Ibáñez L, Manjunath BS, Martone ME, et al. Biological imaging software tools. Nat Methods. 2012;9:697–710. https://doi.org/10.1038/nmeth.2084.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  2. Hall HC, Fakhrzadeh A, Luengo Hendriks CL, Fischer U. Precision automation of cell type classification and sub-cellular fluorescence quantification from laser scanning confocal images. Front Plant Sci. 2016;7:119. https://doi.org/10.3389/fpls.2016.00119.

    Article  PubMed  PubMed Central  Google Scholar 

  3. Artschwager E. Anatomy of the vegetative organs of the sugar beet. Washington: US Government Printing Office; 1926.

    Google Scholar 

  4. Buchholz K, Tarrach R, Bliesener K-M. Chemische Aspekte der mechanischen Schnitzelentwässerung. Zuckerind. 1986;111:23–37.

    CAS  Google Scholar 

  5. Gemtos TA. Sugar beet root properties in relation to harvesting damage. Int Comm Agric Eng. 1999;1.https://ecommons.cornell.edu/handle/1813/10198

  6. Kleuker G, Hoffmann CM. Influence of tissue strength on root damage and storage losses of sugar beet. Sugar Ind. 2020;145:435–43. https://doi.org/10.36961/si24556.

    Article  Google Scholar 

  7. Kleuker G, Hoffmann CM. Tissue strength of sugar beet root genotypic variation and environmental impact. Crop Sci. 2021;61:2478–88. https://doi.org/10.1002/csc2.20523.

    Article  CAS  Google Scholar 

  8. Wyse RE. Parameters controlling sucrose content and yield of sugarbeet roots. J Am Soc Sugar Beet Technol. 1979;20:368–85.

    Article  CAS  Google Scholar 

  9. Hoffmann CM. Sucrose accumulation in sugar beet under drought stress. J Agron Crop Sci. 2010;196:243–52. https://doi.org/10.1111/j.1439-037X.2009.00415.x.

    Article  CAS  Google Scholar 

  10. Lange W, Brandenburg WA, de Bock TSM. Taxonomy and cultonomy of beet (Beta vulgaris L.). Bot J Linn Soc. 1999;130:81–96. https://doi.org/10.1111/j.1095-8339.1999.tb00785.x.

    Article  Google Scholar 

  11. Galewski P, McGrath JM. Genetic diversity among cultivated beets (Beta vulgaris) assessed via population-based whole genome sequences. BMC Genomics. 2020;21:189. https://doi.org/10.1186/s12864-020-6451-1.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  12. Doney DL, Wyse RE, Theurer JC. The relationship between cell size, yield, and sucrose concentration of the sugarbeet root. Can J Plant Sci. 1981;61:447–53.

    Article  Google Scholar 

  13. Sliwinska E, Dziamski A, Steen P. Anatomical characteristics of hypocotyl of sugar beets different in sugar content. J Appl Genet. 1995;36:229–39.

    Google Scholar 

  14. Guillemin F, Devaux M-F, Guillon F. Evaluation of plant histology by automatic clustering based on individual cell morphological features. Image Anal Stereol. 2004;23:13. https://doi.org/10.5566/ias.v23.p13-22.

    Article  Google Scholar 

  15. Palomäki VA, Koivukangas V, Meriläinen S, Lehenkari P, Karttunen TJ. A straightforward method for adipocyte size and count analysis using open-source software QuPath. Adipocyte. 2022;11:99–107. https://doi.org/10.1080/21623945.2022.2027610.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  16. Liu L, Feng W, Chen C, Liu M, Qu Y, Yang J. Classification of breast cancer histology images using MSMV-PFENet. Sci Rep. 2022;12:17447. https://doi.org/10.1038/s41598-022-22358-y.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  17. Holmes S, Huber W. Modern statistics for modern biology. Cambridge: Cambridge University Press; 2019.

    Google Scholar 

  18. Otsu N. A threshold selection method from gray-level histograms. IEEE Trans Syst Man Cybern. 1979;9:62–6.

    Article  Google Scholar 

  19. Soille P. Morphological image analysis. Berlin, Heidelberg: Springer, Berlin Heidelberg; 1999.

    Book  Google Scholar 

  20. Oleś A. EBImage: remove objects on the edge of an image. 2013. https://support.bioconductor.org/p/52148/. Accessed 26 Jul 2022.

  21. Huber W. How do I find peaks in a dataset? 2012. https://stats.stackexchange.com/q/36326. Accessed 26 Jul 2022.

  22. Zeileis A, Grothendieck G. ZOO: S3 infrastructure for regular and irregular time series. J Stat Softw. 2005;14:1–27. https://doi.org/10.18637/jss.v014.i06.

    Article  Google Scholar 

  23. Sonka M, Hlavac V, Boyle R. Image processing, analysis, and machine vision. Faridabad: Thomson-Engineering; 2007.

    Google Scholar 

  24. Debeir O, Allard J, Decaestecker C, Hermand J-P. Characterization of Posidonia Oceanica Seagrass Aerenchyma through whole slide imaging: a pilot study. 2019. http://arxiv.org/pdf/1903.03044v2. Accessed 26 Jul 2022.

  25. Pieczywek PM, Zdunek A. Automatic classification of cells and intercellular spaces of apple tissue. Comput Electron Agric. 2012;81:72–8.

    Article  Google Scholar 

  26. Chen Y, Das R, Battley M. Effects of cell size and cell wall thickness variations on the stiffness of closed-cell foams. Int J Solids Struct. 2015;52:150–64. https://doi.org/10.1016/j.ijsolstr.2014.09.022.

    Article  Google Scholar 

  27. Travis A, Hirst DJ, Chesson A. Automatic classification of plant cells according to tissue type using anatomical features obtained by the distance transform. Ann Bot. 1996;78:325–31. https://doi.org/10.1006/anbo.1996.0127.

    Article  Google Scholar 

  28. Cybulska J, Pieczywek PM, Zdunek A. The effect of Ca2+ and cellular structure on apple firmness and acoustic emission. Eur Food Res Technol. 2012;235:119–28. https://doi.org/10.1007/s00217-012-1743-6.

    Article  CAS  Google Scholar 

  29. Lenz M, Roumans NJT, Vink RG, van Baak MA, Mariman ECM, Arts ICW, et al. Estimating real cell size distribution from cross-section microscopy imaging. Bioinformatics. 2016;32:i396–404. https://doi.org/10.1093/bioinformatics/btw431.

    Article  CAS  PubMed  Google Scholar 

  30. Tullin V. Die Morphologie der Zuckerrübe. Zucker. 1952;5:433–44.

    Google Scholar 

  31. Madritsch S, Bomers S, Posekany A, Burg A, Birke R, Emerstorfer F, et al. Integrative transcriptomics reveals genotypic impact on sugar beet storability. Plant Mol Biol. 2020;104:359–78. https://doi.org/10.1007/s11103-020-01041-8.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  32. R Core Team. R: A language and environment for statistical computing. Vienna, Austria. 2020. https://www.R-project.org/. Accessed 26 Jul 2022.

  33. Pau G, Fuchs F, Sklyar O, Boutros M, Huber W. EBImage—an R package for image processing with applications to cellular phenotypes. Bioinformatics. 2010;26:979–81. https://doi.org/10.1093/bioinformatics/btq046.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  34. Oleś A, Pau G, Smith M, Sklyar O, Huber W, Barry J, Marais PA. Bioconductor: open source software for bioinformatics: EBImage: bioconductor project; 2017. https://doi.org/10.18129/B9.bioc.EBImage.

  35. Huber W, Carey VJ, Gentleman R, Anders S, Carlson M, Carvalho BS, et al. Orchestrating high-throughput genomic analysis with Bioconductor. Nat Methods. 2015;12:115–21. https://doi.org/10.1038/nmeth.3252.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  36. Mack B. benmack/threshold: Histogram/density based threshold selection. The Comprehensive R Archive Network. 2019. https://rdrr.io/github/benmack/threshold/. Accessed 26 Jul 2022.

  37. Arya S, Mount D, Kemp SE, Jefferis G. RANN: Fast nearest neighbour search (wraps ANN library) using L2 metric. The Comprehensive R Archive Network; 2019. https://rdrr.io/cran/RANN/. Accessed 26 Jul 2022.

  38. De Mendiburu F. Agricolae: statistical procedures for agricultural research. R package version 1.3–3. 2020. https://CRAN.R-project.org/package=agricolae. Accessed 26 Jul 2022.

  39. Brugger A, Ispizua Yamati F, Barreto A, Paulus S, Schramowski P, Kersting K, et al. Hyperspectral imaging in the UV-range allows for differentiation of sugar beet diseases based on changes of secondary plant metabolites. Phytopathology. 2022. https://doi.org/10.1094/PHYTO-03-22-0086-R.

    Article  Google Scholar 

Download references

Acknowledgements

The authors thank Tino Voltmann, Michaela Siegmann, Saskia Flentje and Christiane Evers for excellent technical support with the field trials. Special thanks to Saskia Flentje for her support in preparing the histological samples and for the manual cell counting.

Funding

The research project was funded by SESVanderHave and the Deutsche Forschungsgemeinschaft (DFG, German Research Foundation) under Germany's Excellence Strategy—EXC 2070-390732324.

Author information

Authors and Affiliations

Authors

Contributions

MS established and optimized the sample preparation process. NN performed the histological examination of the tissue. NN and FRIY designed the pipeline and wrote the R script, whereby FRIY was mainly responsible for implementing the theoretical considerations as R code. NN and FRIY analyzed and interpreted the phenotyping data, drafted the manuscript, designed the figures, and wrote the manuscript in consultation with AKM and CMH. All authors read and approved the final manuscript.

Corresponding author

Correspondence to Facundo R. Ispizua Yamati.

Ethics declarations

Ethics approval and consent to participate

Not applicable.

Consent for publication

Not applicable.

Competing interests

The authors declare that they have no competing interests.

Additional information

Publisher's Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Supplementary Information

Additional file 1.

R Script for the automated evaluation of cell characteristics and tissue arrangement.

Additional file 2.

An example of a stitched and aligned mosaic image from several light microscopy images of fuchsin-chrysoidine-astra blue (FCA)-stained transverse section of paraffin-embedded storage root tissue of sugar beet.

Rights and permissions

Open Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article's Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article's Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by/4.0/. The Creative Commons Public Domain Dedication waiver (http://creativecommons.org/publicdomain/zero/1.0/) applies to the data made available in this article, unless otherwise stated in a credit line to the data.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Nause, N., Ispizua Yamati, F.R., Seidel, M. et al. Workflow for phenotyping sugar beet roots by automated evaluation of cell characteristics and tissue arrangement using digital image processing. Plant Methods 19, 35 (2023). https://doi.org/10.1186/s13007-023-01014-0

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s13007-023-01014-0

Keywords