Literature DB >> 29566132

QuimP: analyzing transmembrane signalling in highly deformable cells.

Piotr Baniukiewicz1, Sharon Collier1, Till Bretschneider1.   

Abstract

Summary: Transmembrane signalling plays important physiological roles, with G protein-coupled cell surface receptors being particularly important therapeutic targets. Fluorescent proteins are widely used to study signalling, but analyses of image time series can be challenging, in particular when cells change shape. QuimP software semi-automatically tracks spatio-temporal patterns of fluorescence at the cell membrane at high spatial resolution. This makes it a unique tool for studying transmembrane signalling, particularly during cell migration in immune or cancer cells for example. Availability and implementation: QuimP (http://warwick.ac.uk/quimp) is a set of Java plugins for Fiji/ImageJ (http://fiji.sc) installable through the Fiji Updater (http://warwick.ac.uk/quimp/wiki-pages/installation). It is compatible with Mac, Windows and Unix operating systems, requiring version >1.45 of ImageJ and Java 8. QuimP is released as open source (https://github.com/CellDynamics/QuimP) under an academic licence. Supplementary information: Supplementary data are available at Bioinformatics online.

Entities:  

Mesh:

Year:  2018        PMID: 29566132      PMCID: PMC6061833          DOI: 10.1093/bioinformatics/bty169

Source DB:  PubMed          Journal:  Bioinformatics        ISSN: 1367-4803            Impact factor:   6.937


1 Introduction

In transmembrane signalling the cell membrane plays a fundamental role in localizing intracellular signalling components to specific sites of action, for example to reorganize the actomyosin cortex during cell polarization and locomotion. The localization of different components can be directly or indirectly visualized using fluorescence microscopy, for high-throughput screening commonly in 2D. A quantitative understanding demands segmentation and tracking of cells and fluorescence signals at the membrane, for example those associated with actin polymerization at the cell front of locomoting cells. Different tools for cell segmentation and tracking are reviewed in (Barry ; Meijering ; Ryan ). Segmentation can employ thresholding, region growing, active contours or level sets, to obtain closed cell contours and sample fluorescence adjacent to the cell edge in a straightforward manner. The most critical step however is cell edge tracking, which links points on contours at time t to corresponding points at t + 1. Optical flow methods exist, but usually fail to meet the requirement that total fluorescence must not change. QuimP uses a unique method [ECMM, electrostatic contour migration method (Tyson )] which has been shown to outperform traditional level set methods, and works at subpixel resolution. ECMM minimizes the sum of path lengths connecting all pairs of points, equivalent to minimizing the energy required for cell deformation. QuimP’s active contour based segmentation and outline tracking algorithms have been described in Dormann ) and Tyson , 2014). It has been developed on and off since 2002, but recent funding resulted in a completely reengineered and redesigned, sustainable software that is accessible to a much wider circle of non-expert users.

2 New features

QuimP has recently been released as open source (current version 2018-02-01, user manual available on homepage; new features including walkthrough examples are detailed in Supplementary Material SI-A). Figure 1 shows the graphical user interface. Main new features are: (i) use of the JSON format to store complete analysis workflows in QCONF (QuimP Configuration) files, and facilitate exchange of data with other programming languages (SI-B); also particularly useful when segmenting long sequences that require manual corrections. (ii) Four new modules have been added, for reconstructing differential interference contrast (DIC) images, customized random walk cell segmentation (with advanced tracking), generation of image masks from segmented cell outlines, and exporting data in comma-separated value format, for example for importing data to other phenotypic cell analysis pipelines. (iii) A new architecture supports custom vector filters that directly operate on cell contour data, without requiring deep knowledge of QuimP; Examples are a running mean filter, or a protrusion removal filter (SI-A). (iv) Segmentation masks generated by other ImageJ methods or external software can be used as input for further QuimP analysis (SI-A). (v) Improved segmentation by combining QuimP’s original active contour (AC) segmentation with a modified random walk (RW) method (Fig. 1b): Active contour methods are good at segmenting cells, but notoriously struggle when dealing with highly concave cell outlines. RW (Grady, 2006) is superior in this respect, but has problems with strong gradients in fluorescence, as typically observed for many proteins involved in cell polarization and directed cell movement. QuimP includes a locally adaptive version which overcomes this problem and compares favourably to other top-rated tools (SI-C).
Fig. 1.

