This repository presents the Diffusion-Adsorption-Uptake (DAU) Model, a rigorous theoretical and computational framework designed to efficiently analyze and validate whether a target protein fulfills the core properties of a Morphogen.
The validation of a morphogen is fundamentally governed by two core hypotheses:
- Hypothesis 1 (H1: Gradient Formation): The protein must establish a stable, spatial concentration gradient across the tissue.
- Hypothesis 2 (H2: Concentration-Dependent Regulation): Cells must respond to this concentration gradient in a dosage-dependent manner, activating distinct gene expression profiles in different concentration zones to specify cell fate.
The DAU Model is strictly derived from first-principle physics and higher mathematics, providing a necessary, minimal coarse-graining of the dynamics. It describes the key processes of Diffusion (
To provide an intuitive understanding of the model's components and processes, the DAU model schematic is included below.
Figure 1. Schematic of the DAU Model. The morphogen (C) undergoes Diffusion (D) in the extracellular space, non-endocytic Adsorption/Binding (K), and cellular Uptake/Degradation (k_uptake).
Considering a 1D spatial domain (
Where:
-
$C(x, t)$ : Morphogen concentration. -
$D$ : The effective diffusion coefficient. -
$K$ : The binding constant (dimensionless). -
$k_{\text{uptake}}$ : The first-order rate constant for uptake/degradation. - The
$(1+K)$ term implies the effective diffusivity is$D_{\text{eff}} = D / (1+K)$ .
When the system reaches a steady state (
Detailed Derivation & Solution:
The ODE can be written as
Applying the boundary conditions (
The Characteristic Decay Length (
| Filename | Description | Key Functionality |
|---|---|---|
src/stimulate1.2.py |
H1 Validation Script | Simulates the dynamic formation of the morphogen gradient using the Finite Difference Method (FDM) and analyzes the influence of parameters on the steady state and half-life ( |
src/stimulate1.3.py |
H2 Validation Script | Analyzes the impact of the steady-state concentration gradient on downstream gene expression (H2), and simulates boundary shifts under perturbations. |
paper.pdf |
Original Paper | Contains the full model derivation, parameter selection, and associated wet-lab experimental protocols. |
requirements.txt |
Dependencies | List of Python libraries required to run the simulation scripts. |
Ensure you have Python 3 and the necessary scientific computing libraries installed:
pip install -r requirements.txt