Literature DB >> 33553865

ChipSeg: An Automatic Tool to Segment Bacterial and Mammalian Cells Cultured in Microfluidic Devices.

Irene de Cesare1, Criseida G Zamora-Chimal1,2, Lorena Postiglione1, Mahmoud Khazim1,3, Elisa Pedone1,3, Barbara Shannon2,4, Gianfranco Fiore1,2, Giansimone Perrino5, Sara Napolitano5, Diego di Bernardo5,6, Nigel J Savery2,4, Claire Grierson2,7, Mario di Bernardo1,2,8, Lucia Marucci1,2,3.   

Abstract

Extracting quantitative measurements from time-lapse images is necessary in external feedback control applications, where segmentation results are used to inform control algorithms. We describe ChipSeg, a computational tool that segments bacterial and mammalian cells cultured in microfluidic devices and imaged by time-lapse microscopy, which can be used also in the context of external feedback control. The method is based on thresholding and uses the same core functions for both cell types. It allows us to segment individual cells in high cell density microfluidic devices, to quantify fluorescent protein expression over a time-lapse experiment, and to track individual mammalian cells. ChipSeg enables robust segmentation in external feedback control experiments and can be easily customized for other experimental settings and research aims.
© 2021 American Chemical Society.

Entities:  

Year:  2021        PMID: 33553865      PMCID: PMC7859942          DOI: 10.1021/acsomega.0c03906

Source DB:  PubMed          Journal:  ACS Omega        ISSN: 2470-1343


Introduction

Live-cell imaging by automated microscopy enables the collection of large-scale data useful to study the link between cellular dynamics and emerging phenotypes. In the context of synthetic biology, the combination of control engineering algorithms with live-cell imaging has been shown to successfully enable the automatic regulation of gene expression across cellular chassis.[1−8] If employing microfluidics/microscopy platforms, then the external feedback control action is implemented by measuring the relevant control output (e.g., fluorescent reporter expression in cells grown within microfluidic devices) throughout the time-lapse experiment by means of automatic segmentation. This measurement informs a control algorithm that computes the control input to minimize the control error (i.e., the difference between the control target and output). The control input is automatically provided to cells, for example, by changing the culture media with motor-controlled pumps. Automatic segmentation needs to be performed in real time and to be robust over the whole time-lapse experiment. We present here ChipSeg, a thresholding-based algorithm that automatically segments both bacterial and mammalian cells cultured in microfluidic devices. The same core functions are implemented for both cell types, making the code flexible for other chassis and applications. The algorithm is easy to use and shows robust segmentation results in external feedback control experiments with microfluidics/microscopy platforms;[5−10] ChipSeg can be easily adapted for open-loop experiments and other cell types/experimental settings. ChipSeg is implemented in MATLAB, and it is publicly available. The source code and documentation can be found at https://github.com/LM-group/ChipSeg.

Results

ChipSeg is broadly based on the Otsu thresholding method[11] and is implemented in MATLAB using both custom and built-in Image Processing Toolbox functions. When used within an external feedback control experiment, the segmentation is performed online: at each sampling time, the acquired image is imported by ChipSeg and the algorithm output is fed back to the computer for control input calculation (Figure A,B).
Figure 1

ChipSeg main features. (A, B) The algorithm can segment time-lapse images of bacterial (B-i) and mammalian cells with dome-shaped (B-ii) or flat (B-iii) morphology, cultured in microfluidic devices; if used within an external feedback control experiment, then, at each sampling time, the image acquired by the microscope is segmented and the ChipSeg output is fed back to the computer, which can compute the control error and input. In panel (B), phase-contrast, fluorescence channels, and ChipSeg-computed masks (i, ii) and ellipsoids (iii) are shown. Masks are computed on a cropped area of the acquired raw image. (C, D) Average fluorescence quantification in exemplar bacterial cells (C) and Rex1-GFPd2 mouse embryonic stem cell (mESC; D) time lapses (Supporting Information); the dotted red lines indicate the time points for which the phase-contrast raw images and the corresponding ChipSeg-computed masks on a cropped region are shown. (E) Two time points (dotted red lines) of a dual-reporter mESC (Supporting Information) time lapse, showing the overlay of phase-contrast images and the ChipSeg-computed single-cell label tracked over time; quantification of the mCherry fluorescent reporter for a specific cell (labeled as 5) over the time lapse is shown.

