Abstract
Here, we apply the theoretical framework of dispersal evolution to understand the emergence of invasive and metastatic cells. We investigate whether the dysregulated metabolism characteristic of cancer cells may play a causal role in selection for cell motility, and thus to the tissue invasion and metastasis that define cancer. With an agent-based computational model, we show that cells with higher metabolism evolve to have higher rates of movement and that “neoplastic” cells with higher metabolism rates are able to persist in a population of “normal” cells with low metabolic rates, but only if increased metabolism is accompanied by increased motility. This is true even when the cost of motility is high. These findings suggest that higher rates of cell metabolism lead to selection for motile cells in premalignant neoplasms, which may preadapt cells for subsequent invasion and metastasis. This has important implications for understanding the progression of cancer from less invasive to more invasive cell types. Cancer Prev Res; 5(2); 266–75. ©2011 AACR.
Introduction
The evolutionary approach to cancer has been the dominant theory of cancer since it was proposed in the 1970s (1, 2) and has continued to be developed as a unifying theory for understanding the emergence and progression of cancers (2–5). Here, we apply evolutionary and ecological theory to understand the transition from benign sedentary cells to invasive and metastatic cells. Dispersal, metabolism, niche modification, and resource limitation play central roles in phenotypic change across species. These process have clear parallels in cancer and neoplastic progression, including cell migration/motility (6), altered metabolism (7, 8), microenvironment modification (9), and resource limited conditions such as hypoxia (10, 11).
Although it is well understood in the ecology literature that high rates of consumption and subsequent degradation of local environments lead to selection for mobile organisms, this idea has yet to be applied to understanding the relationships among cell metabolism, microenvironment quality, and the evolution of motility in somatic cells. In this article, we describe the applicability of ecological dispersal theory to neoplastic progression and report the results of an agent-based model designed to test the hypothesis that high rates of cell metabolism promote the evolution of cell motility.
The consumption of resources is a fundamental characteristic of living things and a process that inevitably affects the local environment. Because resource limitation is an unavoidable consequence of exponential growth, it is a universal limitation on survival and reproduction across all ecological systems. High rates of resource use can generate a tragedy of the commons (12, 13), a type of social dilemma (14) that emerges from resource competition (15) and tends to favor individuals who can escape from resource limitation through dispersal (15, 16). In neoplastic progression, invasive and metastatic cells may be selected because their dispersal phenotype allows them to gain access to resources in spite of local scarcity. Cancer cells outstrip the local supply of resources because they outgrow existing vasculature and also consume limiting resources at a higher rate than the normal cells (8, 17, 18). Here, we explore whether increased motility of somatic cells is positively selected when cells have high rates of consuming resources in their microenvironments, that is, high metabolic rates.
Disregulated metabolism, especially in the form of increased glucose metabolism, is a characteristic of neoplastic cells and an important factor in neoplastic progression (8). A variety of oncogenes have been implicated in the shift to higher glucose metabolism including mutations that affect RAS, AKT, and MYC (8). Mutations in the TP53 (p53) tumor suppressor gene also affect tumor metabolism, in part, through downstream effects on SCO2 and TIGAR (8). Although it is clear that these mutations are associated with neoplastic cells, the causal role of dysregulated metabolism in neoplastic progression is not well understood.
Because the nutrient conditions in neoplasms are not well characterized (19) and it is not yet known how many limiting resources there are to cancer growth (8), we have made our model general rather than basing it on a particular limiting resource. The applicability of this model depends only on the existence of some limiting resource for cell growth and proliferation.
To test the hypothesis that high rates of metabolism of limiting resources lead to the evolution of cell motility, we model populations of cells with varying metabolic rates and explore the evolution of motility rate. We report results from 2 related agent-based models, one in which the metabolic rate of cells is systematically varied and the other in which a population of normal cells can be invaded by a neoplastic cell type with a higher rate of resource metabolism. We predict that higher resource metabolism will lead to the evolution of higher cell motility. These results suggest that an evolutionary and ecological framework can provide insights into the transition from benign cells to invasive and metastatic cells.
Methods
This model was constructed in Netlogo 4.0.2, an agent-based modeling platform (20). The model description has been prepared following the standardized Overview, Design concepts and Details (ODD) protocol for describing individual and agent-based models (21, 22). The first 3 sections (purpose, state variables/scales, and processes/scheduling) provide an overview of the model. The fourth section describes central concepts underlying the design of the model. The last 3 sections provide details about the initialization, input, and submodels. Further details are given in the Appendix.
Purpose
The emergence of cell motility is the critical step in the progression of cancer from a benign neoplasm to an invasive cancer. The goal of this model is to explore whether cell motility is selected when cells have a higher rate of metabolism. We conduct 2 main experiments, one in which we parametrically vary metabolic rate and measure the resulting motility rate that evolves and another in which we model the introduction of an altered metabolism “neoplastic” cell type into a population of “normal” cells.
State variables and scales
In this simulation, space is modeled as a 2-dimensional 51 × 51 toroidal lattice (a grid with horizontal and vertical wrapping). Microenvironments are discrete entities with variables associated with them. However, cells occupy coordinates in continuous space. Time is represented as discrete steps.
There are 2 kinds of low-level entities in this model: cells and microenvironments. Microenvironments are associated with particular locations on the grid and represent the volume served by resource delivery (e.g., a single capillary). The spatial scale of the model resulted in 2,601 microenvironments. More than 1 cell can occupy a single microenvironment. Cells and microenvironments each have several state variables associated with them, and there are also state variables associated with the entire model (globals). Table 1 provides a detailed description of the state variables associated with each entity.
Entity . | State variable . | Description . | Initial/default value . | Units . |
---|---|---|---|---|
Global | • Motility mutation | The SD of change in motility rate upon reproduction | 0.01 | SD |
• Neoplastic mutation | Rate of mutation from normal to neoplastic cell and vice versa upon reproduction (Experiment 2 only) | 0.01 | Rate per cell division | |
• Rate of renewal | Amount of energy added to each patch per time step | 0.1 | Resource per time step | |
• Diffusion rate | Proportion of patch resource that diffuses per time step; split evenly between all 8 neighbors | 0.001 | Proportion of resource per time step | |
• Death threshold | Amount of resource necessary on a patch for cell to survive | 1 | Resource level in a patch | |
• Reproduction threshold | Amount of energy cell needs to divide | 50 | Energy in a cell | |
⇒ Number cells | Total number of cells | 2,601 | Count | |
⇒ Number normal | Number of normal cells (Experiment 2 only) | 2,601 | Count | |
⇒ Number neoplastic | Number of neoplastic cells (Experiment 2 only) | 0 | Count | |
Microenvironments | • Location | Coordinates of the patch | (−25 −25, −25 −25) | Coordinates |
• Resource | Amount of resources available on patch | Random from uniform distribution 0–50 | Resource | |
Cells | • Metabolic rate | Amount of resource cell can consume (transform into energy) in 1 time step | 0.5, 1, 1.5, 2, 2.5, 3 | Energy per time step |
• Energy | Amount of energy accumulated by cell through consumption/metabolism of resources | 5 | Energy in a cell | |
⇒ Motility rate | Likelihood that a cell will move per time step | 0.001 | Probability | |
• Heading | Direction of cell movement | Random from uniform distribution 0–359 | Degrees | |
• Location | Coordinates of cell | One cell was placed in the middle of each patch | Continuous coordinates |
Entity . | State variable . | Description . | Initial/default value . | Units . |
---|---|---|---|---|
Global | • Motility mutation | The SD of change in motility rate upon reproduction | 0.01 | SD |
• Neoplastic mutation | Rate of mutation from normal to neoplastic cell and vice versa upon reproduction (Experiment 2 only) | 0.01 | Rate per cell division | |
• Rate of renewal | Amount of energy added to each patch per time step | 0.1 | Resource per time step | |
• Diffusion rate | Proportion of patch resource that diffuses per time step; split evenly between all 8 neighbors | 0.001 | Proportion of resource per time step | |
• Death threshold | Amount of resource necessary on a patch for cell to survive | 1 | Resource level in a patch | |
• Reproduction threshold | Amount of energy cell needs to divide | 50 | Energy in a cell | |
⇒ Number cells | Total number of cells | 2,601 | Count | |
⇒ Number normal | Number of normal cells (Experiment 2 only) | 2,601 | Count | |
⇒ Number neoplastic | Number of neoplastic cells (Experiment 2 only) | 0 | Count | |
Microenvironments | • Location | Coordinates of the patch | (−25 −25, −25 −25) | Coordinates |
• Resource | Amount of resources available on patch | Random from uniform distribution 0–50 | Resource | |
Cells | • Metabolic rate | Amount of resource cell can consume (transform into energy) in 1 time step | 0.5, 1, 1.5, 2, 2.5, 3 | Energy per time step |
• Energy | Amount of energy accumulated by cell through consumption/metabolism of resources | 5 | Energy in a cell | |
⇒ Motility rate | Likelihood that a cell will move per time step | 0.001 | Probability | |
• Heading | Direction of cell movement | Random from uniform distribution 0–359 | Degrees | |
• Location | Coordinates of cell | One cell was placed in the middle of each patch | Continuous coordinates |
NOTE: Bold indicates the independent variable, and arrows indicate dependent variables.
Process overview and scheduling
This model proceeds in discrete time steps, and entities execute procedures according to the following order (a more detailed schedule is provided in Appendix A):
For each cell in random order,
Move according to movement rate,
Consume resources according to metabolic rate,
Reproduce and mutate motility rate of 1 daughter cell if energy is above reproduction threshold, and
Die if microenvironment resources or internal reserves are below death threshold.
For each microenvironment, renew resource according to rate of renewal.
For each microenvironment, diffuse resource according to diffusion rate.
Ten repetitions were run for each metabolic rate. Every simulation was run for 200,000 time steps, with a 100,000 time step warm-up period followed by a 100,000 time step data collection period. Average motility rate and the average number of agents of each type were calculated by tracking the running average of each over the data collection period and reporting the final values at the end of each run.
Design concepts
See Appendix.
Initialization
All runs were initialized according to default parameters in Table 2, and a screenshot of the initial state of the model (for both experiments 1 and 2) is provided in Fig. 1. Metabolic rate was varied between runs. In experiment 1, all cells in a particular run were initialized with the same metabolic rate, but this initial value was different across runs. In experiment 2, we modeled 2 types of cells, normal cells with a low metabolic rate and neoplastic cells usually with an altered rate. The neoplastic metabolic rate was varied between runs, but kept constant within runs.
Entity . | State variable . | Initial/default value . | Units . |
---|---|---|---|
Global | • Motility mutation | 0.01 | SD |
• Neoplastic mutation | 0.01 | Rate per cell division | |
• Rate of renewal | 0.1 | Resource per time step | |
• Diffusion rate | 0.001 | Proportion of resource per time step | |
• Death threshold | 1 | Resource level in a patch | |
• Reproduction threshold | 50 | Energy in a cell | |
⇒ Number cells | 2,601 | Count | |
⇒ Number normal | 2,601 | Count | |
⇒ Number neoplastic | 0 | Count | |
Microenvironments | • Location | (−25 − 25, −25 −25) | Coordinates |
• Resource | Random from uniform distribution 0–50 | Resource | |
Cells | • Metabolic rate | 0.5, 1, 1.5, 2, 2.5, 3 | Energy per time step |
• Energy | 5 | Energy in a cell | |
⇒ Motility rate | 0.001 | Probability | |
• Heading | Random from uniform distribution 0–359 | Degrees | |
• Location | One cell was placed in the middle of each patch | Continuous coordinates |
Entity . | State variable . | Initial/default value . | Units . |
---|---|---|---|
Global | • Motility mutation | 0.01 | SD |
• Neoplastic mutation | 0.01 | Rate per cell division | |
• Rate of renewal | 0.1 | Resource per time step | |
• Diffusion rate | 0.001 | Proportion of resource per time step | |
• Death threshold | 1 | Resource level in a patch | |
• Reproduction threshold | 50 | Energy in a cell | |
⇒ Number cells | 2,601 | Count | |
⇒ Number normal | 2,601 | Count | |
⇒ Number neoplastic | 0 | Count | |
Microenvironments | • Location | (−25 − 25, −25 −25) | Coordinates |
• Resource | Random from uniform distribution 0–50 | Resource | |
Cells | • Metabolic rate | 0.5, 1, 1.5, 2, 2.5, 3 | Energy per time step |
• Energy | 5 | Energy in a cell | |
⇒ Motility rate | 0.001 | Probability | |
• Heading | Random from uniform distribution 0–359 | Degrees | |
• Location | One cell was placed in the middle of each patch | Continuous coordinates |
NOTE: Bold indicates the independent variable, and arrows indicate dependent variables.
Input
We designed our model to be generally applicable to many types of cancer rather than modeling a specific type. of cancer. We, therefore, based our model on 2 general empirical observations about cancer cells: (i) many types of cancer cells exhibit dysregulated metabolism, often characterized by higher rates of resource consumption (8, 18) and (ii) cancer cell survival and proliferation are often constrained by resource limitation, as shown by the common occurrence of necrosis in areas of tumors that have a limited supply of oxygen (10, 11).
Submodels
See Appendix.
Results
Experiment 1: parametric variation of metabolic rate
Experiment description.
In experiment 1, the relative metabolic rate is varied systematically between runs, and the evolution of motility rate is explored. Relative metabolic rate refers to the metabolic rate of the cell relative to the resource delivery in the microenvironment (and also the metabolic rate of normal cells in experiment 2). Motility rate is initially set to 0.001 (m_rate) and then allowed to mutate. Motility rate and number of cells are reported from 10 runs for each of 6 cell metabolic rates (with cells consuming 0.5, 1, 1.5, 2, 2.5, or 3 units of resource per time step and each location received 1 unit of resource per time step).
Results.
Figure 2A reports the average number of cells. As metabolic rate increases, the number of surviving cells decreases in a logistical fashion (R2 = 0.9589). When relative metabolic rate is 2.5 or 3, a large number of runs (8 and 7, respectively) result in all cells becoming extinct. These runs ending in extinction of all cells were excluded from the analysis of the evolution of motility rate in Fig. 2B. There was a positive linear relationship between motility rate and metabolic rate (Fig. 2B, linear regression R2 = 0.9836, P < 0.001). Changes in resource availability and cell density over time can be seen in Fig.3.
Experiment 2: competition between normal and neoplastic cells
Experiment description.
In experiment 2, we modeled cells with normal and neoplastic metabolic rates. In these runs, normal cells always had a metabolic/consumption rate of 1 unit of energy per time period. We varied the metabolic rate used by neoplastic cells, with 10 runs with the same values as in experiment 1 (0.5, 1, 1.5, 2, 2.5, or 3 units per time periods). Cells could mutate from being normal to neoplastic (and vice versa), at a rate of 0.01 per cell division (with only 1 daughter cell mutating). Neoplastic cells have a fixed metabolic rate within runs, reported here as the “relative neoplastic metabolic rate.” This number describes the relative rate of metabolism of neoplastic cells compared with normal cells (and also compared with the sustainable rate of resource metabolism for a single sedentary cell on a microenvironment). We measured the resultant motility rate and number of cells for both neoplastic and normal cells.
Results.
Selection and invasion.
First, we explored the viability of normal and neoplastic cells when the metabolic rate for neoplastic cells was varied and selection could act on cell motility. Somewhat surprisingly, neoplastic cells (with higher metabolic rates than their normal counterparts) did not take over the population of cells. In fact, the proportion of neoplastic cells was highest in the control condition where the neoplastic metabolic rate was 1, representing no difference from normal cells [F(5, 54) = 15, P < 0.0001; see Fig. 4A]. This indicates that, on average, selection disfavored neoplastic cells with higher metabolic rates. However, a subset of cells with high metabolic rates persists in the population: those that had evolved high rates of motility (see discussion).
Effects on motility.
Cells with higher metabolic rates consistently evolved to have higher motility rates. In all the simulations in which neoplastic metabolic rate was higher than that of normal cells, the motility rate of neoplastic cells evolved to be consistently higher (1 tailed t test, t(9) = 4.55, P < 0.001) at each of the metabolic rates. Furthermore, neoplastic cells with lower metabolic rates (0.5) than normal cells evolved lower motility rates, (1-tailed t test, t(9) = 22.25, P < 0.0001), and, as predicted, there was no difference when neoplastic cells had a metabolic rate equivalent to normals (2-tailed t test, t(9) = 0.68, P = 0.51). Figure 4B shows the mean motility rates of neoplastic and normal cells after equilibration of the model for 10 runs each. Figure 5 shows the changes in resource availability and cell density over time in the model.
Experiment 3: motility cost
Experiment description.
To determine whether the addition of a motility cost substantially affects the results, we varied the cost of cell motility (0, 0.01, 0.02, 0.03, 0.04, 0.05). These runs were identical to experiment 2 (with the metabolic rate of neoplastic cells kept constant at 1.5).
Results.
Selection and invasion.
At low motility cost, normal cells made up a larger proportion of the population than neoplastic cells. However, as motility cost increased (to 0.05), the advantage of normal cells disappeared and neoplastic cells made up approximately half the population (Fig. 6A). This indicates normal cells become less fit relative to neoplastic cells as the cost of cell motility increases (all else being equal).
Effects on motility.
When motility cost was higher, the motility rate that evolved was lower than was the case with no motility cost. However, the motility rate of neoplastic cells was still consistently higher than the motility rate of normal cells (Fig. 6B).
Discussion
We tested and found support for the hypothesis that high metabolism characteristic of neoplastic somatic cells leads to selection for cell motility. This suggests that the somatic evolution of high metabolic rates and high motility rates might be causally linked, with important implications for prevention of invasion and metastasis. These results are also consistent with other theory from evolutionary ecology including the work on public goods (13) and dispersal ecology (15, 16), as well as models of the evolution of multicellularity (23).
Analysis of results and model limitations
Our model represents somatic evolution within a spatially encapsulated and resource-constrained environment, similar to the conditions in premalignant neoplasm. Interestingly, high metabolism neoplastic cells do not have an overall advantage compared with normal cells in these conditions. Rather, a minority of motile neoplastic cells persist within a population primarily made up of cells with low metabolic rates and low motility. This may be a reasonable model for changes in population composition that may occur as a result of dysregulated metabolism in an encapsulated premalignant lesion. Our findings suggest that cells with dysregulated metabolism will evolve to become more motile and invasive, though they may not be able to take over within an encapsulated and resource-restricted region.
However, these neoplastic cells do transiently outcompete normal cells in this model. However, they degrade their microenvironment and therefore are able to survive only if they are able to move to a new environment that can sustain their high metabolic needs (Fig. 2B). Therefore, the neoplastic cells that do survive have significantly higher rates of motility than normal cells. We also found that normal cells became less fit relative to neoplastic cells as motility cost increased. This is most likely because the costs of motility were more easily born by neoplastic cells (because they had a rate of resource uptake that was 1.5 times that of normal cells). Nevertheless, the evolved motility rate of neoplastic cells was consistently higher than that of normal cells, even when the cost of mobility was high.
Although we did not explicitly model the ability of cells to escape from a spatially encapsulated and resource-restricted region (as our model was an encapsulated torroid with 51 × 51 microenvironments with fixed resource delivery), the evolution of traits that enable cells to escape from resource restriction would give an advantage to cells that have previously evolved high motility rates. Furthermore, neoplastic cells with increased metabolic needs would be under strong selective pressure to evolve invasion into new microenvironments and angiogenesis so as to increase the supply of nutrients. In these ways, progression to invasion and metastasis could be facilitated by prior selection for motility in the premalignant neoplasm.
There are additional traits that would be likely to give neoplastic cells a competitive advantage over normal cells that we have not included in the model, such as insensitivity to antigrowth signals, suppression of apoptosis, and the other hallmarks of cancer (24). We hope to explore the relationship between motility evolution and these traits in future work. However, as these phenotypes were not necessary to test our hypothesis, they were left out of the model. This allowed us to avoid unnecessary complexity and isolate the relationship between metabolic rate and selection for motility in this model.
Resource limitation and cancer
In general, researchers have recognized the key role of the tumor's local resource environment in influencing cancer progression (9, 25, 26) but have less often considered the implications of neoplastic cells' modification and often degradation of their own local resource environments. On the basis of mathematical and computational models of cancer cells, Anderson and colleagues (25) concluded that harsh local environments lead to the somatic evolution of invasive cells, but did not address the origin of harsh local environments. Similarly, Basanta colleagues (27) conclude that resource-rich environments disfavor cell motility. In contrast, our model explicitly implements different metabolic phenotypes and explores the subsequent effects on motility evolution. Our general approach is similar to that taken by Pfeiffer and Bonhoeffer (23), who modeled the evolution of cell clustering in the transition to multicellularity. They found that cells using more efficient aerobic metabolism are selected to cluster, whereas cells using less efficient fermentative metabolism are selected to disperse. They conclude that more efficient metabolism (as well as cooperation in the use of external energy) may have played a role in the first stages of the evolution of multicellularity. We suggest that the shift to more rapacious metabolism may play a role in the reversion back to a more “unicellular” cell state—that of cancer. Indeed, it has been suggested that a shift to shorter metabolic pathways which improve short-term competition may be a consequence of the shift in levels of selection (from organism to cell) that occurs in cancer initiation (28). This model shows that a shift to more rapacious metabolism could facilitate selection on the fundamental phenotype of cancer: the cell motility underlying invasion and metastasis.
It has been suggested that the altered tumor microenvironment exerts selection pressures on the metabolic characteristics of neoplastic cells (8). However, the dysregulated metabolism of cancer cells also affects their microenvironment, leading to greater scarcity of limiting resources. Ecological dispersal theory predicts that such resource scarcity and subsequent habitat instability will lead to the evolution of dispersal (16, 29). At the cellular level, tissue invasion and metastasis require cell motility and migration (6), the cellular version of dispersal. Because of the centrality of these processes in neoplastic progression, it is important to understand the process by which previously sedentary neoplastic cells acquire the cancer phenotype of cell motility.
Much of the research and discourse on the role of cell metabolism in neoplastic progression centers on the Warburg effect (30), the increased glucose metabolism characteristic of cancer cells. Normal cells metabolize oxygen (via oxidative phosphorylation), whereas cancerous cells can switch from aerobic to anaerobic (fermentative) metabolism. Fermentative metabolism is characterized by a dramatic increase in glucose consumption, with cells relying solely on glycolysis of glucose to pyruvate for production of ATP (8, 30). This change in cell metabolism increases the rate of ATP production, reduces oxygen dependence, and creates a more acidic environment (7, 31, 32).
Though increased glucose metabolism is currently the best studied example of dysregulated metabolism in cancer cells, the nutrient conditions of the tumor microenvironment have not yet been examined carefully (8), and it is not known which other resources limit cell growth and proliferation. It is clear, however, that cancer cells differ from normal cells with regard to elemental and biochemical composition (19) making it probable that cancer cells rely on a variety of fuel sources to maintain ATP levels (8). The limiting resources may even differ importantly across organs. Recent work applying biological stoichiometry to cancer suggests that phosphorus is a limiting resource in high turnover epithelial cells of the colon and lung, but not in the liver and kidney (19).
Furthermore, mitogens such as hormones and growth factors limit cell proliferation, and cells may escape from this limitation through autocrine production of the mitogen or the upregulation of receptors (33, 34). Growth limitation due to hormone availability is particularly important in reproductive cancers such as breast cancer, where estrogen and progesterone availability and sensitivity are key factors in neoplastic progression (35) and cancer treatment (36, 37).
The connection between metabolism and cancer is a growing area of interest, and recent work suggests that there may be important links between cell-level and organism-level metabolism (38). The relationship between cellular level metabolism and cancer is likely to involve dynamics beyond just the increased consumption of resources that we have focused on here. Increased cell metabolism produces more reactive oxygen species (39–41), potentially leading to an increase in genetic lesions (i.e., a higher rate of somatic mutations). Altered metabolism can also produce lactic acid, which may facilitate invasion and metastasis (7) and reduce the fitness of competing normal cells.
Applications and predictions
Not only can models such as these facilitate thinking about the large-scale processes underlying cancer progression, but they can also make empirical predictions and stimulate research in new directions. For example, the results of this model suggest that motility rates are likely to be highest in cells that have high metabolic rates, a prediction that can be tested in vitro. If one were to separate cancer cells based on their migration rates, rapidly migrating cells should be found to have the highest metabolic rates.
In addition to extending existing theory and generating testable hypotheses, this work can be applied to developing strategies for treating and preventing cancer. Most existing therapies focus on killing cancer cells, but the somatic evolutionary perspective has challenged that approach (5, 42, 43) noting that simply killing cancer cells can generate drug-resistant relapse. It has also been proposed that better cancer cure rates may result from alternative interventions that are less prone to acquired resistance though somatic evolution (5, 42, 43).
The basic findings of this model suggest potential links to diabetes-related cancer risk. It is possible that some portion of the increased cancer risk and cancer mortality associated with diabetes (44) is due to the changes in glucose metabolism among cells (45), which may lead to increased somatic selection for cell motility, invasion and metastasis.
Another potential target for prevention and treatment would be drugs that alter the tumor environment in ways that decrease selection for motile cells in favor of less invasive cell lineages, as suggested by Maley and colleagues (46). It may be possible to reduce selection for motility by actually increasing the availability of limiting resources within the local environment of the neoplasm. There is some evidence that this counterintuitive approach of “feeding” the tumor may reduce cell motility: recent experiments showed that improved tumor perfusion and oxygenation inhibit tumor cell invasion and metastasis (47).
The effective development of interventions to target motility will rely on both theoretical advances in understanding cancer malignancy and a thorough understanding of the underlying genotypes and physiologic mechanisms, including the biophysical, genetic, and epigenetic basis of cell motility (see ref. 6 for a review). This article represents a step toward a more comprehensive theory of cancer based on somatic evolution, extending the scope of the theory to explain the evolution of cellular motility. It was formerly unclear how somatic selection leads to invasion and metastasis, and in particular, what the driving selective pressures are (48). Our results suggest that there is selection for cell migration in premalignant neoplasms which may preadapt cells for subsequent invasion and metastasis.
Appendix
Model schedule
Here, we provide additional details about the subprocesses and schedule underlying the model. The pseudocode schedule provided earlier in the model description is expanded upon to provide more detailed information about the subroutines within each of the main processes.
For each CELL in random order,
Move according to movement rate;
Move forward 1 microenvironment width in the direction of heading,
Set heading randomly (0–359 degrees).
Consume resources according to metabolic rate;
Cells augment their energy level by metabolic rate,
Resource of level of microenvironment declines by metabolic rate.
Reproduce and mutate motility rate of 1 daughter cell if energy is above reproduction threshold;
Cells split their energy between 2 daughter cells upon reproduction,
Motility rate mutates in 1 daughter cell every time a cell reproduces,
The size of the mutation is a random number drawn from a distribution with a mean 0 and a SD of 0.01, and
Daughter cells are placed in the same microenvironment as parent.
Die if microenvironment resources or internal reserves are below death threshold;
If a cell is occupying a microenvironment with resources below the death threshold it dies,
If the internal stores of a cell are below 0, the cell dies.
For each microenvironment, renew resource according to rate of renewal.
For each microenvironment, diffuse resource according to diffusion rate,
A proportion (0.01) of total resource diffuses to each of 8 neighboring microenvironments.
Design concepts
Adaptation.
In experiment 1, cells have only 1 adaptive trait: their motility rate. However, this motility rate changes over evolutionary time through mutation and differential survival, not over the course of a single cell's lifetime. In experiment 2, cells have the additional adaptive trait of either being normal (i.e., having a low metabolic rate) or neoplastic (with an altered metabolic rate).
Fitness.
Fitness is modeled implicitly through differential survival and reproduction of cells.
Prediction.
Cells do not have the ability to predict resource levels in neighboring microenvironments or move toward regions with more resources.
Sensing.
Cells do not sense any features of the environment or other cells.
Interaction.
Cells interact with other cells indirectly through resource consumption (generating resource competition). Microenvironments interact through diffusion of resources.
Stochasticity.
This model includes stochastic movement of cells. Also, mutation is modeled as a stochastic process.
Observation.
Ten repetitions were run for each metabolic rate. Every simulation was run for 200,000 time steps, with a 100,000 time step warm-up period followed by a 100,000 time step data collection period. Average motility rate and the average number of agents of each type were calculated by tracking the running average of each over the data collection period and reporting the final values at the end of each run.
Disclosure of Potential Conflicts of Interest
No potential conflicts of interest were disclosed.
Acknowledgments
The authors thank Matthew Herron and several anonymous reviewers for helpful comments on earlier drafts of this article.
Grant Support
This project was supported by NIH grants F32 CA144331, R01 CA140657, R03 CA137811, P01 CA91955, and R01 CA119224 as well as the Landon AACR Innovator Award for Cancer Prevention and Research Scholar grant #117209-RSG-09-163-01-CNE from the American Cancer Society.
The costs of publication of this article were defrayed in part by the payment of page charges. This article must therefore be hereby marked advertisement in accordance with 18 U.S.C. Section 1734 solely to indicate this fact.