This lateral inhibition model takes in to account the production of Notch (N) and Delta (D) and estimates the magnitude of Notch signaling pathway activity given the expression level of Notch in the receiving cell and the average expression of Delta in the surrounding cells. The "inhibition" part of the model comes from two sources. First, the magnitude of Notch signaling activity results in transcriptional repression of Delta expression within the receiving cell, thus reducing the amount of Delta that is produced to activate Notch signaling in neighboring cells. Second, Notch signaling output in a cell is inhibited in cis in proportion to the amount of Delta expressed in the same cell. It is modeled within a field of hexagon-shaped cells that start with random amounts of Notch pathway activity. The key equations are:
Notch receptor Concentration: \[ \frac{dN}{dt} = \alpha_N - \beta_N N \]
Delta ligand Concentration: \[ \frac{dD}{dt} = \alpha_D - \beta_D D - \gamma_D (S_N) \]
Notch Signal Transduction Pathway Activity: \[ S_N = N \cdot \bar{D} - \lambda D \]
Where:
This model is meant to allow for exploration of process of lateral inhibition by Notch-Delta signaling and hopefully serves to illustrate how collective behaviors of cells in a field can results in long-range pattern. Using the Drosophila neural ectoderm as an example of this process, we expect that conditions can be found where Notch signaling is suppressed in individual cells, surrounded by a field of cells that are subject to high levels of Notch signaling. Because in this scenario, "high N" inhibits, and "low N" promotes specification of a neuroblast, the final set of "low N" cells would reflect the cells that go on to make the neuronal cells of the ventral nerve cord.
We have certain expectations:
The modeling of Notch receptor levels is straightforward, in that we assume that Notch protein can be expressed in all of the participatory cells, and that its expression will be subject to a synthesis and degradation term. The amount of Notch produced in any given timeframe is the difference between the production and the degradation rates. \[ \frac{dN}{dt} = \alpha_N - \beta_N N \] Note that, from a biological standpoint, we are assuming that Notch expression is constitutive in the field of cells and that there are no modeled inputs to the expression of Notch mRNA. The model initiates with a random distribution of Notch (and Delta) expression levels, so a weird behavior of the model is that setting both the synthesis and degradation of Notch to zero will allow the model to progress with the initial, random Notch concentration values.
Modeling Delta ligand levels is more complicated, since not only is Delta expression governed by synthesis and degradation terms, but also through inhibitory feedback governed by the amount of Notch signal transduction pathway activity. The Notch signal transduction pathway activity itself is a function of the Notch concentration (in cis), and the average concentration of Delta in neighboring cells (in trans). So, like for Notch, we account for Delta synthesis and degradation like so, \[ \frac{dD}{dt} = \alpha_D - \beta_D D ... \] but we must also model the inhibitory effect of Notch signaling on Delta production. \[ \ - \gamma_D (S_N) \] From a biological standpoint, the concentration of Delta in any one cell is a product of how much Notch signaling that cell sees, which is a consequence of the Delta expression in the neighboring cells. If a receiving cell, however, expresses high levels of Delta, this attenuates the magnitude of the Notch signaling, which in turn slows the rate at which Notch activity down-regulates Delta mRNA expression.
The Notch Signal Transduction pathway activity is the product of Notch expression in the receiving cell, and the average concentration of Delta ligands presented on the neighboring cells. Also, because the Notch receptor can be inhibited by Delta ligands in cis, we model this by subtracting a term reflecting this from the amount of 'liganded' Notch receptors in order to approximate the behavior. \[ S_N = N \cdot \bar{D} - \lambda D \] Because the Notch-dependent inhibition of Delta mRNA expression occurs at the level of transcriptional control, we also include in the model a bit of random noise to account for inherent noise in the transcriptional regulatory process.