Frontier model of tumor growth


Stained p53-mutant cells (dark brown) in mouse epidermis, from Zhang et al 2001.
We created a computer model for simulating the growth of a pre-cancerous lesion (or a tumor) on a surface, such as skin. We used data from Zhang et al 2001 to test the model. In that study, mice were exposed to moderate doses of ultraviolet radiation (UVB) to mimic sun exposure. It is believed that UVB has the following effects on the skin:
  • UVB causes characteristic p53 mutations that inactivate the protein.
  • UVB causes cells to undergo cell death (apoptosis).
  • p53-mutant cells are resistant to UVB-induced cell death.
UVB can create p53-mutant cells while killing surrounding normal cells, which gives the mutants room to replicate. Therefore, clones of p53 mutants tend to grow over time under prolonged exposure to UVB. p53 mutants in skin can be detected by staining, as shown in the figure to the left.
In our computer model of tumor growth, cells are arranged in a hexagonal grid. Cells are killed at a low rate, which leaves their positions on the grid empty. When a cell is killed, the six neighboring cells replicate to fill the empty space. The first cell to replicate "wins" and copies itself into that space, while the other cells do nothing. A single mutant cell is placed on the grid at the beginning of a simulation. This mutant may be resistant to being killed or it may replicate faster in response to the death of a neighboring cell. Both traits allow the mutant to grow by slowly colonizing adjacent space. We call this model the frontier model of tumor growth because a lesion can grow only along its edges, as illustrated in the figure to the right. Growth of mutants in this model was consistent with that observed in mouse skin lesions.
A lesion (blue) can grow only by colonizing an adjacent space.

What are the features of our computer model?

What are potential applications of this work?

Download

We have made the source code for the simulations used in Chao et al 2008 available. To run this, you need to be able to compile Java source code. We used Sun's JDK 6, and we provide a simple Unix makefile. Click here to download the zip file containing the source code.

References




back...