Age limit (max age)

Observe the two CA. One exists 63 days and the other 109. In order to know which one is older, they have to be injured (perturbed) . There are two kinds of injury: Somatic, when one or more cells are killed (set to 0), and age injury, when the age of some cells is changed. Here we apply the second.

First, the experimental clock it set to 0. Below are two age distributions of uninjured CA observed at the beginning of the experiment. At t = 5 the age of the three left most cells was lowered to 100 days. .  Their age limit (max age), was set to the current  maximal age of each CA. In CA-1 max age =125, and in CA-2 max age = 165 CA. .

When CA age is lowered it becomes younger and has more time to live. CA-1 cells gained up to 25 days, and in CA-2, up to 65 days. Their respective injuries will become visible when their cell ages will reach max age. In CA-1 after 25 days and in CA-2 after 65 days.

The image below depicts the absolute difference between each CA and an uninjured CA which serves as reference. As long as both When CA are the same, their absolute difference = 0 (= white). In CA-1, injury becomes visible before CA-2, indicating that it is younger.

setup
zygote -> effect[1, 1000]; go[63];  storeparams[CA-1]; zygote -> effect[1, 1000]; go[109];  storeparams[CA-2] ; restoreparams;  effect[no, 1000]; go[70]; criterion = Max[sumage[[no]]; injuryage[1, j, start1=5, end1 = 5, nowdat[[1, 3]], 3 ,agenow=110]; injuryage[2, j, start1=5, end1 = 5, nowdat[[2, 3]], 3, agenow=110]; effect[1, 125]; effect[2, 165]; go[100]

Previous page
Next page

Contents
Home