ChipSeg main features. (A, B) The algorithm can segment time-lapse images of bacterial (B-i) and mammalian cells with dome-shaped (B-ii) or flat (B-iii) morphology, cultured in microfluidic devices; if used within an external feedback control experiment, then, at each sampling time, the image acquired by the microscope is segmented and the ChipSeg output is fed back to the computer, which can compute the control error and input. In panel (B), phase-contrast, fluorescence channels, and ChipSeg-computed masks (i, ii) and ellipsoids (iii) are shown. Masks are computed on a cropped area of the acquired raw image. (C, D) Average fluorescence quantification in exemplar bacterial cells (C) and Rex1-GFPd2 mouse embryonic stem cell (mESC; D) time lapses (Supporting Information); the dotted red lines indicate the time points for which the phase-contrast raw images and the corresponding ChipSeg-computed masks on a cropped region are shown. (E) Two time points (dotted red lines) of a dual-reporter mESC (Supporting Information) time lapse, showing the overlay of phase-contrast images and the ChipSeg-computed single-cell label tracked over time; quantification of the mCherry fluorescent reporter for a specific cell (labeled as 5) over the time lapse is shown. First, ChipSeg performs global thresholding to segment a bacterial or mammalian cell cluster in a region of interest within the microfluidic device used for cell culturing; pre-processing, such as filtering and contrast enhancement, can be applied (Supporting Information). Global thresholding can be performed on phase-contrast images or, in the case of poor contrast, on images of cells stained with a fluorescent dye (Supporting Information). Individual cells can also be identified using local thresholding for bacterial cells. The segmentation can be refined in a customized way to fix possible artifacts, for example, by removing or separating objects smaller/bigger than a set threshold, respectively (Supporting Information). A comparison with manually annotated images (i.e., ground truth) showed good segmentation results for both bacterial and mammalian cells (Supplementary Figures S8 and S15). Fluorescence is calculated by overlapping the segmented masks to the fluorescence channel image; in doing so, a binary mask defining the pixels of the fluorescent image is calculated. Figure C,D and Supporting Movies S1 and S2 show the average fluorescence of cells within the selected region of interest for exemplar bacterial and mammalian cell time lapses, respectively. If local thresholding is performed, then the algorithm provides the number of segmented cells, which can serve to estimate the cell population growth rate over the time-lapse experiment (Supporting Movie S1). Furthermore, by computing the maximum and minimum of fluorescence in the cellular population, cell-to-cell variability and fluoresce distribution can be quantified (Supporting Movie S1). ChipSeg also allows for cell tracking, provided that the movement across frames is limited, and the microfluidic device is not too dense (in our examples, for flat mammalian cells). The algorithm first computes a mask by applying filters and thresholding functions, then assigns a centroid to an individual cell, and finally searches the correspondence between individual cells in two consecutive time-lapse images by minimizing the centroid displacement (Figure E and Supporting Movie S3). Our algorithm is fully customizable as we provide a step-by-step explanation of all the pre-processing, segmentation, tracking, and fluorescence quantification functions (Supporting Information).

Discussion

Many automated image segmentation tools exist to analyze microscopy images;[12−14] user-friendly graphical interfaces within a software package are often presented as black-boxes which cannot be easily combined with other softwares (e.g., in external feedback control applications, where communication between segmentation and control code is required). Other image analysis algorithms previously proposed to segment cells cultured and imaged within microfluidic devices are often specific for certain chip designs such as the mother machine device;[15−19] instead, ChipSeg does not rely on the geometry of the devices we used (see refs (20) and (21) for bacterial and mammalian cell device description, respectively). ChipSeg is based on simple MATLAB functions and should be easy to customize also for users lacking a computational background. While it is true that parameters within the algorithm might need to be tuned if using images of different cells or if varying the acquisition settings, a few trial-and-error iterations might be enough to fix them, even if using limited images. Segmentation of more complex images (e.g., tissues) might require different types of algorithms (e.g., refs (22) and (23)). Our algorithm has enough flexibility to be used across cell types, and adaptation of the code should be quicker than implementing deep learning-based approaches (e.g., refs (15−19) and (24−26)), whose undeniable robustness, in most cases, comes at the cost of extensive algorithm training on manually annotated datasets.

