Mytoe: automatic analysis of mitochondrial dynamics (original) (raw)

Journal Article

,

1Department of Signal Processing, Tampere University of Technology, 2Institute of Biomedical Technology, University of Tampere, FI-33520 Tampere, Finland, 3Department of Pediatrics, Institute for Genetic and Metabolic Disease, Radboud University Nijmegen Medical Centre, P.O. Box 9101, 6500 HB Nijmegen, The Netherlands

* To whom correspondence should be addressed.

Search for other works by this author on:

,

1Department of Signal Processing, Tampere University of Technology, 2Institute of Biomedical Technology, University of Tampere, FI-33520 Tampere, Finland, 3Department of Pediatrics, Institute for Genetic and Metabolic Disease, Radboud University Nijmegen Medical Centre, P.O. Box 9101, 6500 HB Nijmegen, The Netherlands

Search for other works by this author on:

,

1Department of Signal Processing, Tampere University of Technology, 2Institute of Biomedical Technology, University of Tampere, FI-33520 Tampere, Finland, 3Department of Pediatrics, Institute for Genetic and Metabolic Disease, Radboud University Nijmegen Medical Centre, P.O. Box 9101, 6500 HB Nijmegen, The Netherlands

1Department of Signal Processing, Tampere University of Technology, 2Institute of Biomedical Technology, University of Tampere, FI-33520 Tampere, Finland, 3Department of Pediatrics, Institute for Genetic and Metabolic Disease, Radboud University Nijmegen Medical Centre, P.O. Box 9101, 6500 HB Nijmegen, The Netherlands

Search for other works by this author on:

1Department of Signal Processing, Tampere University of Technology, 2Institute of Biomedical Technology, University of Tampere, FI-33520 Tampere, Finland, 3Department of Pediatrics, Institute for Genetic and Metabolic Disease, Radboud University Nijmegen Medical Centre, P.O. Box 9101, 6500 HB Nijmegen, The Netherlands

* To whom correspondence should be addressed.

Search for other works by this author on:

Received:

05 December 2011

Revision received:

17 January 2012

Accepted:

06 February 2012

Published:

09 February 2012

Cite

Eero Lihavainen, Jarno Mäkelä, Johannes N. Spelbrink, Andre S. Ribeiro, Mytoe: automatic analysis of mitochondrial dynamics, Bioinformatics, Volume 28, Issue 7, April 2012, Pages 1050–1051, https://doi.org/10.1093/bioinformatics/bts073
Close

Navbar Search Filter Mobile Enter search term Search

Abstract

Summary: We present Mytoe, a tool for analyzing mitochondrial morphology and dynamics from fluorescence microscope images. The tool provides automated quantitative analysis of mitochondrial motion by optical flow estimation and of morphology by segmentation of individual branches of the network-like structure of the organelles. Mytoe quantifies several features of individual branches, such as length, tortuosity and speed, and of the macroscopic structure, such as mitochondrial area and degree of clustering. We validate the methods and apply them to the analysis of sequences of images of U2OS human cells with fluorescently labeled mitochondria.

Availability: Source code, Windows software and Manual available at http://www.cs.tut.fi/%7Esanchesr/mito

Supplementary information: Supplementary data are available at Bioinformatics online.

Contact: eero.lihavainen@tut.fi; andre.ribeiro@tut.fi

1 INTRODUCTION

Mitochondria play a key role in several cellular processes, from energy production to apoptosis and ageing. Malfunctioning in mitochondrial processes has been associated to several diseases (Westermann, 2010). Due to mitochondrial fusion and fission, the organelles form a highly dynamic structure that can change from fragmented to filamentous (Koopman et al., 2005). A better understanding of the dynamics of this structure and its relationship with complex cellular processes may provide much insight on mitochondrial functioning and their role on the well-being of cells.

