Abstract
Fluorescence Recovery After Photobleaching (FRAP) and inverse FRAP (iFRAP) assays can be used to assess the mobility of fluorescent molecules. These assays measure diffusion by monitoring the return of fluorescence in bleached regions (FRAP), or the dissipation of fluorescence from photoconverted regions (iFRAP). However, current FRAP/iFRAP analysis methods suffer from simplified assumptions about sample geometry, bleaching/photoconversion inhomogeneities, and the underlying reaction-diffusion kinetics. To address these shortcomings, we developed the software PyFRAP, which fits numerical simulations of three-dimensional models to FRAP/iFRAP data and accounts for bleaching/photoconversion inhomogeneities. Using PyFRAP we determined the diffusivities of fluorescent molecules spanning two orders of magnitude in molecular weight. We measured the tortuous effects that cell-like obstacles exert on effective diffusivity and show that reaction kinetics can be accounted for by model selection. These applications demonstrate the utility of PyFRAP, which can be widely adapted as a new extensible standard for FRAP analysis.
FRAP analysis often relies on simplified assumptions that can affect measurement accuracy. Here the authors present a Python-based FRAP analysis software using simulations instead of simplified theoretical models to fit the data, which accounts for complex sample geometries and bleach conditions.
Introduction
The diffusion of molecules is important for almost any process across all scales of biological organisation, from transcription factors finding their targets on DNA to signalling molecules spreading through tissues during development and homoeostasis1–3. The biological function of a molecule is affected by its action range and therefore its mobility; however, effective diffusion of molecules moving through complex tissues is difficult to measure quantitatively. More than 40 years ago, Poo & Cone4 and Liebman & Entine5 developed a method to assess the diffusivities of fluorescent molecules. In these fluorescence recovery after photobleaching (FRAP) experiments, the fluorescence of molecules in a small region of the sample is bleached by exposure to a strong laser pulse6. The dynamics of fluorescence recovery in the bleached region can then be used to infer the mobility of the fluorescent molecules (Fig. 1a). Inverted FRAP (iFRAP) assays have recently been developed as an extension of FRAP experiments7–10, which eliminate the often harsh bleaching conditions used in FRAP experiments. iFRAP assays utilise photoconvertible molecules that can be induced to alter their fluorescence excitation/emission properties after exposure to ‘photoconverting’ light. In iFRAP experiments, the spread of signal from a small photoconverted domain into the neighbouring regions of the sample is monitored over time and thus represents an experimental mirror image of FRAP (Fig. 1b).
Diffusion coefficients are commonly extracted from FRAP experiments by fitting analytical solutions computed from theoretical models to the measured recovery curves11–18, and a few simulation-based analysis methods have been developed19–21. Although this allows for a rapid assessment of qualitative mobility differences in identical experimental settings, current approaches rely on several assumptions that can affect the accuracy of the analysis. First, most current methods reduce the FRAP analysis to one-dimensional or two-dimensional simplifications11–21, often assuming that the fluorescent pool is infinitely large11–14,16,17, or ignoring more complex geometries of biological samples that could play important roles in molecule movement (Fig. 1c). Recent studies have argued that geometry is crucial for dynamic biological processes22,23, and must be taken into account for accurate analysis of FRAP data. Indeed, false assumptions about the FRAP sample geometry can drastically affect diffusion coefficient estimates (Fig. 1d).
Second, the bleaching process in FRAP experiments is often inaccurately modelled. Bleaching is posited to be homogeneous or to follow a Gaussian distribution throughout bleached circular or rectangular regions, while the molecules outside of the bleached region are assumed to remain unbleached11–13, 15–18. However, molecules diffusing during the bleaching process can create inhomogeneities both inside and outside of the bleached region; moreover, a delay between bleaching and the start of the recovery measurement can lead to further inhomogeneities (Fig. 1c). Incorrect assumptions about the bleaching process can thus lead to a severe misestimation of diffusion coefficients14, 24–27 (Fig. 1e).
Third, in vivo FRAP experiments can be strongly influenced by reaction kinetics such as production or degradation of fluorescent molecules, which can contribute to the observed recovery curve (Fig. 1c). However, this is mostly neglected in classical FRAP analysis models and can lead to erroneous diffusion estimates (Fig. 1f)11–17.
To address these shortcomings, we developed the versatile Python-based FRAP analysis software PyFRAP (available at https://mueller-lab.github.io/PyFRAP). To facilitate data analysis, PyFRAP is equipped with an intuitive graphical user interface (GUI, Fig. 2a), which gives users without a computational background access to a sophisticated FRAP data analysis work flow from image analysis to statistical model comparison methods (Fig. 2b). PyFRAP applies the first post-bleach image as initial condition (Fig. 2c), and numerically simulates the FRAP experiment in realistic two-dimensional or three-dimensional experiment geometries (Fig. 2d, e); the solution from this simulation is then fitted to the experimental data. Furthermore, PyFRAP can accurately account for both uniform production and degradation during FRAP experiments. PyFRAP saves all analysed data and settings in a logical data structure that can be shared with collaborators or re-used for later analyses (Fig. 2f). The software is freely available, and the open-source environment allows for rapid expansion through collaborative work28 to adjust analysis methods to the users’ needs.
To demonstrate the utility of PyFRAP, we conducted several typical in vitro and in vivo FRAP experiments (Supplementary Fig. 1). PyFRAP accurately determines the diffusion coefficients of fluorescent molecules ranging from 3 to 500 kDa in both artificial and biological contexts. In contrast to currently available software, PyFRAP’s flexible initial conditions also allow analysis of iFRAP experiments, producing results comparable to FRAP. We used PyFRAP to measure the influence that obstacles such as cells exert on the movement of diffusing molecules, and found that such geometric hindrance decreases diffusivity by about one-third. Moreover, PyFRAP provides accurate modelling of reaction kinetics, including production and degradation. Finally, to test the impact of extracellular binding on protein diffusivity, we measured the diffusion of signalling molecules in living zebrafish embryos. We found that the effective diffusivity of a signalling molecule in developing zebrafish was reduced to about one-tenth of its predicted value, in agreement with hindered diffusion models postulating interactions of embryonic signals with diffusion regulators22,29. Altogether, our analyses highlight how detailed examination of FRAP data can be used to determine the contribution of individual factors to the movement of molecules in controlled artificial and biological contexts30.
Results
PyFRAP is a versatile FRAP/iFRAP analysis package
Current FRAP analysis methods often make simplified assumptions about FRAP experimental conditions to aid in the derivation of analytical solutions11–16,18, and to facilitate numerical simulations20,21. Such assumptions include reducing complex sample geometries to lower dimensions, idealising the initial bleaching profile, or ignoring additional reaction kinetics potentially underlying fluorescence recovery (Fig. 1c). Unless the experiment is well approximated by these assumptions (e.g., simple geometry, small bleach spot compared to a large sample volume, sharp bleach profile, no reactions), this can lead to erroneous diffusion estimates (Fig. 1d–f). To address these shortcomings, we developed PyFRAP. PyFRAP numerically simulates FRAP experiments in realistic three-dimensional geometries using an interpolation of the first post-bleach image as initial condition. This simulation is then fitted to the experimental data, incorporating reaction kinetics such as uniform production and degradation.
PyFRAP is an open-source Python-based FRAP analysis software that runs on the major operating systems Microsoft Windows, Mac OSX and Linux. Over the past 20 years, Python has become the standard programming language for scientific research because of the availability of versatile add-on packages and its intuitive and simple syntax31. Building on the resourcefulness of Python, PyFRAP is based on commonly used packages such as PyQT, SciPy and FiPy32–36. PyFRAP comes with an intuitive graphical user interface (GUI, Fig. 2a) and a fully documented application programming interface (API) allowing quick development of scripts or modifications of the PyFRAP code. PyFRAP’s functionalities include sophisticated image processing functions useful for FRAP analysis, customisable geometry and analysis region definitions, a finite element partial differential equation (PDE) solver that simulates FRAP/iFRAP experiments with adjustable options, statistical tools for averaging and model comparison, and multiple plotting and input/output functions (see Methods section and Supplementary Note 1 for details). To make the software easily accessible, dialogue boxes (software wizards) guide the user step-by-step through data import, image analysis, simulation and fitting.
We programmed PyFRAP to import image data from most common microscope formats, such as .tif, .lsm and .czi. Users can define arbitrary regions of interests (ROIs) that are then used for image analysis, simulation and fitting (Supplementary Fig. 2a). For some experimental setups, the imaged sample might be larger than the field of view. In these cases, the concentration of molecules in regions outside of the image can be estimated from selected areas in the first image of the recovery image series (Supplementary Fig. 2b). Uneven illumination is a common artefact in FRAP experiments. PyFRAP can correct this artefact by normalisation using pre-bleach images or using a correction matrix computed from a secondary data set generated with a homogeneously distributed fluorophore37–39 (see Methods section and Supplementary Fig. 2c for details). To avoid numerical instabilities, PyFRAP allows the user to smooth or denoise the image data using a Gaussian or median filter (see Methods section, Supplementary Note 1, Supplementary Fig. 3, and Supplementary Table 1 for details).
FRAP and iFRAP experiments have been performed in a variety of contexts, from the cigar-shaped Drosophila embryo and the relatively flat Drosophila wing disc to the dome-shaped pre-gastrula stage zebrafish embryo10,22,29, 40–42. These structures have distinct geometries that could impact fluorescence recovery. In fact, we found that simplifying the three-dimensional zebrafish embryo to a two-dimensional disc can frequently lead up to a >200% error in estimated diffusion coefficients (Fig. 1d). In PyFRAP, users can define arbitrary two-dimensional and three-dimensional geometries using Gmsh43 or CAD STereoLithography (.stl) files that are then spatially discretised into tetrahedral meshes by Gmsh in combination with TetGen44. PyFRAP provides various meshing options, such as local mesh refinements, boundary layer meshes and attractor meshes, allowing users to adapt the mesh to experimental details (see Fig. 2d, e and Supplementary Fig. 4c for example geometries and meshes).
In current FRAP analysis methods, the initial condition of the FRAP experiment is often simplified to a simple rectangular function or a Gaussian profile to approximate sharp or blurred bleach boundaries, respectively11,12, 14–18, 45–47. However, light scattering, imperfect bleaching and diffusion during the bleaching process can lead to more complex bleaching profiles and thus need to be considered during FRAP analysis to avoid misestimation of diffusion coefficients24,25,30,48. To overcome this issue, PyFRAP uses a bilinear interpolation between pixels of the first post-bleach image to estimate the initial condition for mesh cells. This initial condition closely resembles initial experimental bleaching profiles and concentration distributions (Fig. 2c). Moreover, in contrast to most current FRAP analysis methods11–18,46,47, PyFRAP does not fit a mathematical expression based on simplified assumptions to the data; instead, PyFRAP uses FiPy32 to simulate the experiment numerically, resulting in a solution that incorporates the realistic three-dimensional geometry and initial conditions. The numerical simulation is then fitted to the FRAP data by minimising the sum of squared differences using classical optimisation algorithms49–51 (see Methods section for details).
In typical FRAP and iFRAP experiments, a protein of interest is tagged with a fluorescent protein and expressed within a tissue. In such an experiment, the fusion protein is often actively produced at the same time that FRAP is carried out; additionally, fusion proteins undergo degradation over time. Depending on how the fusion protein is expressed (promoter-driven expression, mRNA injection, etc.), its degradation kinetics, and the timescale of the FRAP/iFRAP experiment, production and degradation can dramatically influence recovery curves. Ignoring reaction kinetics in FRAP experiments could therefore lead to erroneous diffusion coefficient estimates. Indeed, recovery curves with pure diffusion fitted to a simulated reaction-dominant data set often resulted in a >200% error in the estimated diffusion coefficients (Fig. 1f). To ensure that the appropriate reaction kinetics are considered when analysing FRAP data, PyFRAP is equipped with four models: (1) Pure diffusion, (2) diffusion with production, (3) diffusion with degradation and (4) diffusion with production and degradation (see Methods section for details). The model can be constrained with previous reaction rate measurements from assays such as fluorescence decay after photoconversion (FDAP)52,53; alternatively, production and degradation rates can be directly obtained from fitting the FRAP data. Below, we discuss methods to determine which approaches are most appropriate for a given data set.
An advantage of PyFRAP is its ability to assess FRAP data using multiple models of varying complexity, from pure diffusion to combined reaction-diffusion kinetics. However, determining which model is appropriate for a given data set can be challenging. Choosing the incorrect model can lead to overfitting and potentially false diffusion coefficients54. The Akaike information criterion (AIC) is a statistical tool that can aid in model selection55. PyFRAP’s implementation of the AIC allows users to compare the models mentioned above and determines the most likely model based on a relative weighted measure that includes both the model’s log-likelihood and its degrees of freedom, i.e., the number of model parameters. Moreover, PyFRAP provides several statistical tests (Supplementary Table 2) to assess differences between measurements and obtained fits, such as Student’s t-test56 for normally distributed data or the Mann–Whitney-U-test57, which does not require normally distributed data. The Shapiro–Wilk-test can be used to assess whether the measured diffusivities follow a normal distribution58 and whether application of Student’s t-test or the Mann–Whitney-U-test is justified.
PyFRAP’s object-oriented data structure (Fig. 2f) can be saved into serialised objects and easily loaded for further analysis or shared with collaborators. In addition, PyFRAP lets users visualise every aspect of PyFRAP’s analysis work flow and save plots and images into publication-ready figures.
Benchmarking PyFRAP
To validate PyFRAP, we first determined whether it can recover true diffusion coefficients and reaction kinetics from simulated data. We used our previous in-house solution22,29,42 based on the commercial programs MATLAB and COMSOL multiphysics to simulate 24 FRAP experiments with different reaction kinetics and diffusion coefficients. Using PyFRAP, the simulated data sets were fitted with all four possible reaction-diffusion models (see above). We determined a maximal error of 10% (average error: 2%, Supplementary Table 3) between simulated and estimated diffusion coefficients, demonstrating that PyFRAP recovers correct diffusion coefficients within the error tolerance of the numerical simulations.
Next, we tested whether PyFRAP’s implementation of the AIC allows identification of the models used to create the simulated data. When the data were simulated with models describing either pure diffusion, diffusion and degradation, or diffusion and production, the AIC predicted the correct underlying model (Supplementary Table 3). However, the model selection based on the AIC did not favour the correct model for data sets that included diffusion combined with both production and degradation, since models with fewer degrees of freedom provided smaller Akaike weight values. Simulations involving diffusion, production and degradation can generate data effectively indistinguishable from data simulated with only diffusion and production or diffusion and degradation, explaining why the AIC cannot predict the correct model in this case.
To assess PyFRAP’s performance in comparison with other available software packages based on analytical17,46,47,59 or numerical20,21,60 approaches (Supplementary Table 4), we used easyFRAP47, Virtual FRAP20, FrapCalc46, simFRAP21 and PyFRAP itself to analyse simulated FRAP experiments (Supplementary Note 2, Fig. 3). We simulated 18 experiments in which geometry, relative bleach window size, and diffusion coefficients differed. Simulations were conducted either in a simple circular two-dimensional domain or a complex three-dimensional zebrafish embryo-like geometry (Fig. 2e). FrapCalc and easyFRAP assume circular bleach windows12,46,47; to facilitate comparison, we therefore simulated FRAP experiments with circular bleach windows. Bleach window sizes comprised 5, 10 or 50% of the slice diameter, representing different proportions between fluorescent and bleached pools (Fig. 3b). Simulations were performed with three biologically relevant diffusion coefficients: 10, 50 and 200 μm2/s.
Simulation-based programs (PyFRAP, virtualFRAP and simFRAP) generally provided better results than analytical solutions (easyFRAP and FrapCalc): FrapCalc and easyFRAP were either unable to determine diffusion coefficients, or provided diffusivities that were off by at least 20% for most experiments (Fig. 3c). Fast recovery dynamics were challenging for all tested software. One reason for this is that fewer data points were recorded during the actual recovery process of highly diffusive molecules due to a fixed frame rate of 1 frame/s in the simulated test data sets, leading to larger errors; moreover, for fast recovery dynamics errors from interpolating simulations onto images are more severe. The analytical software packages provided better results for the two-dimensional compared to three-dimensional geometries, while simulation-based approaches showed no clear trend regarding geometry. In terms of bleach window radius, the analytical solutions performed worst if the window diameter was 50% of the slice diameter. This effect might be due to the assumption of an infinite pool of fluorescent molecules outside of the bleached region12—when the bleach window is very large, the pool of unbleached fluorescent molecules is small, which conflicts with the assumption of an infinite pool. In contrast, PyFRAP outperformed all current software packages and exhibited the smallest error between predicted and simulated diffusion coefficients (Fig. 3c).
Applications of PyFRAP to measure diffusion hindrance
In vivo, it is thought that the overall movement of molecules is affected by binding interactions and by the presence of obstacles such as cells, resulting in a reduced effective diffusion coefficient of secreted proteins that move through tissues22. However, the effects of these interactions have not been rigorously tested experimentally. We therefore employed PyFRAP to examine the effects of obstacles and binding partners on the effective diffusivity of dextrans and proteins in experimentally controlled in vitro geometries and in living zebrafish embryos.
First, we measured diffusion coefficients of a wide range of differently sized molecules (Supplementary Table 5) in a simple in vitro context in the absence of binding partners or obstacles. We performed FRAP experiments with different bleach geometries using fluorophore-coupled dextrans ranging from 3 to 500 kDa in molecular weight (Fig. 4a–d, Supplementary Figs. 5 and 6), and compared the results with theoretical predictions and literature values. Fluorescence recovery in these in vitro experiments should be purely defined by diffusion, and the theoretical diffusivities D of spherical molecules can be calculated from their radii r based on the relationship D ~ 1/r as postulated by the Einstein–Stokes equation (Supplementary Note 3). The diffusion coefficients determined by PyFRAP were in good agreement with literature values and theoretical predictions (Fig. 5a, Supplementary Tables 6 and 7).
A variant of FRAP that allows exclusion of reaction kinetics, such as production, and thus decrease the number of unknown experimental parameters is iFRAP (Fig. 1b). To perform in vitro iFRAP experiments, we used the green-to-red photoconvertible protein Dendra261. Since photoconverting Dendra2 from green to red can also be interpreted as bleaching the original green fluorescence, measuring unconverted and converted protein distributions produces both FRAP and iFRAP experiments at the same time. To test whether PyFRAP correctly analyses iFRAP data, we used the experimental FRAP and iFRAP sets independently and assessed whether the obtained diffusion values are equal (Fig. 4e–h). Using FRAP we measured a Dendra2 diffusivity of 52.9 ± 5.2 (standard deviation) μm2/s, and using iFRAP we obtained a similar value of 53.3 ± 3.1 μm2/s (Fig. 5b, average difference between the two diffusivities per data set: 2.6 ± 1.5 μm2/s).
Next, we examined the effect of tortuosity on diffusion. In biological samples, the path length that molecules take increases as they move around obstacles such as cells. The effect of this tortuous movement can be described by the diffusion hindrance factor (also known as diffusion permeability62) θ = 1/λ2 = D*/D, where λ is the tortuosity, D* is the effective diffusion coefficient (with obstacles), and D is the free diffusion coefficient (without obstacles). To assess the expected magnitude of tortuosity on altering effective diffusivity, we first performed numerical simulations of FRAP experiments with and without radial obstacles in two- and three-dimensional geometries. Radial obstacles were either placed regularly, randomly, or following a nearly-ideal packing scheme, resulting in an extracellular volume fraction (EVF, i.e., the space available for molecules to diffuse) ranging from 78% down to 25% (Supplementary Fig. 7). These simulations demonstrated that recovery rates are slowed down as the EVF decreases (Fig. 5c, Supplementary Table 8). If the geometry is two-dimensional, an EVF of 25% results in an expected reduction in effective diffusivity of approximately 66%. In three-dimensional simulation experiments, we obtained a reduction of effective diffusion coefficients by 40% when the EVF was decreased to 38% (Supplementary Note 3).
To determine whether the presence of obstacles decreases effective diffusivity as predicted by our simulations, we performed FRAP assays in vitro with a fluorescein-coupled 70 kDa dextran (Fig. 4i, j) or recombinant GFP (Supplementary Fig. 8) in the presence of polyacrylamide beads. Consistent with our predictions, recovery was slower in the presence of beads, and the effective diffusivity of fluorescein-coupled 70 kDa dextran dropped from 24.1 ± 0.4 (standard error) μm2/s to 14.9 ± 0.5 μm2/s, suggesting an EVF of 39% (θ = 0.61) (Fig. 5c, d, Supplementary Tables 8 and 9). Similarly, for recombinant GFP effective diffusivity dropped by 18% (Fig. 5e, Supplementary Table 10, Supplementary Fig. 8a–d).
To assess diffusion hindrance in vivo, we injected recombinant GFP protein into the extracellular space of living zebrafish embryos. We found that the effective diffusivity in vivo was 60% lower than for freely diffusing GFP, and 53% lower than in in vitro experiments with beads (Fig. 5e, Supplementary Table 10, Supplementary Fig. 8e, f). This suggests that tortuosity in zebrafish embryos is higher than in the in vitro bead assay. Importantly, we found similar diffusion coefficients of 36 μm2/s in vivo for extracellularly injected recombinant GFP and secreted GFP constantly produced from injected mRNA, showing that PyFRAP can properly account for both diffusion and production (Fig. 5e, Supplementary Table 10, Supplementary Fig. 8g, h).
Finally, we examined the effects of binding interactions on effective diffusivity. GFP presumably does not experience significant binding interactions with extracellular molecules in zebrafish embryos, although its movement is affected by obstructions like cells and cellular extensions. In contrast, secreted signalling molecules are expected to interact with extracellular molecules such as receptors and extracellular matrix components22. To assess the effect that interactions with extracellular molecules might have on secreted signalling molecules, we injected mRNA encoding the TGFβ-superfamily member Squint fused to GFP into zebrafish embryos29. Squint-GFP is approximately 1.5 times larger than GFP and according to the Einstein-Stokes equation (Supplementary Note 3) would be predicted to have an approximately 1.14 times smaller diffusion coefficient than GFP (effective diffusivity D(GFP) = 36 μm2/s, expected effective diffusivity D(Squint-GFP) = 31 μm2/s). However, we measured an effective diffusion coefficient of approximately 2 μm2/s for Squint-GFP in living zebrafish embryos, ~90% lower than the predicted diffusion coefficient (Fig. 5e, Supplementary Table 10, Supplementary Figs. 8i, j and 9). These findings are consistent with previous measurements29 and with the idea that interactions with so far unidentified binding partners slow down the effective diffusion of embryonic signalling molecules like Squint-GFP22,29.
Discussion
Although FRAP analyses have long been used to measure relative differences in mobilities between macromolecules, analysis tools to accurately and quantitatively determine effective diffusion coefficients from FRAP data are lacking. Current analysis tools impose several simplifications including one-dimensional or two-dimensional reductions of complex three-dimensional geometries, idealised bleaching conditions, and the absence of important reaction kinetics. When the experimental conditions closely resemble the simplified assumptions, e.g., small bleach domains and negligible reaction kinetics, these tools can rapidly provide reasonable diffusion estimates (Fig. 3c). However, experimental conditions are often more complex, and the use of simplified assumptions may yield drastically divergent diffusion coefficients (Fig. 1d–f). PyFRAP addresses these shortcomings by providing a simulation-based analysis that incorporates realistic geometries, bleaching conditions and reaction kinetics.
We found that PyFRAP’s data analysis pipeline is numerically reliable, recovered the correct diffusion coefficients and reaction kinetics, and additionally predicted the correct underlying reaction-diffusion models for simulated test data sets with known diffusion, production, and degradation parameters. PyFRAP consistently outperformed all other tested software packages, demonstrating its strength as a novel FRAP analysis method. Furthermore, PyFRAP was able to determine diffusion coefficients comparable to both theoretical and previously experimentally measured estimates for macromolecules with molecular weights ranging over two orders of magnitude. Since PyFRAP can analyse data independently of any assumptions about the initial conditions, it is suitable to analyse both FRAP and iFRAP experiments. iFRAP has recently been developed as an alternative to FRAP due the increasing availability of photoconvertible proteins and allows ignoring reaction kinetics such as production. We performed tandem FRAP/iFRAP experiments to analyse the diffusion of the photoconvertible protein Dendra2 and found equal diffusion coefficients in vitro with both methods.
FRAP experiments are typically performed in tissues in which macromolecules need to move around cellular obstacles, resulting in slower fluorescence recovery. To determine how this tortuosity might affect diffusion coefficients estimated from FRAP experiments, we first simulated FRAP experiments in two- and three-dimensional geometries introducing radial beads at different densities to vary the extracellular volume fraction (EVF). Our simulations showed a strong correlation between tortuosity and effective diffusivity and agree with previous theoretical work including Monte-Carlo simulations and homogenisation theory62–65. We then tested the predictions from these simulations with in vitro experiments using polyacrylamide beads to mimic cells. Compared to experiments without beads, the effective diffusion coefficient decreased by 39% (diffusion hindrance factor θ = 0.61) for 70 kDa fluorescein-dextran and 18% (θ = 0.82) for recombinant GFP. In living zebrafish embryos, effective diffusivity is much further reduced (Fig. 5e). It is unlikely that this is due to different viscosity of the extracellular medium in vivo, since free GFP diffusion is only marginally reduced in zebrafish embryos22. Instead, it is plausible that the complex geometries of real extracelluar environments—which include filopodia, extracellular matrix, and cavities that might act as dead end pores—could further increase tortuosity62. Finally, most in vivo FRAP experiments are affected by biochemical reactions such as production and degradation of proteins, which must be taken into account for accurate diffusion coefficient estimates (Fig. 1c, f). PyFRAP offers various models for different reaction kinetics and can accurately estimate diffusion coefficients from data sets that include constant production and degradation.
PyFRAP measures effective diffusion, but due to its built-in PDE solver it could be extended in the future to consider spatially inhomogeneous kinetics and advective fluxes and to perhaps even determine the diffusivities of individual species in polydisperse mixtures of fluorescent molecules66,67. While PyFRAP can simulate three-dimensional FRAP experiments, FRAP data is currently almost exclusively obtained from two-dimensional confocal microscopy. In recent years, the development of light-sheet microscopy made fast three-dimensional imaging with low phototoxicity feasible68. In the future, PyFRAP’s image analysis tools could be extended to fit light-sheet microscopy data, which might provide deeper insights into the three-dimensional dynamics of molecule movement including convective flows or spatially inhomogeneous diffusion.
Methods
FRAP/iFRAP experiments in vitro
FRAP experiments to measure pure diffusion and tortuosity effects were conducted in a frustum-like plexiglass hole. Holes around 700 μm in diameter and about 100 μm in depth were drilled into a plexiglass block using a dental drill. Due to the small depth, the resulting shape was frustum-like with an upper base of 510 μm diameter.
Holes were filled with aqueous solutions of FITC-/fluorescein-labelled dextrans of different sizes, recombinant GFP, or Dendra2 protein (Supplementary Table 5) using a micro-pipette. Dendra2 protein was centrifuged at 16,000 × g for 30 min at 4 °C to remove protein aggregates. Excess liquid was removed from the hole by pipetting under observation with a stereo microscope.
To model the effect of tortuosity in the in vitro FRAP experiments, polyacrylamide beads were added to the sample solution. The microbeads (Bio-Gel P-2 Gel, <45 μm wet bead size) were first soaked in distilled water overnight for hydration. The beads were then centrifuged at 300 × g, the supernatant removed, and the required quantity of beads transferred to another tube for resuspension in fluorescein-dextran or GFP+BSA solution. This was repeated and followed by removal of the supernatant, leaving a concentrated slurry of beads and fluorescent solution for the experiments. The beads were transferred into the plexiglass template and settled within 1–2 min.
To prevent evaporation, mineral oil (Sigma) was placed around the solution before sealing the hole with a cover slip (No 1.5). Supplementary Fig. 1a outlines the sample preparation process for in vitro experiments. The sample was upended carefully and mounted on an inverted confocal microscope. Images were taken using an LSM 780 NLO microscope (ZEISS) with an LD LCI Plan-Apochromat 25×/0.8 Imm Korr DIC objective (ZEISS) and immersion oil (Immersol TM W, n = 1.334 at 23 °C, ZEISS). First, a plane approximately in the middle of the hole was chosen and the z-position set to zero. Then, the position of the highest and lowest point was determined. Cuboid volumes (141.42 μm × 141.42 μm × 100 μm) were bleached by imaging a z-stack at highest laser power (488 nm) or photoconverted at moderate laser power. Time series of 300 images (512 pixels × 512 pixels) were taken with a speed of 1 frame/s (pixel dwell time: 3.15 μs) over a duration of 5 min. The zoom was set to 0.7, and the resulting images had a size of 566.79 μm × 566.79 μm.
After the FRAP experiment, the template was cleaned using distilled water, soap, and an interdental toothbrush.
FRAP experiments in vivo
Zebrafish embryos (Danio rerio) were collected 10 min after mating and proteolytically dechorionated22,29,42. For the experiments with recombinant GFP, 100 pg of recombinant GFP were injected into the extracelluar space when zebrafish embryos reached high stage22,29,69 (Supplementary Table 10). For experiments with secreted GFP29, 100 pg of the mRNA encoding the fluorescent protein were injected at the one-cell stage. For experiments with Squint-GFP29, either 30 or 200 pg of mRNA were injected at the one-cell stage. At dome stage, embryos were mounted in drops of 1% low-melting-point agarose animal pole down onto a glass-bottom dish (MatTek Corp. P35G-1.5-20-C), and as soon as the drops solidified covered with Danieau’s medium29,42 to prevent the embryos from drying out. Supplementary Fig. 1b outlines the in vivo sample preparation process.
Confocal images were taken roughly at a depth of 40 μm from the animal pole into the embryo. For data sets injected with 200 pg of Squint-GFP-encoding mRNA, images were acquired with the same settings as described for the in vitro experiments either with 1 frame/s for 300 s, or 1 frame/10 s for 3000 s. Images of embryos injected with 30 pg of Squint-GFP-encoding mRNA were taken with a spatial resolution of 340.08 μm × 340.08 μm and 1 frame/10 s for 3000 s. Data sets for recombinant GFP in vivo were acquired with the same microscope settings as the experiments conducted in vitro.
ROI selection
PyFRAP’s image analysis depends on defining specific ROIs for the experimental data and simulations. Users can define multiple different geometrical shapes of ROIs in three-dimensional space such as cylinders, prisms, and any kind of addition or subtraction between ROIs. The specified ROIs are then used for image analysis, estimating concentrations outside the field of view, evaluating the simulation, and fitting to the analysed data. PyFRAP is equipped with an ROI manager and wizards for several standard sets of ROIs.
Image analysis
Let Ωi (with i ∈ {1, 2, …, nΩ} and nΩ the number of ROIs) be the list of ROIs specified for PyFRAP’s analysis. The mean intensity over the ROI Ωi at time tj (with j ∈ {1, 2, …, nt} and nt the number of images) is then calculated by
1 |
where Ai is the area of Ωi, and I(xk, yl, tj) is the intensity at pixel (xk, yl) (with k ∈ {1, 2, …, nx} and nx the number of rows in the images, and with l ∈ {1, 2, …, ny} and ny the number of columns in the images).
FRAP image data were analysed within the ROIs Ωbleached and Ωslice. Ωslice was defined as a circular domain with centre Cslice and radius rslice. Since the imaging depth varied between experiments, both Cslice and rslice were cropped for each data set. The bleached ROI Ωbleached was defined as a square with sidelength sbleached and left-lower corner at Obleached = Cslice − (sbleached, sbleached). The definition of both ROIs is shown in Supplementary Fig. 2a.
Accounting for uneven illumination
Uneven imaging due to inhomogeneous sample illumination is a common problem in microscopy37–39. We implemented two solutions in PyFRAP to address this problem: (1) Normalisation by an image acquired before bleaching, and (2) applying a flattening mask derived from imaging a homogeneous fluorescent sample. The pixel-wise mean image over nt images can be defined as
2 |
To avoid noise-induced singularities when normalising, PyFRAP computes a mean normalisation mask Mpre over multiple pre-bleach images, and then divides each image of the recovery time series pixel-wise by the computed mask
3 |
where Onorm is the optimal data offset computed via
4 |
Similarly, the flattening mask F is computed using the mean over multiple images of a fluorophore spread homogeneously across a cover slip, Mflat:
5 |
Similar to the normalisation in Eq. (4), the optimal data offset Oflat is obtained by taking the maximum over all minimum intensities of images in both recovery and flattening data sets. The recovery data set is obtained by pixel-wise multiplication of the recovery image with the flattening mask obtained in Eq. (5):
6 |
An outline of both correction methods is shown in Supplementary Fig. 2c.
In the present study, two pre-bleach images were acquired per sample for the normalisation mask, and two images of fluorescein conjugated to a 40 kDa dextran or recombinant GFP homogeneously spread on a cover slip were acquired for the flattening approach. The effects of flattening and normalisation on data analysis are described in Supplementary Note 1.
Accounting for background fluorescence
Background subtraction is a standard procedure to extract the true signal of microscope images38,39. Similar to the flattening and normalisation masks, PyFRAP takes the average over multiple pixels to obtain a background mask and then subtracts it pixel-wise38,39:
7 |
The mean of two images without a sample was determined to compute a background mask. The effect of background subtraction is discussed in Supplementary Note 1.
Application of filters for noise reduction
Microscope data sets are often noisy, causing problems for normalisation and simulation. PyFRAP smooths noisy pixels by either applying a Gaussian blur with standard deviation σgauss, or a median filter with filter window radius rmedian. We found that σgauss = 2 and rmedian = 5 provided good results for the data in the present study (see Supplementary Note 1).
Accounting for fluorescence outside of the imaging view
In some cases it is not possible to capture the whole sample in one field of view under the microscope, and the concentration in the non-imaged regions needs to be estimated. PyFRAP solves this by letting users define an ROI Ωrim to select an approximation of the average unbleached intensity from the first image of the recovery image series:
8 |
Ωrim is defined by Ωrim = Ωslice − Ωcentre, where
9 |
with (xc, yc) the centre pixel coordinates of the image. Ωrim thus defines a small annulus comprising all pixels (xk, yl) inside Ωslice that have a distance of at least ρrimrslice from the centre of the image (Supplementary Fig. 2b). ρrim = 0.66 and ρrim = 0.4585 were found to provide good values for the in vitro and in vivo experiments, respectively.
Simulations
PyFRAP simulates FRAP experiments numerically. Ignoring reaction kinetics, a FRAP experiment can be described by the diffusion equation
10 |
where c(x, t) is the concentration of the measured molecule at position x = and time t inside the domain Ω, and D is its scalar diffusion coefficient. The diffusion coefficient is assumed to be constant and homogeneous.
Since the sample is assumed to be a closed system, no-flux Neumann boundary conditions were defined as
11 |
where n is the normal vector of the boundary ∂Ω at position x.
Initial conditions for simulations
The initial conditions are given by the bilinear interpolation P between pixels of the initial post-bleaching image:
12 |
I(xk′, yl′) with k′, l′ ∈ {1, 2} represents the intensities in the initial image of the four pixels surrounding (x, y). If (x, y) is outside of the visible ROI in the initial image (Ω1), the rim concentration crim given in Eq. (8) is combined piece-wise with Eq. (12) to give the initial condition
13 |
Simulation geometry
PyFRAP comes with its own geometry definition tool. Geometry definitions can then be converted into the Gmsh format43 for meshing. PyFRAP can read Gmsh’s geometry definition files, use Gmsh’s mesh files, or import STereoLithography (.stl) files, allowing users to define arbitrary two- and three-dimensional geometries. This gives users the ability to describe a realistic FRAP experiment geometry with the necessary precision.
The simulation geometry Ω for the in vitro experiments was a conical frustum with upper radius rupper = 317.65 pixels, lower radius rlower = 224.25 pixels, and height h ≈ 90.33 pixels (Supplementary Fig. 4b). For the in vivo experiments, the simulation geometry resembled a zebrafish embryo at dome stage, i.e., the intersection of two hemispheres intersecting each other at the equator of the outer hemisphere. Since the geometry depends on the radius of the embryo in the initial image, rimaging was calculated separately for each experiment29,70. Assuming that the radius of the inner hemisphere rinner is 10% larger than the one of the outer hemisphere, router, the geometry can be computed by
14 |
where dcentre is the distance between the two centres of the hemispheres. Supplementary Fig. 4a shows a schematic of the zebrafish dome stage geometry.
Meshing for simulations
PyFRAP discretises simulation geometries using Gmsh43 in combination with TetGen44 into tetrahedral meshes. PyFRAP utilises almost all functionalities of Gmsh—such as boundary layer meshes, attractor meshes, mesh merging and mesh refinement—allowing users to apply fine meshes where they are needed.
The overall default element size in the present study was v = 25 pixels3. To overcome numerical instabilities, such as Gibbs phenomena at the boundary of Ωbleached, the mesh around the bleached area boundary was refined using a boundary layer mesh of thickness wBL = 30 pixels and element size vBL = 15 pixels3. Since only the simulation inside Ωslice and Ωbleached is used to fit the FRAP experiments, the mesh inside Ωslice was also refined to an element size of vslice = 15 pixels3. Supplementary Fig. 4c, e shows an example of a tetrahedral mesh with both slice refinement and boundary layer meshes for the zebrafish dome geometry described in the previous section.
PDE solver
All partial differential equations (PDEs) were simulated using the FiPy toolbox32. The LU factorisation algorithm or the Preconditioned-Conjugated-Gradient algorithm implemented in PySparse were used to solve the linear system at each time step.
Simulation parameters
All simulations were performed with a reference diffusion coefficient of D = 50 pixels2/s. To ensure that the simulations run long enough to capture the full recovery of the FRAP experiment, the end time point of the simulation was set to tsim,end = 1680 s for experiments conducted with an acquisition interval of Δt = 1 s. Since the recovery is steepest at the beginning of the simulations, a logarithmic time-stepping scheme was used, making early time steps shorter to achieve greater accuracy. A summary of all simulation parameters used to analyse the FRAP data in the present study is given in Supplementary Table 11.
Fitting
To avoid the need to re-simulate the FRAP experiment for each choice of diffusion coefficient D, PyFRAP uses the self-similarity property of the solution to Eq. (10). For example, a simulated FRAP experiment with the diffusion coefficient D = 50 pixels2/s results in the same recovery behaviour as an experiment with the diffusion coefficient D = 200 pixels2/s, just four times slower. This can be described as
15 |
where Dref is the reference diffusion coefficient, i.e., the diffusion coefficient used for the simulation of Eq. (10). Supplementary Fig. 4d shows simulated recovery curves for various diffusion coefficients illustrating this self-similarity property.
PyFRAP allows users to fit four different models to FRAP data: (1) Pure diffusion, (2) diffusion and production, (3) diffusion and degradation, (4) diffusion with degradation and production, and each of these models with an additional set of equalisation parameters (see below). In case of pure diffusion, the solution for the diffusion coefficient D over a given ROI Ωi is simply given by the volume integral of the solution in Eq. (15):
16 |
A summary of all parameters used to fit the FRAP data in the present study is given in Supplementary Table 12.
Extending the diffusion model with reaction kinetics
Spatially uniform production was added to the scaled FRAP model defined in Eq. (15) or in Eq. (20) by
17 |
where k2 is the production rate. To add spatially uniform degradation, the resulting solution is given by
18 |
The parameter k1 represents the degradation rate constant. Adding both degradation and production to the system results in the following superposition of solutions:
19 |
Accounting for varying fluorophore fractions by equalisation
FRAP experiments can vary in intensity during the experiment due to, for example, an increase or decrease in extracellular volume fraction, due to molecules moving in and out of the imaging plane, or due to an immobile fraction of fluorescent molecules. These effects are accounted for by equalisation, which normalises both simulation and data recovery curves to an equivalent scale between 0 and 1. During the fitting process, the simulated recovery curves are slightly lifted or lowered to better resemble overall fluorescence levels. This can be written as
20 |
where Ei is the equalisation factor for ROI Ωi. The background was chosen to be the smallest concentration of the bleached ROI inside the imaging region (Ωbleached), over the whole time series
21 |
and the normalisation value to be the maximum concentration inside the whole imaging ROI (Ωslice), over the whole time series
22 |
Minimisation and parameter estimation
Choosing one of the models defined in Eqs. (15), (16), (17), (18) and (19), the sum of squared differences, SSD, was calculated by
23 |
where tj ∈ 0, .., T are all time points of the FRAP data set, and Ωi ∈ Ωbleached, Ωslice are the two ROIs of interest yielding a mean optimal fit between all fitted ROIs. The minimisation of Eq. (23) was carried out using a constrained Nelder–Mead algorithm49. Since especially for a larger number of degrees of freedom the minimisation algorithm tended to stop in local minima, initial guesses for the diffusion coefficient D were tested over two orders of magnitude, and the fit yielding the minimum SSD was considered optimal.
Analysis speed
Details of the method to determine PyFRAP’s performance in terms of analysis speed are described in Supplementary Note 4 and Supplementary Tables 13 and 14.
Statistics
PyFRAP offers four statistical tools (Supplementary Table 2) allowing users to test whether the estimated diffusion coefficient for one experimental group is significantly different from another one. The statistical tools include the two most prominent parametric significance tests, the Student’s t-test56 and a modification of this test, Welch’s t-test71, which both assume normally distributed test groups. PyFRAP also provides the Shapiro–Wilk test, allowing PyFRAP users to quickly assess whether the estimated diffusion coefficients follow a normal distribution. The Shapiro–Wilk test was recently found to have the best sensitivity compared to other common normality tests72. If normality cannot be guaranteed, PyFRAP offers two non-parametric ranked hypothesis tests: The Wilcoxon signed-rank test73 and the Mann–Whitney U test57.
Often, the underlying reaction kinetics of FRAP experiments or the relevance of their contribution might be unknown54. However, models with more parameters generally provide better fits than simpler models. The AIC55 allows users to evaluate which model fits the data the best while keeping model complexity low. For this, let
24 |
be the vector of unknown diffusion coefficient D, reaction rates k1 and k2, and E1, E2, … a list of equalisation factors. Moreover, let m = m(Θ) be the model prediction using Θ. Assuming that the data is distributed normally around the model
25 |
the log-likelihood function at data point i, Li becomes
26 |
and is thus identical with the sum of squared differences used for optimisation in Eq. (23):
27 |
The AIC is then given by
28 |
where k is the number of parameters of model m and
29 |
is the parameter configuration Θ minimising the log-likelihood function (Eq. (27)), i.e., the parameter configuration returned from fitting the model to data. The best model according to the AIC is then m(argmin(AICi − AICmin)). If the number of sample points is small, the corrected AIC (AICc) provides a more accurate model selection technique:
30 |
where n is the number of data points. A rule of thumb for when the AIC (Eq. (28)) or its corrected version (Eq. (30)) should be used is
31 |
PyFRAP automatically selects which statistical model is more appropriate if not specified differently.
PyFRAP also provides R2-values for each fit: An R2-value for each fitted ROI and the product and mean of these values. In general, PyFRAP computes an R2-value of an ROI by
32 |
where mi and di are model and data at time i, and is the mean over all data points.
Data exclusion
We performed a rigorous screen of all data sets, and we excluded data sets that showed strong radial inhomogeneities in the first post-bleach image due to inhomogeneous distribution of fluorescent molecules. Moreover, we excluded in vitro data sets that showed unstable distributions in the overall fluorescence intensity levels, indicating incomplete bleaching through the depth of the sample.
Code availability
PyFRAP is freely available from https://mueller-lab.github.io/PyFRAP.
Data availability
All data is available from the corresponding author upon request.
Electronic supplementary material
Acknowledgements
We thank Ekkehard Kröwerath (University Hospital Tübingen, Centre for Dentistry, Oral Medicine, and Maxillofacial Surgery) for the preparation of plexiglass holes, Katherine Rogers and Fabian Fröhlich for discussions and suggestions, and Sarah Keim and Katherine Rogers for testing PyFRAP. This work was supported by the Emmy Noether Programme of the Deutsche Forschungsgemeinschaft, the Max Planck Society, and an ERC Starting Grant to P.M.
Author contributions
A.B., B.M.J. and P.M. conceived the study. A.B. and P.M. designed the software and performed data analysis and simulations. A.B. implemented the software. G.S., T.B., D.M. and H.P. conducted experiments. A.B. and P.M. wrote the manuscript.
Competing interests
The authors declare no competing interests.
Footnotes
Electronic supplementary material
Supplementary Information accompanies this paper at 10.1038/s41467-018-03975-6.
Publisher's note: Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.
References
- 1.Crick F. Diffusion in embryogenesis. Nature. 1970;255:420–422. doi: 10.1038/225420a0. [DOI] [PubMed] [Google Scholar]
- 2.Lander AD, Nie Q, Wan FYM. Do morphogen gradients arise by diffusion? Dev. Cell. 2002;2:785–796. doi: 10.1016/S1534-5807(02)00179-X. [DOI] [PubMed] [Google Scholar]
- 3.Müller, P. & Schier, A. F. Extracellular movement of signaling molecules. Dev. Cell.21,145-158 (2011). [DOI] [PMC free article] [PubMed]
- 4.Poo MM, Cone RA. Lateral diffusion of rhodopsin in Necturus rods. Exp. Eye Res. 1973;17:503–507. doi: 10.1016/0014-4835(73)90079-1. [DOI] [PubMed] [Google Scholar]
- 5.Liebman PA, Entine G. Lateral diffusion of visual pigment in photorecptor disk membranes. Science. 1974;185:457–459. doi: 10.1126/science.185.4149.457. [DOI] [PubMed] [Google Scholar]
- 6.Loren N, et al. Fluorescence recovery after photobleaching in material and life sciences: putting theory into practice. Q. Rev. Biophys. 2015;48:323–387. doi: 10.1017/S0033583515000013. [DOI] [PubMed] [Google Scholar]
- 7.Lippincott-Schwartz J, Altan-Bonnet N, Patterson GH. Photobleaching and photoactivation: following protein dynamics in living cells. Nat. Cell Biol. 2003;5:S7–S14. doi: 10.1038/ncb0103-7. [DOI] [PubMed] [Google Scholar]
- 8.Bancaud A, Huet S, Rabut G, Ellenberg J. Fluorescence perturbation techniques to study mobility and molecular dynamics of proteins in live cells: FRAP, photoactivation, photoconversion, and FLIP. Cold Spring Harb. Protoc. 2010;12:1303–1325. doi: 10.1101/pdb.top90. [DOI] [PubMed] [Google Scholar]
- 9.Griffin EE, Odde DJ, Seydoux G. Regulation of the MEX-5 gradient by a spatially segregated kinase/phosphatase cycle. Cell. 2011;146:955–958. doi: 10.1016/j.cell.2011.08.012. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 10.Zhou S, et al. Free extracellular diffusion creates the Dpp morphogen gradient of the Drosophila wing disc. Curr. Biol. 2012;22:668–675. doi: 10.1016/j.cub.2012.02.065. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 11.Axelrod D, Koppel DE, Schlessinger J, Elson E, Webb WW. Mobility measurement by analysis of fluorescence photobleaching recovery kinetics. Biophys. J. 1976;16:1055–1069. doi: 10.1016/S0006-3495(76)85755-4. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 12.Soumpasis D. Theoretical analysis of fluorescence photobleaching recovery experiments. Biophys. J. 1983;41:95–97. doi: 10.1016/S0006-3495(83)84410-5. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 13.Sprague BL, McNally JG. FRAP analysis of binding: proper and fitting. Trends Cell Biol. 2005;15:84–91. doi: 10.1016/j.tcb.2004.12.001. [DOI] [PubMed] [Google Scholar]
- 14.Kang M, Day CA, Drake K, Kenworthy AK, DiBenedetto E. A generalization of theory for two-dimensional Fluorescence Recovery After Photobleaching applicable to confocal laser scanning microscopes. Biophys. J. 2009;97:1501–1511. doi: 10.1016/j.bpj.2009.06.017. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 15.Deschout H, et al. Straightforward FRAP for quantitative diffusion measurements with a laser scanning microscope. Opt. Express. 2010;18:22886–22905. doi: 10.1364/OE.18.022886. [DOI] [PubMed] [Google Scholar]
- 16.Kang M, Day CA, Kenworthy AK, DiBenedetto E. Simplified equation to extract diffusion coefficients from confocal FRAP data. Traffic. 2012;13:1589–1600. doi: 10.1111/tra.12008. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 17.Kraft, L. J., Dowler, J. & Kenworthy, A. K. Frap-toolbox: Software for the Analysis of Fluorescence Recovery after Photobleaching. http://www.fraptoolbox.com Accessed 12 Dec 2016 (2014).
- 18.Lin L, Othmer HG. Improving parameter inference from FRAP data: an analysis motivated by pattern Formation in the drosophila wing disc. Bull. Math. Biol. 2017;79:448–497. doi: 10.1007/s11538-016-0241-6. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 19.Beaudouin J, Mora-Bermúdez F, Klee T, Daigle N, Ellenberg J. Dissecting the contribution of diffusion and interactions to the mobility of nuclear proteins. Biophys. J. 2006;90:1878–1894. doi: 10.1529/biophysj.105.071241. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 20.Schaff JC, Cowan AE, Loew LM, Moraru II. Virtual FRAP - an experiment-oriented simulation tool. Biophys. J. 2009;96:30a. doi: 10.1016/j.bpj.2008.12.046. [DOI] [Google Scholar]
- 21.Blumenthal D, Goldstien L, Edidin M, Gheber LA. Universal approach to FRAP analysis of arbitrary bleaching patterns. Sci. Rep. 2015;5:11655. doi: 10.1038/srep11655. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 22.Müller P, Rogers KW, Yu SR, Brand M, Schier AF. Morphogen transport. Development. 2013;140:1621–1638. doi: 10.1242/dev.083519. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 23.Umulis DM, Othmer HG. The importance of geometry in mathematical models of developing systems. Curr. Opin. Genet. Dev. 2012;22:547–552. doi: 10.1016/j.gde.2012.09.007. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 24.Weiss M. Challenges and artifacts in quantitative photobleaching experiments. Traffic. 2004;5:662–671. doi: 10.1111/j.1600-0854.2004.00215.x. [DOI] [PubMed] [Google Scholar]
- 25.Mazza D, Cella F, Vicidomini G, Krol S, Diaspro A. Role of three-dimensional bleach distribution in confocal and two-photon fluorescence recovery after photobleaching experiments. Appl. Opt. 2007;46:7401–7411. doi: 10.1364/AO.46.007401. [DOI] [PubMed] [Google Scholar]
- 26.Machán R, Foo YH, Wohland T. On the equivalence of FCS and FRAP: simultaneous lipid membrane measurements. Biophys. J. 2016;111:152–161. doi: 10.1016/j.bpj.2016.06.001. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 27.Braga J, Desterro JM, Carmo-Fonseca M. Intracellular macromolecular mobility measured by Fluorescence Recovery After Photobleaching with confocal laser scanning microscopes. Mol. Biol. Cell. 2004;10:4749–4760. doi: 10.1091/mbc.E04-06-0496. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 28.Blischak JD, Davenport ER, Wilson G. A quick introduction to version control with Git and GitHub. PLoS. Comput. Biol. 2016;12:e1004668. doi: 10.1371/journal.pcbi.1004668. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 29.Müller P, et al. Differential diffusivity of Nodal and Lefty underlies a reaction-diffusion patterning system. Science. 2012;336:721–724. doi: 10.1126/science.1221920. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 30.Sigaut L, Ponce ML, Colman-Lerner A, Dawson SP. Optical techniques provide information on various effective diffusion coefficients in the presence of traps. Phys. Rev. E. 2010;82:051912. doi: 10.1103/PhysRevE.82.051912. [DOI] [PubMed] [Google Scholar]
- 31.Millman KJ, Aivazis M. Python for scientists and engineers. Comput. Sci. Eng. 2011;13:9–12. doi: 10.1109/MCSE.2011.36. [DOI] [Google Scholar]
- 32.Guyer JE, Wheeler D, Warren JA. FiPy: partial differential equations with Python. Comput. Sci. Eng. 2009;11:6–15. doi: 10.1109/MCSE.2009.52. [DOI] [Google Scholar]
- 33.van der Walt S, et al. scikit-image: Image processing in python. PeerJ. 2014;2:e453. doi: 10.7717/peerj.453. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 34.Jones, E. et al. SciPy: Open source scientific tools for Python (2001). http://www.scipy.org/
- 35.van der Walt S, Colbert C, Varoquaux G. The numpy array: a structure for efficient numerical computation. Comput. Sci. Eng. 2011;13:22–30. doi: 10.1109/MCSE.2011.37. [DOI] [Google Scholar]
- 36.Hunter JD. Matplotlib: a 2d graphics environment. Comput. Sci. Eng. 2007;9:90–95. doi: 10.1109/MCSE.2007.55. [DOI] [Google Scholar]
- 37.Lindblad, J. & Bengtsson, E. in Proceedings of the 12th Scandinavian Conference on Image Analysis (SCIA), 264–271 (2001).
- 38.Waters JC. Accuracy and precision in quantitative fluorescence microscopy. J. Cell. Biol. 2009;185:1135–1148. doi: 10.1083/jcb.200903097. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 39.Schwarzfischer, M. et al. in Proceedings of Microscopic Image Analysis with Applications in Biology (2011).
- 40.Gregor T, Bialek W, de Ruyter van Steveninck RR, Tank DW, Wieschaus EF. Diffusion and scaling during early embryonic pattern formation. Proc. Natl Acad. Sci. USA. 2005;102:18403–18407. doi: 10.1073/pnas.0509483102. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 41.Kicheva A, et al. Kinetics of Morphogen gradient formation. Science. 2007;5811:521–525. doi: 10.1126/science.1135774. [DOI] [PubMed] [Google Scholar]
- 42.Pomreinke AP, et al. Dynamics of BMP signaling and distribution during zebrafish dorsal-ventral patterning. eLife. 2017;6:e25861. doi: 10.7554/eLife.25861. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 43.Geuzaine C, Remacle JF. Gmsh: a 3-D finite element mesh generator with built-in pre- and post-processing facilities. Int. J. Numer. Methods Eng. 2009;79:1309–1331. doi: 10.1002/nme.2579. [DOI] [Google Scholar]
- 44.Si H. Tetgen, a delaunay-based quality tetrahedral mesh generator. ACM Trans. Math. Softw. 2015;41:11:1–11:36. doi: 10.1145/2629697. [DOI] [Google Scholar]
- 45.Sprague BL, Pego RL, Stavreva DA, McNally JG. Analysis of binding reactions by fluorescence recovery after photobleaching. Biophys. J. 2004;86:3473–3495. doi: 10.1529/biophysj.103.026765. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 46.Miura, K. Frapcalc. http://wiki.cmci.info/downloads/frap_analysis Accessed 12 Dec 2016 (2016).
- 47.Rapsomaniki MA, et al. EasyFRAP: an interactive, easy-to-use tool for qualitative and quantitative analysis of FRAP data. Bioinformatics. 2012;28:1800–1801. doi: 10.1093/bioinformatics/bts241. [DOI] [PubMed] [Google Scholar]
- 48.Castle BT, Howard SA, Odde DJ. Assessment of transport mechanisms underlying the Bicoid morphogen gradient. Cell. Mol. Bioeng. 2011;4:116–121. doi: 10.1007/s12195-010-0157-4. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 49.Nelder JA, Mead R. A simplex method for function minimization. Comput. J. 1965;7:308–313. doi: 10.1093/comjnl/7.4.308. [DOI] [Google Scholar]
- 50.Nash SG. Newton-type minimization via the Lanczos method. SIAM J. Numer. Anal. 1984;21:770–788. doi: 10.1137/0721052. [DOI] [Google Scholar]
- 51.Nocedal J, Wright SJ. Numerical optimization. 2nd edn. NY: Springer; 2006. [Google Scholar]
- 52.Bläßle A, Müller P. PyFDAP: automated analysis of fluorescence decay after photoconversion (FDAP) experiments. Bioinformatics. 2015;6:972–974. doi: 10.1093/bioinformatics/btu735. [DOI] [PubMed] [Google Scholar]
- 53.Rogers, K. W., Bläßle, A., Schier, A. F. & Müller, P. Measuring protein stability in living zebrafish embryos using fluorescence decay after photoconversion (FDAP). J. Vis. Exp. 95, e52266 (2015). [DOI] [PMC free article] [PubMed]
- 54.Mai J, et al. Are assumptions about the model type necessary in reaction-diffusion modeling? A FRAP application. Biophys. J. 2011;100:1178–1188. doi: 10.1016/j.bpj.2011.01.041. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 55.Akaike H. A new look at the statistical model identification. IEEE Trans. Autom. Control. 1974;19:716–723. doi: 10.1109/TAC.1974.1100705. [DOI] [Google Scholar]
- 56.Student. The probable error of a mean. Biometrika. 1908;6:1–25. doi: 10.1093/biomet/6.1.1. [DOI] [Google Scholar]
- 57.Mann HB, Whitney DR. On a test of whether one of two random variables is stochastically larger than the other. Ann. Math. Stat. 1947;18:50–60. doi: 10.1214/aoms/1177730491. [DOI] [Google Scholar]
- 58.Shapiro SS, Wilk MB. An analysis of variance test for normality (complete samples) Biometrika. 1965;52:591–611. doi: 10.1093/biomet/52.3-4.591. [DOI] [Google Scholar]
- 59.Aaron, J. FRAPhttps://de.mathworks.com/matlabcentral/fileexchange/47327-frap-zip Accessed 12 Dec 2016 (2016).
- 60.Ulrich M, et al. Tropical-parameter estimation and simulation of reaction-diffusion models based on spatio-temporal microscopy images. Bioinformatics. 2006;22:2709–2710. doi: 10.1093/bioinformatics/btl456. [DOI] [PubMed] [Google Scholar]
- 61.Gurskaya NG, et al. Engineering of a monomeric green-to-red photoactivatable fluorescent protein induced by blue light. Nat. Biotechnol. 2006;24:461–465. doi: 10.1038/nbt1191. [DOI] [PubMed] [Google Scholar]
- 62.Hrabe J, Hrabetová S, Segeth K. A model of effective diffusion and tortuosity in the extracellular space of the brain. Biophys. J. 2004;87:1606–1617. doi: 10.1529/biophysj.103.039495. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 63.Tao L, Nicholson C. Maximum geometrical hindrance to diffusion in brain extracellular space surrounding uniformly spaced convex cells. J. Theor. Biol. 2004;229:59–68. doi: 10.1016/j.jtbi.2004.03.003. [DOI] [PubMed] [Google Scholar]
- 64.Novak IL, Kraikivski P, Slepchenko BM. Diffusion in cytoplasm: effects of excluded volume due to internal membranes and cytoskeletal structures. Biophys. J. 2009;97:758–767. doi: 10.1016/j.bpj.2009.05.036. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 65.Donovan P, Chehreghanianzabi Y, Rathinam M, Zustiak SP. Homogenization theory for the prediction of obstructed solute diffusivity in macromolecular solutions. PLoS ONE. 2016;11:e0146093. doi: 10.1371/journal.pone.0146093. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 66.Periasamy N, Verkman AS. Analysis of fluorophore diffusion by continuous distributions of diffusion coefficients: application to photobleaching measurements of multicomponent and anomalous diffusion. Biophys. J. 1998;75:557–567. doi: 10.1016/S0006-3495(98)77545-9. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 67.Xiong R, et al. Sizing nanomaterials in bio-fluids by cFRAP enables protein aggregation measurements and diagnosis of bio-barrier permeability. Nat. Commun. 2016;7:12982. doi: 10.1038/ncomms12982. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 68.Höckendorf B, Thumberger T, Wittbrodt J. Quantitative analysis of embryogenesis: a perspective for light sheet microscopy. Dev. Cell. 2012;23:1111–1120. doi: 10.1016/j.devcel.2012.10.008. [DOI] [PubMed] [Google Scholar]
- 69.Yu SR, et al. Fgf8 morphogen gradient forms by a source-sink mechanism with freely diffusing molecules. Nature. 2009;461:533–536. doi: 10.1038/nature08391. [DOI] [PubMed] [Google Scholar]
- 70.Kimmel CB, Ballard WW, Kimmel SR, Ullmann B, Schilling TF. Stages of embryonic development of the zebrafish. Dev. Dyn. 1995;203:253–310. doi: 10.1002/aja.1002030302. [DOI] [PubMed] [Google Scholar]
- 71.Welch BL. The generalisation of Student’s problems when several different population variances are involved. Biometrika. 1947;34:28–35. doi: 10.1093/biomet/34.1-2.28. [DOI] [PubMed] [Google Scholar]
- 72.Razali NM, Wah YB. Power comparisons of Shapiro-Wilk, Kolmogorov-Smirnov, Lilliefors and Anderson-Darling tests. J. Stat. Model. Anal. 2011;2:21–33. [Google Scholar]
- 73.Wilcoxon F. Individual comparisons by ranking methods. Biom. Bull. 1945;1:80–83. doi: 10.2307/3001968. [DOI] [Google Scholar]
Associated Data
This section collects any data citations, data availability statements, or supplementary materials included in this article.
Supplementary Materials
Data Availability Statement
All data is available from the corresponding author upon request.