Abstract
Label-free imaging techniques such as differential interference contrast (DIC) allow the observation of cells and large subcellular structures in their native, unperturbed states with minimal exposure to light. The development of robust computational image-analysis routines is vital to quantitative label-free imaging. The reliability of quantitative analysis of time-series microscopy data based on single-particle tracking relies on accurately detecting objects as distinct from the background, i.e., segmentation. Typical approaches to segmenting DIC images either involve converting images to those resembling phase contrast, mimicking the optics of DIC object formation, or using the morphological properties of objects. Here, we describe MATLAB based, single-particle tracking tool with a GUI for mobility analysis of objects from in vitro and in vivo DIC time-series microscopy. The tool integrates contrast enhancement with multiple modified Gaussian filters, automated threshold detection for segmentation and minimal distance-based two-dimensional single-particle tracking. We compare the relative performance of multiple filters and demonstrate the utility of the tool for DIC object tracking (DICOT). We quantify subcellular dynamics of a time series of Caenorhabditis elegans embryos in the one-celled stage by detecting birefringent yolk granules in the cytoplasm with high precision. The resulting two-dimensional map of oscillatory dynamics of granules quantifies the cytoplasmic flows driven by anaphasic spindle oscillations. The frequency of oscillations across the anterior-posterior (A-P) and transverse axes of the embryo correspond well with the reported frequency of spindle oscillations. We validate the quantitative accuracy of our method by tracking the in vitro diffusive mobility of micron-sized beads in glycerol solutions. Estimates of the diffusion coefficients of the granules are used to measure the viscosity of a dilution series of glycerol. Thus, our computational method is likely to be useful for both intracellular mobility and in vitro microrheology.
Significance
Differential interference contrast (DIC) time-lapse microscopy is widely used in cell and developmental biology as a label-free method involving minimal perturbation. Single-particle tracking tools specific to DIC microscopy are lacking. We have developed a computational tool for DIC object detection and tracking with a GUI and demonstrate its utility by tracking intracellular yolk granules in the crowded cytoplasm of one-celled Caenorhabditis elegans embryos. The frequency of the oscillatory flows of the granules compares well with that of spindle oscillation. Our method is also validated by tracking the Brownian motion of micron-sized beads to estimate the viscosity of solutions in vitro. This tool could have wider relevance for biophysical measurements of cellular mobility and subcellular mechanics.
Introduction
Label-free microscopy is widely used to study transparent cells and tissues. In particular, differential interference contrast (DIC) or Nomarski (1) and phase-contrast microscopy (2) are standard modes built into biological microscopes to generate image contrast using inherent features such as the anisotropy of refractive index and density. Although fluorescence microscopy offers the advantage of molecular specificity, the phototoxicity resulting from such an approach in live imaging can alter cell physiology (3). Because of the inherent advantages of reduced light exposure and minimal intervention in the sample, label-free in vivo microscopy combined with computational image analysis continues to be relevant. Image segmentation of phase-contrast images is relatively simpler because it involves distinguishing dark objects against a bright background. As a result, a wide variety of computational methods have been successfully developed to quantify cellular and subcellular objects in phase-contrast images (4, 5, 6, 7). Objects in DIC images, on the other hand, are represented as a combination of light and dark regions, giving a pseudo-three-dimensional effect, with a typically gray background. Segmentation of such images is more involved, with previous approaches relying on either converting them to “pseudophase” (8) or extracting low-level information such as gradient (9,10), shear direction (11,12), spatial filtering using “Mexican hat” kernels to denoise combined with region-max to segment (13), and brightness fluctuations (14). Although shape-specific methods have been successfully used for tracking the dynamics of filopodia (15) and microtubules (MTs) (14,16), they are limited in their utility. Some alternative methods to particle tracking include particle image velocimetry, which for example, has been used to quantify intracellular flows by occurring after yolk-granule mobility in DIC images (17), optical flow methods (18), and differential dynamic microscopy based on intensity fluctuation statistics in images (19) that have been used to measure ciliary beat frequencies in vivo (20). Although such methods are robust and work on in vivo data, ignoring the individual identity of objects potentially could result in missing out in changes in as a function of position or time. This in turn could lead to ignoring important local effects that might be functionally related to in vivo heterogeneity in mobility. The absence of a robust and general solution to detect intracellular structures in DIC at high particle densities has hindered further quantification of label-free images.
Caenorhabditis elegans embryos are ideal samples for in vivo computational imaging in DIC because they are optically transparent and lack pigments. DIC-microscopy-based mutational screens have been used to understand embryonic cell divisions (21) and spindle mechanics (22). Algorithms used to identify features in C. elegans embryos include a shortest path method to automatically identify embryo stages and quantify boundary dynamics during divisions (23,24). Similarly, active contours have been used to track spindle dynamics (25,26). The analysis of intracellular dynamics by segmentation-based approaches has been restricted to quantifying centrosome positional dynamics (22,27,28). At the same time, detailed theoretical models of the mechanics anaphase spindles and their oscillations in C. elegans based on molecular motors and MTs have been developed (29, 30, 31). However, a comparison between theoretical predictions and experiments continues to be limited by the methods available for noninvasive measurement of intracellular mechanics. Although label-free quantitative microscopy could address this need, it requires the development of methods for precise segmentation in a crowded environment from such images.
Here, we describe a DIC-object-tracking (DICOT) method that combines a novel filtering approach that we refer to as scaling of Gaussian (SoG). Combined with a distance-based, single-particle tracking approach, we employ it to analyze in vivo cytoplasmic flow dynamics in a one-cell C. elegans embryo and as a means of estimating viscosity from bead diffusion in glycerol solutions.
Materials and Methods
DIC segmentation and tracking
We implement multiple filters combined with automated threshold detection to segment objects in each frame, followed by a minimal distance tracking method to connect object and build tracks. As a first step, the user chooses one of the filters: Gaussian, difference of Gaussian (DoG), inverse Laplacian of Gaussian (iLoG), or an SoG. The SoG filter is calculated as a difference between a Gaussian function hG with a filter of size ksize and a standard deviation σ and the following scaled mean:
(1) |
where ϕ is the strength of the difference-based scaling by the mean and λ is a switch parameter typically set to 1 for DIC images. A value of λ = −1 is useful for dark objects against a bright background. The steps involved in the process of filtering and segmentation are described in the Algorithm Box (Supporting Materials and Methods) and Fig. 1. The filter is a modified Gaussian and comparable with a DoG filter because of the subtraction operation. Of the four user-provided inputs to SoG, two are easily determined by the user with λ = 1 for DIC images and the kernel size ksize estimated from the characteristic size of the objects, with the only free parameters being the standard deviation σ of the Gaussian and sensitivity (S) factor ϕ for scaling by the mean, which control the spread and height of the filter, respectively. The filter is implemented in MATLAB (The MathWorks, Natick, MA).
The filtered image is contrast adjusted by scaling between the minimal and maximal values of the histogram and segmented by using the pth root of the value output by Otsu’s method, τ. We find , i.e., p = 2, to be optimal for the objects we have tested.
Segmentation results in centroids of multiple granule (Fig. 1 b) that are connected to form tracks based on two input parameters: 1) search radius (rs) to define the local neighborhood that depends on particle velocity, and 2) minimal time frames (Tmin), which a track spans. The pair-wise distance dj(Δt) between every jth centroid in successive frames t and t + Δt are linked if the minimal distance is less than the search radius rs. Centroids that do not form a part of any trajectory are treated as new start points. To avoid artifacts due to poor statistics, short tracks are eliminated if they span less than Tmin number of frames. Image noise was simulated as multiplicative speckle noise with zero mean and increasing variance using the inbuilt function imnoise in MATLAB (The MathWorks), and the error of positional accuracy was tested by finding the distance between the ground truth (GT) and the automated detection in a representative frame from a DIC image time series of the C. elegans embryo.
Embryo time series
Multiple time series of C. elegans N2 embryos (N2_15, N2_18, and N2_20) were taken from a published database (http://www.ens-lyon.fr/LBMC/NematodeCell/2010/12/) reported by Valfort et al. (32). Typically 450 frames (Δt = 0.5 s) were analyzed by selecting a subset of frames corresponding to the onset of anaphase spindle oscillations.
Microscopy of bead suspensions in glycerol
Glycerol (99% GC; Sigma-Aldrich) solutions in water with increasing concentrations 0, 10, 20, 30 and 40% (vol/vol) were used to resuspend monodisperse polystyrene beads (National Institute of Standards and Technology Traceable Particle Size Standards; Bangs Laboratories, Fishers, IN) of a diameter of 1 μm. For diffusion measurements, the beads were diluted 1:100 (vol/vol) to get sufficient separation, so their mobility can be considered to be independent of crowding effects. The solution containing the bead suspension was flowed into a double-backed tape chamber (dimensions: 1 cm × 1 cm × 0.01 cm) sandwiched between a slide and a coverslip (Medicos Supplies, Pune, India). Samples were imaged using a 40× (NA 0.9 or 0.65 ELWD) lens on a Nikon Eclipse Ti-E inverted microscope (Nikon, Tokyo, Japan) at 30°C by a temperature control system (Okolab, Pozzuoli, Italy). Images were acquired every 0.5 s for 1 min with an Andor Clara2 CCD camera (Andor Technology, Belfast, UK).
Data analysis
The yolk granules were classified into four regions based on the apparent axis along which they were maximally displaced: anterior (A), posterior (P), or one of the transverse axes—transverse 1 (T1) or transverse 2 (T2). The x- and y-positions with time were used to calculate the distance from their respective origins in x (Δx) and y (Δy), and the distance was averaged for each region (Δy for the A-P axis and Δx for the T1-T2 axis). The frequency of oscillation was estimated using a fast Fourier transform. An average curve was estimated for each region as follows:
-
1)
Shift the origin of the position time series of the yolk granules, rj,t (where r is either the x- or y-position), with respect to their initial positions in x (Δx) and y (Δy), resulting in a new series :
(2) |
where n is the number of tracks at a given time point t and j represents the identity of the track.
-
2)
Calculate the average time-series for the ith iteration by estimating the deviation of every particle from the average curve obtained at the previous iteration (i − 1), subtracting the mean deviation and averaging over each track at a given time point (nj|t) for all time points as follows:
(3) |
-
3)
Consider the curve to be the optimal average curve and stop the iteration when the global deviation across all tracks N is smaller than a threshold value δ:
(4) |
We find the global deviation saturates for δ < 10−4 within 5–10 iterations. All data analysis was performed using a code written in MATLAB R2017b (The MathWorks).
Estimating the diffusion coefficient of bead mobility
The effective diffusion coefficient (D) of bead motility was estimated from a fit to the mean-square displacement (MSD) plot as a function of time interval (t) using methods described previously (33,34). The anomalous diffusion model MSD = 4 × Deff × tα was applied to the MSD data using a Levenberg-Marquardt nonlinear least-square routine implemented in both MATLAB (The MathWorks) and SciPy (Python 3.6) (35). The anomaly parameter α was found to be ∼1, indicating diffusion without drift or restriction.
As an alternative method to cross-check our estimates, we measured the diffusion coefficient of beads based on an approach originally described by Perrin (36). The displacement along the x (Δx) and y axes (Δy) for every successive step of each trajectory were plotted in a frequency histogram and fit to a standard Gaussian expression:
(5) |
where σ is the standard deviation for one-dimensional diffusion that is related to the diffusion coefficient (D) by σ = .
The viscosity η was estimated from Stokes-Einstein relation D = kBT/6πηr, where the radius of the beads (r) is 0.5 μm and is the product of Boltzmann’s constant and temperature (K), taken as 4.1 pN-nm.
Code performance and availability
A typical time series with 450 frames of 450 × 300 pixels required 5–10 min to process with 200 particles per frame on a Linux Workstation with two Intel Xeon processors (2.20 GHz) and 64-GB RAM. The program has a GUI-based, user-friendly interface (Fig. S1) compatible with MATLAB2019b and higher (The MathWorks). The source code has been made OpenSource and can be accessed here: https://github.com/CyCelsLab/DICOT. Additionally, we have also released a command-line tool with the source code here https://github.com/CyCelsLab/DICOT_cmd, compatible with MATLAB2017b and higher (The MathWorks), to allow for rapid modifications of the program and the easy addition of new filters.
Results and Discussion
Testing the detection accuracy of intracellular granules in DIC images
The quality of single-particle tracking (SPT) depends on the accuracy of the object detection. To achieve high-accuracy tracking, we test multiple filtering approaches, Gaussian, inverse Laplacian of Gaussian (iLoG), difference of Gaussian (DoG), and the scaling of Gaussian (SoG). These filters are then combined with segmentation by thresholding based on Otsu’s method to detect objects in DIC images. The SoG filter scales a standard Gaussian filter (hG) with the mean and an S factor ϕ as follows:
(6) |
When the image contains bright objects against a dark background, typical for both DIC and fluorescence, image λ is set to 1, whereas it is set to −1 for dark objects against a bright background (Fig. S3). The S factor ϕ is used to enhance the degree of contrast between the fore- and background. The SoG filter is a simpler version of the DoG filter hDoG = hG1(σ1) − hG2(σ2), where hG1 and hG2 are two Gaussians, and σ1 and σ2 define the respective spread. For a DoG filter when σ2 σ1, the difference approximates SoG (Fig. S2). At the same time, the LoG filter, based on the second derivative of a Gaussian, can also be mapped to DoG under specific conditions of Gaussian filters (37) due in part to the fact that they are based on a Gaussian. However, the simplicity in using SoG scaling on a Gaussian by a scalar value by the use of a single S parameter ϕ and estimation of filter size from object size, as compared with multiple or derivatives of Gaussians, suggests a simplicity that could be more user-friendly for optimization in the analysis of diverse experimental data sets. The filtered images are thresholded based on a modified Otsu’s method (38), resulting in object detection.
The detection method appears to identify the majority of birefringent yolk granules in a DIC image time series of C. elegans embryos as identifiable by eye (Fig. 1 a). The enhanced contrast achieved by SoG filtering allows object segmentation by automated thresholding (Fig. 1 b). To quantify the extent of correctly detected yolk granules, we have used six randomly selected frames in the time series in two representative regions of interest (ROIs), one anterior and one posterior, to account for any spatial differences (Fig. 2 a; Fig. S4) and marked yolk granules manually to serve as the GT of detection (Fig. 2 b). The output from DICOT analysis was then classified based on the Euclidean distance of the granule coordinates (x-y-positions) detected by the algorithm to the “true coordinate” into the following classes.
True positives (TP)
The distance of the centroid identified by the algorithm lies within a threshold (τdist) distance of the interactively annotated point. A τdist of two pixels was chosen to account for human error while selecting centroid of granule.
False positives (FP)
Detections obtained from the algorithm at a distance to the GT greater than τdist are classified as false positives.
False negatives (FN)
All manual annotations that were not detected by the algorithm are classified as false negatives.
To quantify how well DICOT works at object detection, we estimate three variables: sensitivity (S), precision (P), and the F1 score. S is defined as the ratio of correct detections by the algorithm (TP) and all detections both true and false, as described by the following expression:
(7) |
An alternative measure, P is the fraction of correctly classified detections out of total detections from the algorithm as given by the following:
(8) |
Finally, the F1-score (F1) combines both measures of P and S as follows:
(9) |
We find the S, P, and F1 are affected similarly by kernel size ksize and σ (Fig. 2, c and d), whereas ϕ < 0 is optimal for S and F1 but not P (Fig. 2 e). Increasing the filter size (ksize) results in reduced S, whereas P was maximal for values greater than six pixels, and the F1 score is optimal for ksize between five and seven pixels. Based on a comparison between manual detection (Fig. S5 a) with SoG, Gaussian, inverted LoG- and DoG-based image filters (Fig. S5, b–d) of qualitatively SoG are comparable with LoG and DoG filtering (Fig. S5 e). Evaluation of the P, S, and F1 score, compared for two different methods of scoring, suggests that the SoG and DoG are comparable in their performances (Fig. S6, a–c). In contrast, we find the statistics of positional detection error is the lowest for SoG compared with the other filtering methods tested in terms of mean, median, and outliers (Fig. 2 f). To avoid any biases, we scanned multiple parameters for each filter systematically across a range of comparable values and used those parameters that maximized the F1 score (Fig. S7, a–d). Although the error resulting from filtering by SoG, iLoG, and DoG is comparable, we find increasing “noise” in the image (Fig. S8) changes the positional detection error with SoG and iLoG, showing the smallest error and greater robustness compared with the other filters (Fig. 2, g and h). This suggests that our method is optimal for the analysis of in vivo time series of C. elegans embryos. We proceeded to track the granule mobility and quantify the flow in the cytoplasm.
Oscillatory dynamics of yolk granules at anaphase
One-celled embryos of C. elegans in the anaphase experience cytoplasmic flows in the midplane driven by MT-motor interactions observed in terms of yolk-granule movement (31,39). This is driven by the oscillatory nature of the spindle movement, which has been quantified in previous work (25,26,31,32). Because yolk granules are thought to be passively mobile in the cytoplasm (22), our approach to particle tracking could provide a spatial map of this cytoplasmic mobility driven by spindle oscillations. We can successfully track multiple DIC image time series of the midplane of these embryos and classify them into anterior (A), posterior (P), or two transverse regions, T1 and T2 (Fig. 3 a; Video S1), because granules remain largely relatively restricted to a region of the embryo. The time-dependent displacement of granules along either the y axis for regions A and P, or along the x axis for T1 and T2, display oscillatory behavior that is captured by an average curve (Fig. 3 b) obtained by iterative optimization to individual trajectories (Fig. S9). The oscillations along the two axes A-P and T1-T2 are out of phase, as expected from spindle geometry and the incompressible nature of the cytoplasm. The dominant frequency of oscillation based on Fourier analysis of average trajectories along both axes is 40 mHz (Fig. 3 c). Our estimate is based on the statistics of ∼102 trajectories of yolk granules per cell. This estimate matches the reported oscillatory frequency of 40 mHz measured using pairs of centrosomes in each cell (25,26,32). Thus, our approach to yolk-granule tracking provides detailed spatiotemporal information and better statistics as compared with centrosome movement to understand the mechanics of cytoplasmic flows.
Microrheology of beads in glycerol solutions
We test the accuracy of our approach to object tracking by quantifying the diffusive mobility of 1-μm polystyrene beads in multiple dilutions of glycerol solutions (0–40% v/v) from DIC image time series (Videos S2, S3, and S4). From the trajectories of the bead mobility, we estimated the MSD as a function of time t of multiple beads and fit it to a model of diffusive mobility = 4Dtα (Fig. 4, a–c) as described in our previous work (34). The value of the anomalous diffusion exponent α obtained from fitting is ∼1, confirming that bead mobility is diffusive. The diffusion coefficient D is then used to estimate the viscosity η (Fig. 4 d) based on the Stokes-Einstein relation η = kBT/D6πr, where r is the granule radius and kBT the thermal energy scale. We also estimated the value of viscosity from the same trajectories by alternatively following a method originally described by Perrin (36) by fitting Gaussian functions to the one-dimensional displacement along x and y axes (Fig. 4 e). Both methods yield viscosity values that are consistent with published values (40) for glycerol solutions (Fig. S10). Thus, we believe our method can serve as a convenient tool for microrheology and mobility of label-free DIC imaging of micron-sized objects, both intracellular and in vitro.
Conclusions
The yolk-granule mobility in C. elegans embryos demonstrated here suggests the frequency of oscillation of granules matches that of the spindle movement. Although it once more suggests the passive nature of yolk-granule mobility, it also provides a spatiotemporal readout of the forces that drive spindle motility. The previous estimates of the viscous drag acting on the spindles (22,41) and more recent measurements of the viscoelastic nature of the cytoplasm (42) suggest the relevance of such a tool for quantifying cytoplasmic flows. Combining the measurement of intracellular yolk-granule mobility with spindle movement could improve our understanding of the mechanobiology of asymmetric cell division. Indeed, the proliferation of deep-learning methods in cell image analysis, as exemplified by the effective use of U-nets for segmentation from bright-field images (43), suggests the approaches we describe in combination with learning approaches could further improve detection and analysis. Our implementation of the tool as a GUI with interactive parameter optimization as well as choice of multiple filters is likely to allow for use on multiple data sets. In conclusion, our approach represents a general method for segmentation and tracking of both in vitro and in vivo DIC microscopy data. In the future, this tool could improve our understanding of subcellular mechanics using label-free microscopy for cellular and developmental processes, not just limited to the C. elegans embryo.
Author Contributions
Y.K.J., R.C., and D.K. wrote the software. Y.K.J., D.K., and R.C. analyzed and validated it. Y.K.J. and C.A.A. performed the experiments. C.A.A. wrote the manuscript, supervised the project, and acquired the funding.
Acknowledgments
We are grateful to Marie Delattre for valuable discussions about the nematode embryo data. Niruj Mohan Ramanujam provided useful critical feedback about the filter description.
This work is supported by a BigData grant BT/PR16591/BID/7/673/2016 from the Department of Biotechnology, Government of India to C.A.A. Y.K.J. was supported by a fellowship from DST-INSPIRE and the Department of Biotechnology, Government of India (BT/PR16591/BID/7/673/2016). R.C. was supported by the University Grants Commission (UGC F.2–14/2011 (SA-1)), Government of India, and a postdoctoral fellowship from IISER Pune and CEFIPRA Grant 62T5-D. D.K. is supported by a fellowship from the Department of Biotechnology (DBT/JRF/BET-18/I/2018/AL/188) and CNRS-IISER Pune joint PhD program.
Editor: Jason Swedlow.
Footnotes
Anushree R. Chaphalkar and Yash K. Jawale contributed equally to this work.
Supporting Material can be found online at https://doi.org/10.1016/j.bpj.2020.12.013.
Supporting Material
References
- 1.Allen R.D., David G.B., Nomarski G. The zeiss-Nomarski differential interference equipment for transmitted-light microscopy. Z. Wiss. Mikrosk. Mikrosk. Tech. 1969;69:193–221. [PubMed] [Google Scholar]
- 2.Zernike F. Phase contrast, a new method for the microscopic observation of transparent objects. Physica. 1942;9:686–698. [Google Scholar]
- 3.Dixit R., Cyr R. Cell damage and reactive oxygen species production induced by fluorescence microscopy: effect on mitosis and guidelines for non-invasive fluorescence microscopy. Plant J. 2003;36:280–290. doi: 10.1046/j.1365-313x.2003.01868.x. [DOI] [PubMed] [Google Scholar]
- 4.Guberman J.M., Fay A., Gitai Z. PSICIC: noise and asymmetry in bacterial division revealed by computational image analysis at sub-pixel resolution. PLoS Comput. Biol. 2008;4:e1000233. doi: 10.1371/journal.pcbi.1000233. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 5.Rogers S.S., Waigh T.A., Lu J.R. Precise particle tracking against a complicated background: polynomial fitting with Gaussian weight. Phys. Biol. 2007;4:220–227. doi: 10.1088/1478-3975/4/3/008. [DOI] [PubMed] [Google Scholar]
- 6.Sliusarenko O., Heinritz J., Jacobs-Wagner C. High-throughput, subpixel precision analysis of bacterial morphogenesis and intracellular spatio-temporal dynamics. Mol. Microbiol. 2011;80:612–627. doi: 10.1111/j.1365-2958.2011.07579.x. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 7.Zeisel A., Yitzhaky A., Domany E. qCMA: a desktop application for quantitative collective cell migration analysis. J. Biomol. Screen. 2013;18:356–360. doi: 10.1177/1087057112461940. [DOI] [PubMed] [Google Scholar]
- 8.Piccinini F., Kiss A., Horvath P. CellTracker (not only) for dummies. Bioinformatics. 2016;32:955–957. doi: 10.1093/bioinformatics/btv686. [DOI] [PubMed] [Google Scholar]
- 9.Athale C.A., Chaudhari H. Population length variability and nucleoid numbers in Escherichia coli. Bioinformatics. 2011;27:2944–2948. doi: 10.1093/bioinformatics/btr501. [DOI] [PubMed] [Google Scholar]
- 10.Chalfoun J., Majurski M., Brady M. Empirical gradient threshold technique for automated segmentation across image modalities and cell lines. J. Microsc. 2015;260:86–99. doi: 10.1111/jmi.12269. [DOI] [PubMed] [Google Scholar]
- 11.King S.V., Libertun A., Preza C. Quantitative phase microscopy through differential interference imaging. J. Biomed. Opt. 2008;13:024020. doi: 10.1117/1.2907328. [DOI] [PubMed] [Google Scholar]
- 12.Obara B., Roberts M.A.J., Grau V. Bacterial cell identification in differential interference contrast microscopy images. BMC Bioinformatics. 2013;14:134. doi: 10.1186/1471-2105-14-134. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 13.Crocker J.C., Hoffman B.D. Multiple-particle tracking and two-point microrheology in cells. Methods Cell Biol. 2007;83:141–178. doi: 10.1016/S0091-679X(07)83007-X. [DOI] [PubMed] [Google Scholar]
- 14.Danuser G., Tran P.T., Salmon E.D. Tracking differential interference contrast diffraction line images with nanometre sensitivity. J. Microsc. 2000;198:34–53. doi: 10.1046/j.1365-2818.2000.00678.x. [DOI] [PubMed] [Google Scholar]
- 15.Fanti Z., Martinez-Perez M.E., De-Miguel F.F. NeuronGrowth, a software for automatic quantification of neurite and filopodial dynamics from time-lapse sequences of digital images. Dev. Neurobiol. 2011;71:870–881. doi: 10.1002/dneu.20866. [DOI] [PubMed] [Google Scholar]
- 16.Bormuth V., Howard J., Schäffer E. LED illumination for video-enhanced DIC imaging of single microtubules. J. Microsc. 2007;226:1–5. doi: 10.1111/j.1365-2818.2007.01756.x. [DOI] [PubMed] [Google Scholar]
- 17.Brangwynne C.P., Eckmann C.R., Hyman A.A. Germline P granules are liquid droplets that localize by controlled dissolution/condensation. Science. 2009;324:1729–1732. doi: 10.1126/science.1172046. [DOI] [PubMed] [Google Scholar]
- 18.Vig D.K., Hamby A.E., Wolgemuth C.W. On the quantification of cellular velocity fields. Biophys. J. 2016;110:1469–1475. doi: 10.1016/j.bpj.2016.02.032. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 19.Cerbino R., Trappe V. Differential dynamic microscopy: probing wave vector dependent dynamics with a microscope. Phys. Rev. Lett. 2008;100:188102. doi: 10.1103/PhysRevLett.100.188102. [DOI] [PubMed] [Google Scholar]
- 20.Feriani L., Juenet M., Cicuta P. Assessing the collective dynamics of motile cilia in cultures of human airway cells by multiscale DDM. Biophys. J. 2017;113:109–119. doi: 10.1016/j.bpj.2017.05.028. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 21.Gönczy P., Schnabel H., Schnabel R. Dissection of cell division processes in the one cell stage Caenorhabditis elegans embryo by mutational analysis. J. Cell Biol. 1999;144:927–946. doi: 10.1083/jcb.144.5.927. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 22.Grill S.W., Gönczy P., Hyman A.A. Polarity controls forces governing asymmetric spindle positioning in the Caenorhabditis elegans embryo. Nature. 2001;409:630–633. doi: 10.1038/35054572. [DOI] [PubMed] [Google Scholar]
- 23.Blanchoud S., Budirahardja Y., Gönczy P. ASSET: a robust algorithm for the automated segmentation and standardization of early Caenorhabditis elegans embryos. Dev. Dyn. 2010;239:3285–3296. doi: 10.1002/dvdy.22486. [DOI] [PubMed] [Google Scholar]
- 24.Giurumescu C.A., Chisholm A.D. Cell identification and cell lineage analysis. Methods Cell Biol. 2011;106:325–341. doi: 10.1016/B978-0-12-544172-8.00012-8. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 25.Farhadifar R., Needleman D. Automated segmentation of the first mitotic spindle in differential interference contrast microcopy images of C. elegans embryos. Methods Mol. Biol. 2014;1136:41–45. doi: 10.1007/978-1-4939-0329-0_3. [DOI] [PubMed] [Google Scholar]
- 26.Cluet D., Stébé P.N., Delattre M. Automated high-throughput quantification of mitotic spindle positioning from DIC movies of Caenorhabditis embryos. PLoS One. 2014;9:e93718. doi: 10.1371/journal.pone.0093718. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 27.Gönczy P., Grill S., Hyman A.A. Spindle positioning during the asymmetric first cell division of Caenorhabditis elegans embryos. Novartis Found. Symp. 2001;237:164–175. doi: 10.1002/0470846666.ch13. discussion 176–181. [DOI] [PubMed] [Google Scholar]
- 28.Grill S.W., Howard J., Hyman A.A. The distribution of active force generators controls mitotic spindle position. Science. 2003;301:518–521. doi: 10.1126/science.1086560. [DOI] [PubMed] [Google Scholar]
- 29.Grill S.W., Kruse K., Jülicher F. Theory of mitotic spindle oscillations. Phys. Rev. Lett. 2005;94:108104. doi: 10.1103/PhysRevLett.94.108104. [DOI] [PubMed] [Google Scholar]
- 30.Pecreaux J., Röper J.C., Howard J. Spindle oscillations during asymmetric cell division require a threshold number of active cortical force generators. Curr. Biol. 2006;16:2111–2122. doi: 10.1016/j.cub.2006.09.030. [DOI] [PubMed] [Google Scholar]
- 31.Kozlowski C., Srayko M., Nedelec F. Cortical microtubule contacts position the spindle in C. elegans embryos. Cell. 2007;129:499–510. doi: 10.1016/j.cell.2007.03.027. [DOI] [PubMed] [Google Scholar]
- 32.Valfort A.-C., Launay C., Delattre M. Evolution of mitotic spindle behavior during the first asymmetric embryonic division of nematodes. PLoS Biol. 2018;16:e2005099. doi: 10.1371/journal.pbio.2005099. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 33.Khetan N., Athale C.A. A motor-gradient and clustering model of the centripetal motility of MTOCs in meiosis I of mouse oocytes. PLoS Comput. Biol. 2016;12:e1005102. doi: 10.1371/journal.pcbi.1005102. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 34.Athale C.A., Dinarina A., Karsenti E. Collective behavior of minus-ended motors in mitotic microtubule asters gliding toward DNA. Phys. Biol. 2014;11:016008. doi: 10.1088/1478-3975/11/1/016008. [DOI] [PubMed] [Google Scholar]
- 35.Jones E., Oliphant T., Peterson P. 2001. SciPy: Open source scientific tools for Python.http://www.scipy.org/ [Google Scholar]
- 36.Perrin J. Mouvement brownien et réalité moléculaire (Brownian movement and molecular reality) Ann. Chim. Phys. 1909;8:5–114. [Google Scholar]
- 37.Assirati L., Silva N., Bruno O. Performing edge detection by difference of Gaussians using q-Gaussian kernels. J. Phys. Conf. Ser. 2014;490:012020. [Google Scholar]
- 38.Otsu N.N. A threshold selection method from gray-level histograms. IEEE Trans. Syst. Man Cybern. 1979;9:62–66. [Google Scholar]
- 39.Shinar T., Mana M., Shelley M.J. A model of cytoplasmically driven microtubule-based motion in the single-celled Caenorhabditis elegans embryo. Proc. Natl. Acad. Sci. USA. 2011;108:10508–10513. doi: 10.1073/pnas.1017369108. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 40.Segur J.B., Oberstar H.E. Viscosity of glycerol and its aqueous solutions. Ind. Eng. Chem. 1951;43:2117–2120. [Google Scholar]
- 41.Grill, S. W. 2002. The mechanics of asymmetric spindle positioning in the Caenorhabditis elegans embryo. PhD thesis (Physik-Department, Techniche Universitaet Muenchen).
- 42.Garzon-Coral C., Fantana H.A., Howard J. A force-generating machinery maintains the spindle at the cell center during mitosis. Science. 2016;352:1124–1127. doi: 10.1126/science.aad9745. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 43.Falk T., Mai D., Ronneberger O. U-Net: deep learning for cell counting, detection, and morphometry. Nat. Methods. 2019;16:67–70. doi: 10.1038/s41592-018-0261-2. [DOI] [PubMed] [Google Scholar]
Associated Data
This section collects any data citations, data availability statements, or supplementary materials included in this article.