Recent works addressed the problem of segmenting mitochondria from fluorescence microscope images. (Koopman et al., 2005) presented a segmentation method along with descriptors for mitochondrial properties. Another method uses 3D imaging (Song et al., 2008). Mitochondrial motility has been assessed by the degree of colocalization between successive images and from the differences of subsequent image pairs (Koopman et al., 2005; Yi et al., 2004). These methods detect motion but do not yield data on directionality. Other methods to study motility include optical flow (OF) estimation (Gerencser et al., 2008) and distance transform (Beraud et al., 2009). Tracking methods for motility analysis exist, but rely heavily on human interaction (Saunter et al., 2009; Silberberg et al., 2008).

We present an easy-to-use software, Mytoe, for automated study of mitochondrial structural dynamics from temporal confocal images. It has a simple graphical user interface and requires only a few parameters from the user. Mytoe includes a novel segmentation method which identifies individual branches of the organelles' structure by thresholding and by morphological image processing. In contrast to previous methods, this allows quantifying properties of both single branches and the macroscopic structure formed by the mitochondria. OF is used for motion analysis. The output can be examined in Mytoe with branch-level data being visualized by color-coding individual branches based on the data, and motion vectors being visualized as quiver plots. The results are saved as MATLAB MAT-files and comma-separated values. We first describe the methods in Mytoe and results of the validation procedure. Finally, we use Mytoe to analyze time-lapse sequences of U2OS human osteosarcoma cells.

2 METHODS, APPLICABILITY AND VALIDATION

Mytoe segments the nucleus and cell membrane from fluorescence microscope images. The outlines can be manually drawn if the automatic segmentation is unsatisfactory. The mitochondria are segmented in two steps. The first is similar to the method of (Koopman et al., 2005) but uses morphological top-hat (TH) (Soille, 2003) instead of linear filtering. Each image of mitochondria is first denoised with a median filter, followed by TH, which enhances the separation of mitochondria from the background. The result is median filtered to remove noise enhanced by the TH. Finally, the denoised image is contrast stretched and binarized by Otsu's method (Otsu, 1979) to produce a mask. The next step, developed here for our aims, extracts individual branches of the network by applying to the mask a two-iteration thinning procedure (Guo et al., 1989) and locating the branch points of the resulting skeleton.

Motion is analyzed by OF estimation, using a pyramidal implementation (Bouguet, 2000) of the method proposed in (Lucas et al., 1981). OF yields the displacements of objects between each pair of subsequent frames in a movie, enabling the calculation of velocities. Results using this method are provided in the Supplementary Material. If desired, motion can also be analyzed by measuring the colocalization of mitochondria between successive images as proposed in (Koopman et al., 2005).

Mytoe extracts various statistics. From individual branches it computes properties such as thickness, length and orientation. From the OF, the average speed and the average direction of each branch are calculated. In addition, it extracts cell-level quantities such as number of branches and total mitochondrial area. The list of extracted quantities is shown in Table 1. The methods of computation of each feature and their practical implementation are described in Supplementary Material.

Table 1.

Quantitative features from Mytoe

Length Distance to cell membrane
Thickness Orientation relative to _x_-axis
Tortuosity Orientation relative to centroid
Intensity Number of branches (C)
Speed Number of connected components (C)
Direction Total mitochondrial area (C)
Wiggle ratio (Gerencser et al., 2008) Degree of clustering (C)
Distance to centroid Colocalization (C)
Distance to nucleus membrane
Length Distance to cell membrane
Thickness Orientation relative to _x_-axis
Tortuosity Orientation relative to centroid
Intensity Number of branches (C)
Speed Number of connected components (C)
Direction Total mitochondrial area (C)
Wiggle ratio (Gerencser et al., 2008) Degree of clustering (C)
Distance to centroid Colocalization (C)
Distance to nucleus membrane

Cell-level features marked with (C).

Table 1.

Quantitative features from Mytoe

