| Literature DB >> 34588507 |
Hemaxi Narotamo1, Maria Sofia Fernandes2,3, Ana Margarida Moreira2,3,4, Soraia Melo2,3, Raquel Seruca5,6,7, Margarida Silveira1, João Miguel Sanches1.
Abstract
The cell nucleus is a tightly regulated organelle and its architectural structure is dynamically orchestrated to maintain normal cell function. Indeed, fluctuations in nuclear size and shape are known to occur during the cell cycle and alterations in nuclear morphology are also hallmarks of many diseases including cancer. Regrettably, automated reliable tools for cell cycle staging at single cell level using in situ images are still limited. It is therefore urgent to establish accurate strategies combining bioimaging with high-content image analysis for a bona fide classification. In this study we developed a supervised machine learning method for interphase cell cycle staging of individual adherent cells using in situ fluorescence images of nuclei stained with DAPI. A Support Vector Machine (SVM) classifier operated over normalized nuclear features using more than 3500 DAPI stained nuclei. Molecular ground truth labels were obtained by automatic image processing using fluorescent ubiquitination-based cell cycle indicator (Fucci) technology. An average F1-Score of 87.7% was achieved with this framework. Furthermore, the method was validated on distinct cell types reaching recall values higher than 89%. Our method is a robust approach to identify cells in G1 or S/G2 at the individual level, with implications in research and clinical applications.Entities:
Mesh:
Year: 2021 PMID: 34588507 PMCID: PMC8481278 DOI: 10.1038/s41598-021-98489-5
Source DB: PubMed Journal: Sci Rep ISSN: 2045-2322 Impact factor: 4.379
Figure 1Overall pipeline to train and test the SVM for interphase cell cycle staging. The processing pipeline involves the analysis of DAPI and Fucci2 images, which are required to train and test the classifier (blue box, a–g). The final single cell cycle staging procedure uses the classifier parameters, obtained in the training phase, to identify the cell cycle phase of new DAPI images (yellow box); SVM support vector machine, Fucci fluorescent ubiquitination-based cell cycle indicator.
Intensity and morphological features equations.
| Feature | Equation | |
|---|---|---|
| Area: number of pixels in the nucleus | (1) | |
| Total DAPI intensity: sum of the intensities of the pixels in the nucleus extracted from the DAPI image | (2) | |
| Total red intensity: sum of the red channel’s intensities of the pixels in the nucleus extracted from the Fucci2 image | (3) | |
| Total green intensity: sum of the green channel’s intensities of the pixels in the nucleus extracted from the Fucci2 image | (4) | |
| Mean red intensity | (5) | |
| Mean green intensity | (6) | |
| Normalized red intensity: to capture the red color independently of the intensity | (7) | |
| Normalized green intensity: to capture the green color independently of the intensity | (8) |
Figure 2Nuclei distribution in the 2D space [µ,µ] and strategy to automatically estimate the labels from the Fucci2 data to train the supervised classifier. (a) Each point is colored with the intensities (R,G,B) = [µ,µ,0]. (b) Each point is colored with the intensities (R, G, B) = . (c) The nuclei that were excluded are colored in grey. All the other nuclei are colored with the following intensities (R, G, B) = . (d) Representation of each nucleus in the 2D space [µ,µ] after removing the colorless nuclei, outliers, and some nuclei in the transition between red and green. Each nucleus is represented by a single colored dot in the 2D space. Each point is colored with its label, i.e., nuclei labeled as S/G2 are green, whereas nuclei labeled as G1 are red.
Figure 3Identification of labels obtained automatically and by visual inspection. (a) Confusion matrix between the labels generated according to Algorithm 1 and by visual analysis. (b) Representation of each nucleus, labeled by visual analysis, in the 2D space . Each point is colored with the following intensities (R, G, B) = . The blue line corresponds to the equation mean green intensity = mean red intensity, and is used to identify mislabeled nuclei evaluated by visual analysis. (c) Example of a Fucci2 image and the corresponding manual labels obtained by visual analysis. (d) Cell cycle profile of total DAPI intensity for labeled nuclei. The red and green bars indicate counts of nuclei labeled as G1 and S/G2, respectively. The brown area shows the overlapping bars of nuclei labeled as G1 and as S/G2.
Figure 5Distribution of nuclei classification (a) box plot of F1-Score (130 images). (b) Violin plot of F1-Score (130 images). (c) Box plot of F1-Score for class G1 and class S/G2. (d) Violin plot of F1-Score for class G1 and for class S/G2.
Figure 4Comparison between Fucci2 labels and DAPI features. Representation of each nucleus in the 2D space (normalized area, normalized DAPI intensity). Each point is colored with the following intensities (R, G, B) = , according to the Fucci2 classification. (b,c) Representative Fucci2 and DAPI images respectively, illustrating the brightness and size of nuclei in S/G2 and G1 stages.
Validation of nuclei classification (µ ± σ).
| Precision | Recall | F1-Score | |
|---|---|---|---|
| G1 | 0 | 0 | 0 |
| S/G2 | 0 | 0 | 0 |
| Average | 0 | 0 | 0 |
Precision, Recall and F1-Score data are shown for class G1 positive, class S/G2 positive and average between both classes. Data represent mean ± standard deviation over the five models obtained by performing nested five-fold cross-validation.
Figure 6Method applicability in immunofluorescence images of gastric cancer cells. Human gastric cancer cells AGS were stained with Cdt1 (green) (a) or cyclin B1 (green) (c) and counterstained with DAPI (blue). White arrows indicate cells considered positive for Cdt1 or cyclin B1 expression and used for further analysis and G1 and G2 denotes the labels obtained after automatic classification based on DAPI staining. (b,d) Corresponding DAPI images used for cell cycle staging.
| Algorithm 1: Automatic algorithm to assign a label to each nucleus based on molecular features. |
|---|
| 1: if |
| 2: if |