Materials and Methods

Bacterial Cell Microfluidic Device, Strain, and Image Acquisition

The microfluidic device used for the experiments shown here was developed by Mondragón-Palomino and colleagues;[21] soft lithography was used to make the device, as shown in ref (21). Escherichia coli MG1655 cells carrying the comparator construct described in ref (27) were loaded in the device, as shown in ref (21). For each experiment, time-lapse fluorescence microscopy experiments were performed using an inverted widefield fluorescence microscope (Leica) and images were taken using an Andor iXon Ultra digital camera. The microfluidic device was enclosed inside an incubation chamber set to 37 °C (Pecon). The microscope took every 5 min images of cells growing inside the microfluidic device trapping chambers. At each time point, a phase contrast image (PhC) and a green fluorescent image were acquired for each of the three trapping chambers. Green fluorescent images were used for the detection of GFP. Images were acquired using a 100× objective. Exposure times were set to 100 ms for the PhC and green spectra.

Mammalian Cell Microfluidic Device, Cell Lines, and Image Acquisition

Experiments analyzed in this paper were performed with either of the two cell lines: a mouse embryonic stem cell (mESC) line stably carrying a destabilized GFP, replacing the entire Rex1 coding sequence in one allele (Rex1-GFPd2),[28] or dual-reporter mESCs carrying coding regions for eGFP and mCherry downstream of transcriptional start sites for mir-302 and mir-290 clusters, respectively.[29] Cells were cultured on gelatinized tissue culture dishes at 37 °C in a 5% CO2 humidified incubator in Dulbecco’s modified Eagle medium (DMEM; Sigma; D5796) supplemented with 15% fetal bovine serum (Sigma; F7524), nonessential amino acids (Gibco; 11140035), l-glutamine (Gibco; 25030024), sodium pyruvate (Gibco; 11360039), penicillin–streptomycin (Sigma; P4458), 2-mercaptoethanol (Gibco; 31350010), and 10 ng/mL mLIF (Peprotech; 250-02). Both cell lines were transfected with a plasmid to express a transgene to encode nuclear Histone 2B (H2B) tagged with infrared fluorescent protein (iRFP), as shown in ref (10). The microfluidic device for mammalian cells was designed and characterized, as shown in ref (20). A master mold of the device (MicruX technologies) was used to produce device replicas by PDMS molding. Microfluidic device fabrication, processing, and cell loading into devices were performed, as previously described.[20] Cells were vacuum-loaded into microfluidic chips and precultured with constant perfusion of fresh media while allowing to attach overnight in a humidified incubator; Rex1-GFPd2 cells were supplemented with 10 μM cell permeable CellTracker blue (Invitrogen; C12881) and cultured in gelatine-treated chips; the microfluidic devices were precoated with fibronectin for dual-reporter mESC experiments. The device was secured onto a motorized microscope stage within an incubation chamber (incubator i8; Leica microsystems) and maintained at 37 °C in 5% CO2. Time-lapse imaging was performed to acquire phase and fluorescent images using a Leica LASX live-cell imaging workstation on a DMi8 inverted fluorescence microscope with an Andor iXON 897 Ultra digital camera and a 40× objective (PlanFluor DLL 40× Ph2 Nikon). Adaptive focus control was employed on chosen fields, and images were acquired every 60 mins. The setup for the experiment in Figures S9–S11 (i.e., using the Rex1-GFPd2 mESC reporter line) consisted of four channels (phase contrast, green, blue, and infrared), while the setup for the experiment in Figures S12–S14 (i.e., using the dual reporter mESC line) consisted of three channels (phase contrast, red, and infrared).
  27 in total

1.  Long-term model predictive control of gene expression at the population and single-cell levels.