Length Distance to cell membrane
Thickness Orientation relative to _x_-axis
Tortuosity Orientation relative to centroid
Intensity Number of branches (C)
Speed Number of connected components (C)
Direction Total mitochondrial area (C)
Wiggle ratio (Gerencser et al., 2008) Degree of clustering (C)
Distance to centroid Colocalization (C)
Distance to nucleus membrane
Length Distance to cell membrane
Thickness Orientation relative to _x_-axis
Tortuosity Orientation relative to centroid
Intensity Number of branches (C)
Speed Number of connected components (C)
Direction Total mitochondrial area (C)
Wiggle ratio (Gerencser et al., 2008) Degree of clustering (C)
Distance to centroid Colocalization (C)
Distance to nucleus membrane

Cell-level features marked with (C).

We apply Mytoe to confocal images of U2OS cells. Cells were transfected with a vector expressing mitoDsRED2, an red fluorescent protein targeting the mitochondrial matrix. The nuclei and cell membranes are visualized by Hoechst 33342 and WGA647 fluorescent dyes, respectively. The images were acquired with a Nikon Eclipse Ti with 100× Apo, a Wallac-Perkin Elmer Ultraview spinning-disk confocal system, Andor EMCCD camera and an autofocus system. Each cell was imaged every 3 s for 10 min in 2D. An example image is shown in Figure 1a. In Figures 1b and 1c, we show a region of the same image, and the structure segmented from that region, respectively.

Original image (a) and cropped region (b). (c) The skeleton (grey), branch points (squares) and end points (circles) found from the mask. (d) Time series of mean mitochondrial speed in four cells.

Fig. 1.

Original image (a) and cropped region (b). (c) The skeleton (grey), branch points (squares) and end points (circles) found from the mask. (d) Time series of mean mitochondrial speed in four cells.

The quality of microscope imaging is degraded by noise and saturation, thus we added noise and increasingly saturated the images (Supplementary Material). We applied Mytoe and observed how the features changed with increasing levels of degradation. Visual inspection showed that the methods are robust to levels of degradation much higher than in real images. In Supplementary Material we present the results of the analysis of structure and motion and of the features in Table 1 for a set of images. As an example, Figure 1d shows time series of mean branch speeds of mitochondria of four cells, revealing that they differ widely, likely due to differing cell cycle stage.

3 DISCUSSION

Mytoe provides an easy means to study mitochondrial structure and kinetics by automated image analysis of temporal images of fluorescently labeled mitochondria. The structure analysis was found robust to noise and insensitive to saturation. Thus, the method can be used to obtain reliable measurements from saturated images, provided that the mitochondrial branches are separable.

So far, we tested Mytoe on one cell type. Its efficiency may depend on the shapes of cell type and mitochondria. Here we showed that it is accurate enough to, for example, distinguish the kinetics of the mitochondria structure from one cell to another.

In the future, this framework can be extended by including additional descriptors and adding other shape analysis techniques that can be chosen as a function of the cell type. Additionally, we aim to further develop Mytoe so as to automatically detect abnormalities in the mitochondria structure, due to chemicals (such as in drug screening) or disease.

ACKNOWLEDGEMENT

We sincerely thank Howard T. Jacobs for advices throughout the project and support.

Funding: Work supported by Academy of Finland (A.S.R.) and Finnish Funding Agency for Technology and Innovation (E.L., J.M.). J.N.S. is supported by the Academy of Finland (CoE funding), the Tampere University Hospital Medical Research Fund (9J119, 9K126 and 9L097) and the Netherlands Organization for Scientific Research (NWO: VICI grant 865.10.004).

Conflict of Interest: none declared.

REFERENCES

, et al.

Mitochondrial dynamics in heart cells: very low amplitude high frequency fluctuations in adult cardiomyocytes and flow motion in non beating HL-1 cells

,

J. Bioenerg. Biomembr.

,

2009

, vol.

41

(pg.

195

-

214

)

. ,

Pyramidal implementation of the Lucas-Kanade feature tracker.

,

2000

Technical Report, Intel Corporation, Microprocessor Research Labs

, et al.

Measurement of instantaneous velocity vectors of organelle transport: mitochondrial transport and bioenergetics in hippocampal neurons

,

Biophys. J.

,

2008

, vol.

95

(pg.

3079

-

3099

)

, et al.

Parallel thinning with two-subiteration algorithms

,