QuimP GUI for analyzing cell motility. (a) QuimP toolbar, with tools arranged in the order of a typical workflow. Upper row: Open image time series, and main data analysis plugins (BOA: cell segmentation, ECMM: contour tracking, ANA: sampling of cortical fluorescence, QA: detailed quantitative analysis and visualization in the form of spatial-temporal maps, PA: protrusion analysis (experimental, working Matlab routines are provided)). Bottom row: Pre- and post-processing plugins (DIC: DIC image reconstruction, RW: customized random walk segmentation, Mask: Cell outline to mask converter). (b) BOA segmentation window with novel feature of external contour filters. (c) Interface for the new random walk segmentation module. (d) New BOA plugin that integrates random walk and active contour segmentation. (e) Conversion tool to export csv files. (f) Exemplary results from the QA module: cell outlines, fluorescence map, convexity map

QuimP GUI for analyzing cell motility. (a) QuimP toolbar, with tools arranged in the order of a typical workflow. Upper row: Open image time series, and main data analysis plugins (BOA: cell segmentation, ECMM: contour tracking, ANA: sampling of cortical fluorescence, QA: detailed quantitative analysis and visualization in the form of spatial-temporal maps, PA: protrusion analysis (experimental, working Matlab routines are provided)). Bottom row: Pre- and post-processing plugins (DIC: DIC image reconstruction, RW: customized random walk segmentation, Mask: Cell outline to mask converter). (b) BOA segmentation window with novel feature of external contour filters. (c) Interface for the new random walk segmentation module. (d) New BOA plugin that integrates random walk and active contour segmentation. (e) Conversion tool to export csv files. (f) Exemplary results from the QA module: cell outlines, fluorescence map, convexity map RW is a supervised learning method that requires users to label (seed) a small number of foreground (cell) and background image pixels. QuimP now employs preliminary AC segmentation masks to seed class labels for each frame of a time series automatically (SI-A and SI-C). Foreground and background pixels are assigned after contracting and expanding vectorized masks. Our algorithm preserves the shape of the contour and prevents that thin cellular processes are eroded (SI-D), significantly improving the segmentation of cellular protrusions and cavities. Segmentation quality was evaluated using typical time-series of migrating cells tagged with fluorescent markers for different cytoskeletal proteins. 750 image frames were manually segmented (gold standard), and compared to results from: (i) QuimP run in an unsupervised manner, i.e. without changing parameters between frames, and (ii) the Trainable Weka ImageJ plugin (Arganda-Carreras ). Our new method significantly reduces the Hausdorff distance (maximum distance between the segmented contour and the gold standard) and importantly, the number of false positive pixels per contour length (SI-C and SI-D).

3 Conclusions and perspectives