Authors:  Jannis Uhlendorf; Agnès Miermont; Thierry Delaveau; Gilles Charvin; François Fages; Samuel Bottani; Gregory Batt; Pascal Hersen
Journal:  Proc Natl Acad Sci U S A       Date:  2012-08-14       Impact factor: 11.205

2.  Entrainment of a population of synthetic genetic oscillators.

Authors:  Lev Tsimring; Jeff Hasty; Octavio Mondragón-Palomino; Tal Danino; Jangir Selimkhanov
Journal:  Science       Date:  2011-09-02       Impact factor: 47.728

3.  Biological imaging software tools.

Authors:  Kevin W Eliceiri; Michael R Berthold; Ilya G Goldberg; Luis Ibáñez; B S Manjunath; Maryann E Martone; Robert F Murphy; Hanchuan Peng; Anne L Plant; Badrinath Roysam; Nico Stuurman; Nico Stuurmann; Jason R Swedlow; Pavel Tomancak; Anne E Carpenter
Journal:  Nat Methods       Date:  2012-06-28       Impact factor: 28.547

4.  Inhibition of glycogen synthase kinase-3 alleviates Tcf3 repression of the pluripotency network and increases embryonic stem cell resistance to differentiation.

Authors:  Jason Wray; Tüzer Kalkan; Sandra Gomez-Lopez; Dominik Eckardt; Andrew Cook; Rolf Kemler; Austin Smith
Journal:  Nat Cell Biol       Date:  2011-06-19       Impact factor: 28.824

5.  Survey statistics of automated segmentations applied to optical imaging of mammalian cells.

Authors:  Peter Bajcsy; Antonio Cardone; Joe Chalfoun; Michael Halter; Derek Juba; Marcin Kociolek; Michael Majurski; Adele Peskin; Carl Simon; Mylene Simon; Antoine Vandecreme; Mary Brady
Journal:  BMC Bioinformatics       Date:  2015-10-15       Impact factor: 3.169

6.  A comparative study of automatic image segmentation algorithms for target tracking in MR-IGRT.

Authors:  Yuan Feng; Iwan Kawrakow; Jeff Olsen; Parag J Parikh; Camille Noel; Omar Wooten; Dongsu Du; Sasa Mutic; Yanle Hu
Journal:  J Appl Clin Med Phys       Date:  2016-03-08       Impact factor: 2.102

7.  A tunable dual-input system for on-demand dynamic gene expression regulation.

Authors:  Elisa Pedone; Lorena Postiglione; Francesco Aulicino; Dan L Rocca; Sandra Montes-Olivas; Mahmoud Khazim; Diego di Bernardo; Maria Pia Cosma; Lucia Marucci
Journal:  Nat Commun       Date:  2019-10-02       Impact factor: 14.919

8.  Image-Based Single Cell Profiling: High-Throughput Processing of Mother Machine Experiments.

Authors:  Christian Carsten Sachs; Alexander Grünberger; Stefan Helfrich; Christopher Probst; Wolfgang Wiechert; Dietrich Kohlheyer; Katharina Nöh
Journal:  PLoS One       Date:  2016-09-23       Impact factor: 3.240

9.  Monitoring single-cell gene regulation under dynamically controllable conditions with integrated microfluidics and software.

Authors:  Matthias Kaiser; Florian Jug; Thomas Julou; Siddharth Deshpande; Thomas Pfohl; Olin K Silander; Gene Myers; Erik van Nimwegen
Journal:  Nat Commun       Date:  2018-01-15       Impact factor: 14.919

10.  Balancing a genetic toggle switch by real-time feedback control and periodic forcing.

Authors:  Jean-Baptiste Lugagne; Sebastián Sosa Carrillo; Melanie Kirch; Agnes Köhler; Gregory Batt; Pascal Hersen
Journal:  Nat Commun       Date:  2017-11-17       Impact factor: 14.919

View more
  1 in total

1.  Control-Based Continuation: A New Approach to Prototype Synthetic Gene Networks.

Authors:  Irene de Cesare; Davide Salzano; Mario di Bernardo; Ludovic Renson; Lucia Marucci
Journal:  ACS Synth Biol       Date:  2022-06-21       Impact factor: 5.249

  1 in total

北京卡尤迪生物科技股份有限公司 © 2022-2023.