Commun. ACM

,

1989

, vol.

32

(pg.

359

-

373

)

, et al.

Simultaneous quantitative measurement and automated analysis of mitochondrial morphology, mass, potential, and motility in living human skin fibroblasts

,

Cytometry A

,

2005

, vol.

69A

(pg.

1

-

12

)

, et al.

An iterative image registration technique with an application to stereo vision

,

Proceedings of the 7th International Joint Conference on Artificial Intelligence (IJCAI '81)

,

1981

Canada

Vancouver, B.C.

(pg.

674

-

679

)

.

A threshold selection method from gray level histograms

,

IEEE Trans. Syst. Man Cybern.

,

1979

, vol.

9

(pg.

62

-

66

)

, et al.

Stochastically determined directed movement explains the dominant small-scale mitochondrial movements within non-neuronal tissue culture cells

,

FEBS Lett.

,

2009

, vol.

583

(pg.

1267

-

1273

)

, et al.

Tracking displacements of intracellular organelles in response to nanomechanical forces

,

Biomedical Imaging: From Nano to Macro, 2008. ISBI 2008. 5th IEEE International Symposium.

,

2008

Paris, France

(pg.

1335

-

1338

)

. ,

Morphological Image Analysis: Principles and Applications.

,

2003

2nd

Secaucus, NJ, USA

Springer New York, Inc.

, et al.

Assessing mitochondrial morphology and dynamics using fluorescence wide-field microscopy and 3D image processing

,

Methods

,

2008

, vol.

46

(pg.

295

-

303

)

.

Mitochondrial fusion and fission in cell life and death

,

Nat. Rev. Mol. Cell Biol.

,

2010

, vol.

11

(pg.

872

-

884

)

, et al.

Control of mitochondrial motility and distribution by the calcium signal: a homeostatic circuit

,

J. Cell Biol.

,

2004

, vol.

167

(pg.

661

-

72

)

Author notes

Associate Editor: Martin Bishop

© The Author 2012. Published by Oxford University Press. All rights reserved. For Permissions, please email: journals.permissions@oup.com

Supplementary data

Citations

Views

Altmetric

Metrics

Total Views 3,517

2,725 Pageviews

792 PDF Downloads

Since 11/1/2016

Month: Total Views:
November 2016 1
December 2016 3
January 2017 16
February 2017 23
March 2017 17
April 2017 21
May 2017 21
June 2017 22
July 2017 16
August 2017 25
September 2017 14
October 2017 9
November 2017 10
December 2017 37
January 2018 25
February 2018 22
March 2018 37
April 2018 47
May 2018 26
June 2018 33
July 2018 25
August 2018 30
September 2018 20
October 2018 35
November 2018 62
December 2018 36
January 2019 22
February 2019 27
March 2019 32
April 2019 53
May 2019 51
June 2019 29
July 2019 37
August 2019 29
September 2019 36
October 2019 34
November 2019 25
December 2019 27
January 2020 32
February 2020 32
March 2020 45
April 2020 29
May 2020 19
June 2020 23
July 2020 19
August 2020 21
September 2020 48
October 2020 36
November 2020 60
December 2020 41
January 2021 34
February 2021 31
March 2021 41
April 2021 38
May 2021 35
June 2021 52
July 2021 34
August 2021 32
September 2021 54
October 2021 37
November 2021 57
December 2021 77
January 2022 57
February 2022 51
March 2022 78
April 2022 34
May 2022 38
June 2022 45
July 2022 54
August 2022 44
September 2022 45
October 2022 69
November 2022 38
December 2022 25
January 2023 40
February 2023 32
March 2023 48
April 2023 36
May 2023 73
June 2023 23
July 2023 58
August 2023 29
September 2023 59
October 2023 59
November 2023 38
December 2023 36
January 2024 72
February 2024 37
March 2024 47
April 2024 75
May 2024 54
June 2024 26
July 2024 41
August 2024 54
September 2024 36
October 2024 4

Citations

53 Web of Science

×

Email alerts

Citing articles via

More from Oxford Academic