The strength of QuimP’s contour tracking (ECMM) and its versatility and user-friendliness have resulted in >70 publications to date where it has been used (http://warwick.ac.uk/quimp/quimp-refs). Recent developments, namely making QuimP available as open source, with frequent updates and extended documentation, improvements in segmentation quality, and important changes to the architecture to support customized cell contour filters, make QuimP accessible to a much wider user base. Phenotypic analysis successfully employed multivariate cell descriptors for modelling transitions between discrete cellular states using hidden Markov models (Gordonov ; Held ). QuimP is complementary in such that it provides a detailed picture of cortical spatio-temporal dynamics, for example to fit continuous partial differential equation models of cell reorientation (Lockley ), or to predict the localization of cellular blebs (Collier ). QuimP’s high-quality segmentation and boundary tracking routines therefore can provide more complex and importantly dynamic features of subcellular (cortical) regions, which might be used to enhance the feature space in current other modelling frameworks for phenotypic analysis (Cooper ; Johnson ). Hermans for example used morphodynamic profiling by QuimP in combination with cross-correlations, and Granger causality analyses performed in Matlab. Thus, they were able to discriminate between non-metastatic and metastatic breast cancer cells in terms of their motility efficiency and spatiotemporal synchronization. QuimP is routinely used to analyze time series of several hundreds of cells per experimental condition, for example to study changes in the motility of melanocytes during melanoma progression (Mescher ). Future development will integrate QuimP with Omero, an image database system (https://www.openmicroscopy.org/omero), to better support large scale screening assays.

Funding

We thank BBSRC for funding QuimP development (BB/M01150X/1). Conflict of Interest: none declared. Click here for additional data file.
  15 in total

1.  Simultaneous quantification of cell motility and protein-membrane-association using active contours.

Authors:  Dirk Dormann; Thorsten Libotte; Cornelis J Weijer; Till Bretschneider
Journal:  Cell Motil Cytoskeleton       Date:  2002-08

2.  Random walks for image segmentation.

Authors:  Leo Grady
Journal:  IEEE Trans Pattern Anal Mach Intell       Date:  2006-11       Impact factor: 6.226

3.  Time series modeling of live-cell shape dynamics for image-based phenotypic profiling.

Authors:  Simon Gordonov; Mun Kyung Hwang; Alan Wells; Frank B Gertler; Douglas A Lauffenburger; Mark Bathe
Journal:  Integr Biol (Camb)       Date:  2015-12-11       Impact factor: 2.192

Review 4.  Tracking in cell and developmental biology.

Authors:  Erik Meijering; Oleh Dzyubachyk; Ihor Smal; Wiggert A van Cappellen
Journal:  Semin Cell Dev Biol       Date:  2009-08-04       Impact factor: 7.727

5.  Image based validation of dynamical models for cell reorientation.

Authors:  Robert Lockley; Graham Ladds; Till Bretschneider
Journal:  Cytometry A       Date:  2014-12-09       Impact factor: 4.355

6.  Motility efficiency and spatiotemporal synchronization in non-metastatic vs. metastatic breast cancer cells.

Authors:  Thomas M Hermans; Didzis Pilans; Sabil Huda; Patrick Fuller; Kristiana Kandere-Grzybowska; Bartosz A Grzybowski
Journal:  Integr Biol (Camb)       Date:  2013-12       Impact factor: 2.192

7.  Trainable Weka Segmentation: a machine learning tool for microscopy pixel classification.

Authors:  Ignacio Arganda-Carreras; Verena Kaynig; Curtis Rueden; Kevin W Eliceiri; Johannes Schindelin; Albert Cardona; H Sebastian Seung
Journal:  Bioinformatics       Date:  2017-08-01       Impact factor: 6.937

8.  Joint modeling of cell and nuclear shape variation.

Authors:  Gregory R Johnson; Taraz E Buck; Devin P Sullivan; Gustavo K Rohde; Robert F Murphy
Journal:  Mol Biol Cell       Date:  2015-09-09       Impact factor: 4.138

9.  Apolar and polar transitions drive the conversion between amoeboid and mesenchymal shapes in melanoma cells.

Authors:  Sam Cooper; Amine Sadok; Vicky Bousgouni; Chris Bakal
Journal:  Mol Biol Cell       Date:  2015-08-26       Impact factor: 4.138

10.  The epidermal polarity protein Par3 is a non-cell autonomous suppressor of malignant melanoma.

Authors:  Melina Mescher; Peter Jeong; Sina K Knapp; Matthias Rübsam; Michael Saynisch; Marina Kranen; Jennifer Landsberg; Max Schlaak; Cornelia Mauch; Thomas Tüting; Carien M Niessen; Sandra Iden
Journal:  J Exp Med       Date:  2017-01-17       Impact factor: 14.307

View more
  5 in total

1.  Relief of talin autoinhibition triggers a force-independent association with vinculin.

Authors:  Paul Atherton; Franziska Lausecker; Alexandre Carisey; Andrew Gilmore; David Critchley; Igor Barsukov; Christoph Ballestrem
Journal:  J Cell Biol       Date:  2020-01-06       Impact factor: 10.539

2.  Quantitative Phase Imaging of Spreading Fibroblasts Identifies the Role of Focal Adhesion Kinase in the Stabilization of the Cell Rear.

Authors:  Olga Ramaniuk; Zuzana Klímová; Tomáš Groušl; Tomáš Vomastek
Journal:  Biomolecules       Date:  2020-07-22

3.  Rac and Arp2/3-Nucleated Actin Networks Antagonize Rho During Mitotic and Meiotic Cleavages.

Authors:  Debadrita Pal; Andrea Ellis; Silvia P Sepúlveda-Ramírez; Torey Salgado; Isabella Terrazas; Gabriela Reyes; Richard De La Rosa; John H Henson; Charles B Shuster
Journal:  Front Cell Dev Biol       Date:  2020-11-17

4.  C9orf72-Derived Proline:Arginine Poly-Dipeptides Modulate Cytoskeleton and Mechanical Stress Response.

Authors:  Tomo Shiota; Riko Nagata; Sotaro Kikuchi; Hitoki Nanaura; Masaya Matsubayashi; Mari Nakanishi; Shinko Kobashigawa; Noriyoshi Isozumi; Takao Kiriyama; Kazuaki Nagayama; Kazuma Sugie; Yoshito Yamashiro; Eiichiro Mori
Journal:  Front Cell Dev Biol       Date:  2022-03-23

5.  Coactosin Phosphorylation Controls Entamoeba histolytica Cell Membrane Protrusions and Cell Motility.

Authors:  Muhammad M Hasan; José E Teixeira; Ying-Wai Lam; Christopher D Huston
Journal:  mBio       Date:  2020-08-04       Impact factor: 7.867

  5 in total

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