Spatio-temporal Reconstruction of Gene Expression Patterns in Developing Mice

Laura Avino Esteban,James Sharpe
DOI: https://doi.org/10.1101/2024.08.13.607727
2024-08-13
Abstract:Understanding gene regulation in organism development is crucial in biology. Techniques like whole-mount in situ hybridization can reveal spatial gene expression in organs and tissues. However, capturing time-lapse images of gene expression dynamics in embryos developing in utero, such as mice, remains technically challenging beyond the early stages. To address this, we present a method to integrate static snapshots of gene expression patterns across limb developmental stages, creating a continuous 2D reconstruction of gene expression patterns over time. This method interpolates small tissue regions over time to create smooth temporal trajectories of gene expression. We successfully applied it to a number of key genes in limb development, including Sox9, Hand2, and Bmp2. This approach enables a detailed spatio-temporal mapping of gene expression, providing insights into developmental mechanisms. By estimating Gene Expression Patterns at previously unobserved time points, it facilitates the comparison of these patterns across samples. The reconstructed trajectories offer high-quality data that will be useful to guide computational modeling and machine learning, advancing the study of developmental biology in systems where real-time imaging is technically difficult or impossible.
Developmental Biology
What problem does this paper attempt to address?
### What problem does this paper attempt to solve? This paper aims to solve the problem of spatial and temporal reconstruction of gene expression patterns during development, especially the technical challenges of dynamic imaging of gene expression during the in - vivo development stage of mouse embryos. Specifically: 1. **Understanding gene regulatory mechanisms**: Understanding how genes regulate the development of organisms is a central issue in biology. Although some techniques, such as whole - mount in situ hybridization, can reveal spatial gene expression in organs and tissues, it is still challenging to capture the dynamic changes of gene expression in mouse embryos developing in utero, especially after the early stages. 2. **Spatio - temporal reconstruction of gene expression patterns**: To solve this problem, the authors propose a method to create a continuous two - dimensional reconstruction of gene expression patterns by integrating static gene expression snapshots at different developmental stages. This method generates smooth time trajectories by interpolating small tissue regions, thus providing detailed spatio - temporal mapping. 3. **Applying key genes**: This method has been successfully applied to several key genes (such as Sox9, Hand2, and Bmp2), which play important roles in limb development. This enables researchers to estimate gene expression patterns at previously unobserved time points and facilitates comparison between samples. 4. **High - resolution data support computational modeling**: The high - quality data generated by this method will help guide computational modeling and machine learning, thereby advancing research in developmental biology, especially in systems where real - time imaging techniques are difficult or impossible. ### Formula representation The formulas involved in the paper are mainly used for image processing and interpolation techniques, such as B - spline interpolation. The following is the basic formula for B - spline interpolation: \[ C(u)=\sum_{i = 0}^{n}P_iN_{i,k}(u) \] where: - \(C(u)\) is the interpolation curve. - \(P_i\) is the control point. - \(N_{i,k}(u)\) is the basis function, which defines the influence of each control point on the curve. In addition, the cumulative distribution function (CDF) in the histogram matching process is calculated as follows: \[ C_s(z)=\sum_{i = 0}^{z}h_s(i) \] \[ C_r(z)=\sum_{i = 0}^{z}h_r(i) \] where: - \(h_s(i)\) and \(h_r(i)\) are the histograms of the source image and the reference image respectively. - \(C_s(z)\) and \(C_r(z)\) are the cumulative distribution functions of the source image and the reference image respectively. Through these formulas and techniques, researchers can more accurately reconstruct and analyze the spatio - temporal changes of gene expression patterns.