Three lessons about diffusion gradients:Embryonic development needs long-range coordination of cells' differentiation and geometric rearrangement. Most theories about spatial coordination are based on hypothetical diffusion gradients. For example, Turing's mechanism depends on diffusion gradients; and Lewis Wolpert's concept of "positional information" requires three perpendicular gradients. The main theories about regeneration in hydra and flat-worms also assume diffusion gradients. So do theories about limb bud development and regeneration. Researchers tend to assume that chemical patterns need to form first, and that cells can only respond to pre-existing gradients of chemicals. Actual concentration gradients of transcription factor proteins have been discovered in Drosophila embryos. The best example is the "bicoid" protein, which forms an anterior-posterior concentration gradient. Also, the "dorsal" protein redistributes into nuclei in a gradient-like pattern. And don't forget Hox genes, that also get transcribed in gradient-like patterns, that are co-linear with the spatial locations of hox genes on chromosomes. I wrote computer programs to simulate the formation of diffusion gradients. These programs taught me some unexpected lessons. Lesson #1) What is the algorithm for simulating diffusion?
(Although I started by using hexagonal neighbors, it turns out not to matter). ** For each box, add up the numbers in the eight neighboring boxes. *** Divide this sum by 8, to get the average. **** Compare this sum with the number in the central mailbox. ***** Change the central number to make it closer to the sum of the neighbors.
****** Repeat...repeat...repeat
Lesson #2) Chemical concentrations aren't the only quantities that behave according to this algorithm. The point is that you can get identical, indistinguishable gradients from any variable whose amounts change to become closer to the average amount at their neighboring locations. Population densities of cells could obey the same algorithm, & make gradients. Tensions in extracellular matrix are also capable of "diffusing". Lots and lots of properties are able to behave as if diffusing.
Analogy to caloric: Until the mid 1800s, physicists firmly believed that heat must be a chemical substance, which they called "caloric". The evidence was that heat diffuses. What else diffuses besides chemicals?
Lesson #3) What else can make spatial gradations, as if diffusing? -> Imagine a row of genes, adjacent to each other on a chromosome? Gene_A; Gene_B; Gene_C; Gene_D ;Gene_E; Gene_F; Gene_G; Gene_H;
Cells can then obey any diffusion-like algorithm:
Let's not make the same mistakes as physicists did with "caloric" and "the ether". Triple-branching of 180-degree-rotated limb grafts is an example of diffusion-like filling-in of intermediate behaviors of cells.
original limb ABCDEFGHIJKL But H is happy being between two Gs, one of them newly made. (Even if H apparently doesn't care not having any nearby "i".) This must be telling us something profound about how regeneration works.
Being next to a "wrong" neighbor is what gets fixed.
But tissues are NOT disturbed by absence of a normal neighbor.
This must be telling us something about underlying control mechanisms.
One question is how cells detect being next to "wrong" neighbors..
Suppose each cell "knows" which hox genes it is itself transcribing, You are happy when your neighbors transcribe hox genes that are adjacent on your chromosomes to the hox genes that you, yourself are transcribing. But it's intolerable for nearby cells not to transcribe hox genes whose positions on your chromosomes close to whatever hox genes you are transcribing. (Discontinuity!) I hope you will think about these issues, but not worry if you can't devise answers. One final note: Genetic linkage was discovered years before Morgan figured out that its explanation was the relative positions of genes on the chromosomes.
|