Abstract
Spatial agent‐based models are frequently used to investigate the evolution of solid tumours subject to localized cell–cell interactions and microenvironmental heterogeneity. As spatial genomic, transcriptomic and proteomic technologies gain traction, spatial computational models are predicted to become ever more necessary for making sense of complex clinical and experimental data sets, for predicting clinical outcomes, and for optimizing treatment strategies. Here we present a non‐technical step by step guide to developing such a model from first principles. Stressing the importance of tailoring the model structure to that of the biological system, we describe methods of increasing complexity, from the basic Eden growth model up to off‐lattice simulations with diffusible factors. We examine choices that unavoidably arise in model design, such as implementation, parameterization, visualization and reproducibility. Each topic is illustrated with examples drawn from recent research studies and state of the art modelling platforms. We emphasize the benefits of simpler models that aim to match the complexity of the phenomena of interest, rather than that of the entire biological system. Our guide is aimed at both aspiring modellers and other biologists and oncologists who wish to understand the assumptions and limitations of the models on which major cancer studies now so often depend.
Keywords: cancer, computational modelling, evolution, evolutionary medicine, population genetics
1. INTRODUCTION
Cancer initiation, progression and treatment responses are Darwinian evolutionary processes (Casás‐Selves & DeGregori, 2011; Merlo et al., 2006) that can be investigated using a wide range of mathematical and computational methods. Examples include evolutionary game theory (Basanta et al., 2011; Yang et al., 2016), branching processes (Danesh et al., 2012; Durrett et al., 2010), and Moran processes (Durrett et al., 2016; West et al., 2016). Yet while many tools have yielded important insights into cancer evolution, the study of spatial aspects—especially important in carcinomas, constituting the majority of humans cancers—often necessitates a spatially explicit approach, such as a spatial agent‐based model.
An agent‐based (or individual‐based) model is a computational model of a system made up of autonomous, interacting “agents”. Spatial agent‐based models (SABMs) have long been used to study the evolution of spatially structured communities because they can reveal how the processes of selection, drift, and gene flow depend on localized interactions among agents (typically individual organisms) or between agents and their spatially varying environment. As new technologies generate better spatial tumour data, SABMs are proving ever more useful in oncology. Typical applications include understanding tumour development, inferring the effects of driver mutations, and predicting treatment outcomes. For example in recent studies, Aif et al. (2022) used an SABM to investigate the evolutionary rescue of drug‐resistant tumour subclones; Saha et al. (2023) used an SABM to investigate adaptive cancer therapy; and Bull and Byrne (2023) used an SABM to simulate interactions between macrophages and tumour cells.
To support this burgeoning research field, here we present a seven‐step guide to designing and implementing spatial agent‐based models in which the agents are locally interacting tumour cells or cell subpopulations. Starting from the simplest cellular automata, we discuss options for adding greater complexity and biological realism, such as multi‐level spatial structure and environmental heterogeneity. Based on our extensive experience of developing and using SABMs (Bacevic et al., 2017; Bak et al., 2023; Noble et al., 2020, 2022), we cover practical issues such as event scheduling, visualization, and how to use SABMs to infer parameter values from experimental or clinical data. Each topic is illustrated with examples from our own demon‐warlock modelling framework (Bak et al., 2023; Noble et al., 2022), other state of the art modelling platforms, and studies that have used SABMs in cancer research. Whereas our focus is on tumour evolution, much of our advice applies equally to similar modelling methods used to study bacterial colonies, invasive species and organismal development. The guide is designed to be accessible for biologists and clinicians without specialist mathematical knowledge.
2. SPATIAL STRUCTURE
Spatial structure determines the evolutionary balance between selection and drift, the nature of gene flow between subpopulations, and the strength of ecological interactions. When a model fails to accurately represent the spatial structure of a biological system, the model's predictions and inferences for that system may be highly unreliable (Noble et al., 2022; Strobl et al., 2022). It follows that the parameters of spatial structure—such as the size of locally interacting cell communities and the manner of cell dispersal—should be accorded the same importance as evolutionary parameters in model design. Notwithstanding the trade‐off between model simplicity and realism, spatial structure parameters should, as far as possible, be derived or inferred from empirical data.
2.1. Stochastic cellular automata
Many of the simplest spatial agent‐based models are cellular automata. A cellular automaton is a model that plays out on a grid of sites in one or more dimensions. Each site is associated with one of a set of at least two possible states. Each site also belongs to a subset of sites called a neighbourhood, of which some examples are shown in Figure 1. For example, the von Neumann neighbourhood in two dimensions contains the nearest sites in the cardinal directions (up, down, left and right). A cellular automaton sequentially updates itself according to a set of rules. The update rules for a given site depend on its own current state and the states of the sites in its neighbourhood.
FIGURE 1.

Some common neighbourhoods that govern the update rules for cellular automata and other agent‐based models in two dimensions (a) and three dimensions (b). A focal agent (cell) is shown in blue and its neighbourhood sites in grey.
Whereas the update rules of many cellular automata are deterministic (Schiff, 2011), probabilistic rules are more appropriate for modelling stochastic processes such as biological evolution. A stochastic cellular automaton is equivalent to a collection of locally interacting Markov chains, which means that each event is chosen according to probabilities that depend only on the current model state, not any of its previous states.
In biological terms, each state corresponds to a type of cancer cell or some other entity (such an immune cell or part of the extracellular matrix). Generally we will assume that the focal agents in our models are cancer cells and we will use the terms “agent” and “cell” interchangeably where appropriate. A cellular automaton permits a cell's event probabilities (for example, its division, death and dispersal rates) to depend on the number of neighbouring cells. This allows us to account for crowding or Allee effects, such that birth, death or dispersal rates depend on the local or global population size. Event rates can also vary according to the types of the neighbouring cells, for example to simulate cell competition or immune predation.
Models of asynchronous processes, such as cell division in a tumour, typically use asynchronous updating, meaning that only one or a small number of sites are modified per update (Louis & Nardi, 2018). In addition to being more realistic, asynchronous updating is often necessary to prevent conflicts. For instance, if two cells are attempting to divide but only one space is available for the two potential daughter cells then one must take priority.
2.2. The Eden growth model
Among the simplest stochastic cellular automata is the Eden growth model. This model is typically implemented on a two‐ or three‐dimensional regular square grid with only two possible states: unoccupied () and occupied (). With each iteration, the update rule causes a site in the neighbourhood of an site to switch from to . In this way new sites (cells) are added to the surface of a cluster. The Eden growth model on an ‐dimensional grid self‐organizes to resemble an ‐dimensional ball with a non‐trivial surface. The growth curve of the population approaches a polynomial of degree (Eden, 1961).
The three most popular options for the Eden growth model update rule can be labelled alphabetically:
Available site‐focussed: Choose at random an site in the neighbourhood of an site, and switch it from to .
Bond‐focussed: Choose at random an site with a probability proportional to the number of sites in its neighbourhood, and then randomly choose an neighbour and switch it to .
Cell‐focussed: Choose at random an site with at least one site in its neighbourhood, and then randomly choose an neighbour and switch it to .
Although these update rules result in similar large‐scale patterns, they generate cluster surfaces with different microscopic properties. Indentations in the model surface are more likely to be filled, and spikes are less likely to form, under option C than under option B, and under option B than under option A. Hence option C generates the smoothest surface and option A the roughest (Jullien & Botet, 1985).
Variants of the Eden growth model have been used to investigate the evolution of paediatric glioma (Tari et al., 2022), colon cancer (Hamis, Yates, et al., 2021), hepatocellular carcinoma (Lewinsohn et al., 2023; Waclaw et al., 2015), clear cell renal cell carcinoma (Xiao et al., 2022) and non‐small cell lung cancer (Jagiella et al., 2016). Many studies use a variant that includes stochastic cell death. By opening up spaces for cell division, cell deaths increase clonal mixing within the tumour and facilitate selection (Waclaw et al., 2015).
2.3. Other grid‐based stochastic cellular automata
Other stochastic cellular automata can be more appropriate than the Eden growth model for modelling systems in which state changes are not confined to the surface. Spatial branching processes are similar to Eden growth models except that if a dividing cell has no space to divide then it can create space by budging other cells. An intermediate model can be created by stipulating that only nearby cells can be budged, so as to simulate physical constraints on cell division. Chkhaidze et al. (2019) recently used such a model to investigate how spatially constrained tumour growth alters signatures of clonal selection and genetic drift in cancer genomic data. Good practice is to implement budging along an approximately straight line between the dividing cell and the nearest empty site. If budging is instead restricted to the cardinal directions or the cardinal and intercardinal directions then the simulated tumour will self‐organize into an approximate square or octahedron, rather than a more biologically plausible disc or ball.
Another option is to allow dividing cells to replace, rather than displace, their neighbours. In the voter model, the update rule is such that, with a certain probability, a randomly selected site copies the state of a neighbouring site. Biasses can be introduced by setting unequal copying probabilities, corresponding to differences in cell fitness. Simple (linear) voter models satisfy a convenient property called coalescing duality, which means that their typical behaviour can be explained through mathematical analysis (Durrett, 2007). In a pioneering 1972 study, Williams and Bjerknes (1972) used a biased voter model to simulate the spread of skin cancer through the basal epithelial layer.
The cellular Potts model (CPM), also known as the Glazier‐Graner‐Hogeweg model (Graner & Glazier, 1992; Savill & Hogeweg, 1997), more explicitly simulates physical interactions among cells and between cells and their microenvironment. The model takes place on a lattice and each cell is represented by multiple lattice sites (as opposed to only one lattice site, as in previously discussed models), corresponding to the cell's volume (Figure 2a). Cells are deformable and can adhere to one another or to surrounding empty sites (which might represent extracellular matrix or growth medium). Hamiltonian mechanics describe the overall energy of the system depending on adhesion forces and resistance to changes in cell volume. A random lattice site is chosen at each time step and its state is copied to a random neighbouring site. If the new configuration has lower energy than the previous configuration then the change is always accepted; otherwise, the probability of accepting the change depends on the Boltzmann temperature. The CPM has been used in numerous cancer studies, such as for simulating tumour growth, invasion and evolution (Szabó & Merks, 2013), or for investigating how cell compressibility, motility and contact inhibition shape tumour cell clusters (Li & Lowengrub, 2014). The CompuCell3D modelling environment compucell provides an efficient, flexible CPM implementation.
FIGURE 2.

(a) An illustration of the CPM. Here, two cells, shaded in green and yellow, each occupy multiple sites on a grid. In the leftmost panel, we see the model's initial configuration; in the middle panel, the state of site is copied onto site , and the green cell grows; in the rightmost panel, the state of site is copied onto site , which is initially occupied by the yellow cell, thus deforming the yellow cell and budging it into site . (b) An illustration of the LGCA. Grid sites shaded in green represent those which may influence the focal cell node, shaded in red. The leftmost panel represents the initial configuration; the middle panel shows a cell dividing into free space on its grid site, with the new cell shaded in orange; the rightmost panel demonstrates how cells might move within a grid site or between grid sites: the red cell has changed direction, and the orange cell has moved from one site to another.
The biological lattice gas cellular automaton (Deutsch & Dormann, 2005) excels instead at modelling cellular movement, and especially collective migration, in a simple, computationally efficient and physically correct fashion. The model must play out on a square or hexagonal lattice in 2 dimensions, or a cubic, dodecahedral or icosahedral lattice in 3 dimensions. States incorporate cell velocities. For instance, consider a 2‐dimensional square lattice in which each site contains 5 nodes: one for each directional velocity and a resting node at the centre (Figure 2b). A cell occupying any one of these nodes can divide into other nodes on the same site. A cell can also reorient itself by moving between nodes on the same site and can move between sites according to its velocity, provided there is space to do so. This model has been used, for example, to give insights into breast cancer invasion plasticity (Deutsch et al., 2021).
2.4. Multi‐level spatial structures
An important limitation of all the aforementioned cellular automata is that their uniform spatial structures are inconsistent with the biology of many tumour types. Various common cancers have glandular structures and grow via individual cells or small cell clusters invading neighbouring tissue (Lugli et al., 2021; Pandya et al., 2017). Colorectal adenomas are also glandular but grow through gland fission (Preston et al., 2003).
Inspired by classical population genetics models (Moran, 1958), a simple, conventional way to account for multi‐level spatial structure in tumours is to assign cells to local subpopulations, called demes, located on a regular grid. Thus each grid site is allowed to contain not only one but dozens, hundreds, or thousands of cells. The subpopulation size per deme is prevented from exceeding a certain threshold—known as the deme's carrying capacity—by decreasing cell division rates or increasing death rates as the subpopulation size grows.
Deme‐based models allow for more complicated modes of cell dispersal. As in the voter model, cells can be assigned some probability of invading neighbouring demes, either individually or in clusters. The dispersal probability can also be made to depend on the population of the deme being invaded, so that cells disperse more easily in less densely populated regions near the tumour periphery. Alternatively, each occupied deme can be assigned a probability of undergoing fission, resulting in some of its cells being moved to an unoccupied neighbouring deme. Depending on the degree of budging allowed, the deme‐level dynamics of the fission model can resemble an Eden growth model (no budging of demes) or a spatial branching process (unlimited budging). Deme‐based models additionally allow for the explicit simulation of tissue invasion, such that a tumour can grow only via its cells invading demes that are initially filled with normal cells (Noble et al., 2022).
2.5. Aggregating agents
If the within‐deme subpopulations can be assumed to be well‐mixed then cells that belong to the same deme and have the same phenotype and genotype can be modelled collectively, rather than as individual agents. This model design not only improves computational efficiency but can also facilitate mathematical analysis. For example, when cells disperse by invading neighbouring demes, the model can be designed so that the dynamics are approximately equivalent to the well understood spatial Moran process (Noble et al., 2022). Cells can be randomly selected within a deme by sampling from a hypergeometric distribution.
Even greater efficiency can be realized by not modelling inter‐deme dynamics at all, and simply making the demes themselves the model agents (Siegmund et al., 2009; Sottoriva et al., 2015). Although such coarse‐graining enables the simulation of much larger tumours, it comes at the cost of reduced precision. Care should be taken in translating between mutation rates per cell and effective mutation rates per deme.
2.6. Off‐lattice models
Instead of confining agents to a regular grid, we might instead locate them in continuous space. This structure is potentially more realistic but also entails more parameters, more decisions to be made, and typically higher computational costs (Beerenwinkel et al., 2015). To prevent multiple cells occupying the same space and to maintain tumour integrity, we now must model the movement of cells in response to physical forces such as cellular adhesion and repulsion (Franz et al., 2014). We may also choose to model directed movement under the influence of diffusible factors (hapotaxis).
There are several practical ways to prevent cells overlapping in an off‐lattice model, depending on how the agents are implemented. Suppose we have spherical cells, each with fixed radius . We can then specify that when, as a result of cell division or movement, the distance between two cells' centres is less than , both cells will simply be pushed in opposite directions. Alternatively, to account for cell deformation, we might implement repulsion only when the distance between cell centres falls below some threshold value smaller than (Macklin et al., 2012). Some modelling platforms achieve greater realism and tractability by implementing adhesion and repulsion forces using functions rooted in physics, which are beyond the scope of this guide (see documentation cited in the Appendix S1).
3. MUTATION
Having chosen an appropriate spatial structure, we next will decide which cell phenotypes and genotypes to include in our state space, and how to model mutations between these states. As ever, the goal is to balance model simplicity, realism and computational demands.
3.1. Defining phenotypes
A good part of the difficulty in designing a useful model stems from the fact that much of the experimental data gathered by cancer biologists focusses on genetic mutations while the rules that govern the behaviour of the agents in an SABM assume an understanding of the key cancer phenotypes. The most basic actions a tumour cell might perform at any given time step are apoptosis/death, proliferation and motility. These are often considered as simple probabilistic events and often modelled in a exclusionary manner, so that if a cell is moving then it is neither proliferating nor dying. The required probabilities can either be taken directly from experimental data (which is often hard to measure in vivo and unrealistic in vitro) or calibrated with in vivo pre‐clinical models.
Using hard‐coded rules to model the phenotype of a tumour cell, while relatively simple, does not capture the flexibility shown by biological cells in the mapping between genotype and phenotype. Gerlee and Anderson (2009) have instead proposed capturing some of the complexity of this mapping by embedding neural networks inside each agent, so that the phenotype emerges in a non‐linear way as a result of the agent's state and the different microenvironmental inputs to which the agent is receptive.
3.2. Trait evolution versus population (epi)genetic models
Once phenotypes have been defined, the next step is to determine how these phenotypes will change as a result of mutations. One option is to model mutations as phenotypic switches. Many studies consider models with only two possible tumour cell states—mutated and unmutated—which differ in fitness (Sottoriva et al., 2015), degree of drug resistance (Gallaher et al., 2018), or some other trait. Grow‐or‐go models assume that cells can reversibly switch between predominantly migratory and predominantly proliferative phenotypes (Hoek et al., 2008). Other models examine the evolution of continuous traits, such as levels of glycolysis and acid production (Robertson‐Tessi et al., 2015).
If we are more interested in clonal dynamics then we can explicitly track changes to the (epi)genome. These mutations are conventionally assigned to three groups according to how they affect cell fitness: driver mutations (which increase cell fitness), passenger mutations (no effect), and deleterious mutations (negative effect). For simplicity, most studies assume an infinite sites model (Kimura, 1969), such that no two mutations can occur at the same site. Finite sites models must be parameterized based on observed mutation frequencies (Schenck et al., 2022).
3.3. Example: The Eden growth model with mutation
We can convert an Eden model into an evolutionary model by implementing mutation. The grid and neighbourhood are defined as before but now we have multiple cell states and mutation rates between each pair of distinct cell states. A simple option, assuming infinite sites, is to set all mutation rates to be zero except in the case of to for all , so that every cell has exactly mutations. Let us assume that all these mutations are drivers and their effects combine multiplicatively, such that each mutation increases the division rate by a factor of , with . Assume also that mutations occur only at the time of cell division, and the number of new mutations per daughter cell is Poisson distributed. We then arrive at a reasonable toy model of spatial tumour evolution that can be implemented in not much more than 100 lines of code, as we illustrate with an R script (Noble, 2018). Figure 3 shows results of implementing a similar model in the HAL platform (West, 2018).
FIGURE 3.

The result of running an Eden growth model with nearly neutral mutations (top) and beneficial mutations (bottom). Model produced in HAL using some in‐built examples as a skeleton for the code (West, 2018).
3.4. Distributions of fitness effects
Modelling the evolution of a quantitative trait, such as cell division or death rate, leads to further design decisions. As in our toy model, it can be wiser to draw mutation fitness effects from a probability distribution instead of setting them all equal. To see why, consider a model of an expanding tumour that, in the absence of mutation, has radius growth rate , and in which the spread of mutants is not confined to the periphery (for example, a biased voter model). When a new mutant arises within the wildtype population, its long‐term fate, in the absence of further mutation, will be sensitive to its radius growth rate, . If then the mutant will remain forever rare; if then the mutant is bound to take over the entire tumour; if then the mutant will become relatively more abundant over time without ever fully replacing the wildtype. Randomising the fitness effect randomizes and so randomizes mutant fates. Our demon‐warlock framework draws each selection coefficient (relative increase in cell division rate) from an exponential distribution.
Strictly multiplicative fitness is best avoided in all but the smallest‐scale models as it can lead to unrealistically high fitness values. This is especially problematic if mutation is implemented at the point of cell division, which creates a feedback loop in which lineage fitness grows at an ever increasing rate. A simple solution implemented in our demon‐warlock framework is diminishing returns epistasis. When the selection coefficient of a driver mutation is , instead of multiplying the division rate by , we instead multiply by , where is the previous division rate and is an upper bound.
4. EVENT SCHEDULING
The next step is to consider how to implement cell events algorithmically. Event scheduling can be the most important factor in determining computational efficiency, especially in simpler grid‐based models. The optimal choice strikes a balance between efficiency, simplicity and biological realism.
4.1. Gillespie's algorithm
The Gillespie Stochastic Simulation Algorithm (Gillespie, 1976) is an especially simple and popular solution to event scheduling. Event rates are assumed to depend only on the current state of the model and the time between events is exponentially distributed (as in a Poisson process), such that two events cannot occur simultaneously. The steps of the algorithm are as follows:
Initialize the system.
Set event rates (birth rates, death rates, dispersal rates, etc.).
Randomly determine the next event such that .
Implement the chosen event.
Advance the timer by .
Repeat from step 2 until a stop condition is reached.
This algorithm is more efficient than the event timer approach (see below) and is very easy to implement. In statistical terms, the simulated sequence of events corresponds to a trajectory of a set of stochastic differential equations, called the master equations. This means we have a good mathematical understanding of how the algorithm behaves.
Our toy Eden growth model (Noble, 2018) provides an example implementation of Gillespie's algorithm. This model further improves computational efficiency by keeping track of the cells that have space to divide, so that the next dividing cell can be chosen from among this subset (which in dimensions scales with the radius to the power of ) rather than from the entire cell population (which scales with the radius to the power of ). The drawback is that cells without space to divide never undergo mutation, which may be an unjustifiable assumption in a serious research model.
Modifications of Gillespie's algorithm, such as tau leaping (Gillespie, 2001), are even faster but less accurate. Tau leaping allows multiple events to occur simultaneously, which may be problematic in a spatial model if the events affect multiple sites in close proximity (for example, if two cells are chosen to divide into the same empty site). Moreover, tau leaping improves performance only when the system is dominated by a small number of large, homogeneous subpopulations, which is typically not the case in SABMs.
4.2. Gillespie's algorithm with phase‐type distributions
A shortcoming of the Gillespie algorithm is that some events, such as cell division, are not true Poisson processes with exponentially distributed waiting times. In effect, the Gillespie algorithm permits arbitrarily short cell cycles. Some cells may divide several times while, in the same period, others with identical division rates fail to divide at all.
One way to achieve more realistic cell cycle periods without sacrificing very much computational efficiency is to use a phase‐type probability distribution. Whereas an exponential distribution models the time until the next event in a Poisson process, a phase‐type distribution models the time taken for an entire sequence of events, which may occur at different rates.
In practical terms, this entails executing the Gillespie algorithm as above, except that when a cell is selected for division, it doesn't necessarily divide immediately, but instead changes its position in the cell cycle. Given a target probability distribution for cell cycle periods, we can use an algorithm to choose transition rates such that the resulting phase‐type distribution has the same mean, variance and skew as the target (Osogami & Harchol‐Balter, 2006). For example, suppose that all cells begin in division state 0. When a cell is selected (according to a state‐dependent probability), its state is updated from 0 to 1, 1 to 2, or 2 to 3. When a state 3 cell is selected it divides and both progeny are reset to state 0 (Belluccini et al., 2022). The method's greater realism comes at the cost of additional memory demands and longer execution time, compared to the basic Gillespie algorithm.
4.3. Random sampling with binary trees
When we have more than a handful of events to choose from it will be much more efficient to implement event selection using a binary tree. Suppose, for example, that we have four possible events with rates and , where . If we store the rate sums , , and then we can choose an event as follows. First we generate a random number from a uniform distribution between and , and we examine whether . Supposing is greater than , we then test whether it is less than . If so then we choose event 3; otherwise event 4. Effectively, we have traversed a binary tree, beginning at the root node associated with the sum of all event rates, and ending at a terminal node associated with a single event (Figure 4).
FIGURE 4.

An example of using a binary tree to select an event (Event 3) from four options. Selected nodes are shown in blue.
The binary tree method is efficient because both the number of steps needed to choose an event, and the number of nodes that need updating following a change in an event rate, grow only with the logarithm of the number of possible events. For example, we need only 20 steps to choose between one million possible events. As long as the cell population keeps growing, there is little benefit to pruning nodes and it is easy to ensure that the tree remains balanced. The rate sums together take up only as much computer memory as the individual rates. The main costs are in terms of code development time and code complexity. Binary trees require careful implementation and error checking to ensure that existing nodes are updated and, when required, new nodes are added after each model event. Our demon model implements binary trees and periodically recalculates event rate sums to prevent excessive accumulation of rounding errors.
4.4. Cell cycle timers
A less efficient alternative to using phase‐type distributions is to draw inter‐division times directly from a chosen probability distribution. This approach enables more precise tracking and adjustment of individual cell cycles. An algorithm used in recent studies (Gallaher et al., 2018; Robertson‐Tessi et al., 2015) is as follows:
Initially assign every cell a countdown timer set to time drawn from some probability distribution (dependent on the cell's phenotype).
Subtract from every countdown timer, where for all .
- For all cells , in random order:
- Implement cell death and dispersal events for ;
- If is alive, has space to divide, and , then divides;
- Assign each new cell a countdown timer, set to some random time dependent on the new cell's phenotype.
Repeat from step two until a stop condition is reached.
How much this approach reduces computational efficiency will depend on other aspects of the model. It is likely to be much slower than a well implemented Gillespie algorithm when applied to a simple grid‐based model, due to the additional burdens of updating every cell (Step 2) and shuffling all the cells (Step 3) at each small time step. In an off‐lattice model, where cells move much more frequently than they divide, and where a shuffling algorithm may already be required to randomize the order in which cell positions are updated, the cost of updating cell division state at the same time as position may be negligible.
5. MICROENVIRONMENT
Whereas many SABM studies focus on the effects of spatial structure and cell–cell interactions, real tumours evolve in a complex microenvironment that varies over space and time. This tumour microenvironment, comprising both molecular elements, such as cytokines, and other (non‐cancer) cells, constitutes the cancer ecosystem (Anderson & Simon, 2020)—a key element of the selection process driving somatic evolution. Given a good rationale and sufficient parameterization data, we may choose to extend our model by explicitly simulating microenvironmental factors in the form of agents (in the case of immune cells or stromal cells) or diffusible factors (such as oxygen and drugs). Permitting cancer cells to modify their selective environment creates potential for emergent complexity and niche construction (Chaplain & Anderson, 1996; Qi et al., 1993).
5.1. Hybrid cellular automata
Hybrid cellular automata (or HCA) have been used to model interactions between tumour cells and diffusible factors for more than 20 years. As described in a pioneering 2001 paper by Patel et al. (2001), these models consist of two interdependent components: stochastic cell events, and deterministic reaction–diffusion partial differential equations. The latter component dictates how chemicals or other factors work their way through the system as they are consumed and processed by cells. Local concentrations of diffusible factors contribute to the cell update rules.
Typically we assume that diffusible factor concentrations rapidly re‐equilibrate following changes in the configuration of cells. We can then numerically solve the equations to find the equilibrium concentrations either after every cell event or, trading some accuracy for greater efficiency, after a relatively small number of cell events have occurred. Suitable procedures for solving partial differential equations as initial value problems can readily be found in textbooks and software libraries. These range from simple but inefficient algorithms based on the classical Gauss–Seidel method, which require only a few dozen lines of code (Bacevic et al., 2017; Patel et al., 2001; Press, 2007), to the highly sophisticated BioFVM solver (Ghaffarizadeh et al., 2016), which is specifically optimized for hybrid SABMs. Several SABM platforms include their own methods for solving reaction–diffusion equations in two or three dimensions (see Appendix S1).
5.2. Types of diffusible factor
To add biological realism, we might make cell division and death rates in our model depend on the local oxygen and glucose concentrations as these factors diffuse through the tumour from the surrounding medium (in very small tumours and tumour spheroids) or from point sources representing blood vessels (in larger, vascularized tumours). We might also modify dispersal rates so that cells follow oxygen or glucose gradients. Potential adverse factors include acid produced through tumour cell metabolism, and drugs that diffuse from blood vessels. Hybrid cellular automata are especially suitable when the supply of an influential factor is highly variable over space or time, such as in the case of intermittent drug treatment (Bravo et al., 2020).
6. PARAMETERIZATION AND INFERENCE
Although theoretical models can be valuable for generating hypotheses and providing proof of concept, if we want to apply an SABM to studying a particular biological system then we must ensure that its influential parameter values are set appropriately. Parameterization should ideally be based on clinical or experimental data specific to the biological system of interest; otherwise values can be estimated from studies of similar systems or theoretical considerations (for instance, diffusion coefficients approximately correlate with molecular weight). Influential parameters might pertain to the effects of mutations, drugs, oxygen and glucose; rates of chemical supply, diffusion, consumption and decay; cell dispersal modes and rates; baseline cell death rates, crowding effects and the size of interacting cell communities. Since calibrating SABMs is often computationally demanding, high‐performance computation may be required to generate the necessary resources to calibrate them properly.
6.1. Example: Hybrid cellular automaton for simulating a tumour spheroid
Bacevic and Noble et al (Bacevic et al., 2017) parameterized a HCA to mimic tumour spheroid evolution under drug treatment. In spheroids the limiting factor for cell survival and proliferation is oxygen. Other diffusible factors such as glucose were therefore omitted to simplify the model without compromising its usefulness. The oxygen concentration in the medium and oxygen diffusion rates were drawn from previous studies (Casciari et al., 1992a; Grimes, Kelly, et al., 2014; Kim et al., 2007), as were the mathematical relationships between oxygen consumption rate, cell proliferation rate and local oxygen concentration (Casciari et al., 1992b; Grimes, Fletcher, et al., 2014). The different maximum proliferation rates of drug‐sensitive and resistant cells, reflecting a fitness cost of resistance, were determined from new monolayer growth assays. Cells with insufficient oxygen supply were assumed to die.
Since oxygen effects alone fail to account for the extent of quiescence observed in tumour spheroids, Bacevic and Noble et al implemented crowding effects by permitting cell budging only within a specified radius. New monolayer growth assays revealed that the relationships between cell proliferation rate, death rate and drug dose could be well approximated with piecewise linear functions. The drug's impact on proliferation was further assumed to multiply the oxygen effect, consistent with prior observations (Casciari et al., 1992b). Drug consumption was also modelled using Michaelis–Menten kinetics, with a diffusion rate chosen according to the drug's molecular weight and an appropriately low consumption rate. Thus parameterized, the SABM accurately predicted the outcomes of new tumour spheroid experiments (Bacevic et al., 2017).
6.2. Example: Hybrid cellular automaton of the bone ecosystem in cancer
Araujo and Basanta (2016) developed a hybrid cellular automaton for which the goal was to capture the ecosystem of the bone. A crude approximation of this ecosystem includes the bone itself, the myeloid‐derived cells such as osteoclasts that resorb bone, and the cells derived from mesenchymal stem cells, such as osteoblasts, that deposit new bone. Each of these cell types can be modelled as discrete agents regulated by diffusible factors—such as TGF‐, RANK ligand, and other factors embedded in the bone matrix—described by partial differential equations. Parameterization of the model is facilitated by the fact that non‐cancerous cells have more predictable phenotypes, and the model's overall behaviour can be calibrated to ensure it recapitulates bone homeostasis. Araujo et al. (2018) thus studied how bone metastatic prostate cancer cells could infiltrate the bone ecosystem, take advantage of it, and grow. They also investigated what prostate cancer cells in the primary tumour should be of concern to physicians, and why conventional treatments that fail to disrupt tumour‐ecosystem interactions also fail to provide long‐term cancer cures in bone metastatic prostate cancer (Araujo et al., 2014).
6.3. Parameter inference
Unknown parameter values can be inferred by combining an SABM with a statistical method. This is, in fact, often the main objective of an SABM study. Approximate Bayesian computation is a popular approach that, in its simplest form, infers the value of a parameter as follows
From our data, calculate some summary statistic ;
Set ;
Run the model using a candidate parameter value drawn from some prior distribution;
Calculate the summary statistic for the model output;
If the difference between and is less than a predefined tolerance then add to the posterior distribution;
Increment ;
If is less than some threshold then repeat from step 3.
Although simple in principle, approximate Bayesian computation requires careful implementation. The accuracy and precision of inferences depend on the choices of prior distributions, summary statistics and tolerances, as well as the number of iterations. Typically multiple parameter values cannot be precisely derived from prior data or models, in which case each should be assigned a vague (high variance) prior distribution. Tolerance values should be tuned such that neither too many nor too few candidate parameter values are accepted to the posterior distribution. Summary statistics should capture features of the system that provide useful information about the parameters of interest. A useful template is a 2010 study (Sottoriva & Tavaré, 2010) in which Sottoriva and Tavaré inferred aspects of stem cell dynamics in the colonic crypt by combining a cellular Potts model with approximate Bayesian computation, using a summary statistic based on methylation patterns.
An alternative to this approach was recently outlined in (Cess & Finley, 2023), in which the authors describe a novel method utilizing neural networks to reduce both tumour images and SABM simulations to low‐dimensional points. The distance between these points acts as a quantitative measure of how the two differ. This enables direct comparison, and by using parameter fitting algorithms to minimize the distance between the two sets of points, parameters can be estimated directly from the images and the simulations.
6.4. Sensitivity analysis
Whatever the objective, an essential step in any modelling study is to examine, as far as is practical, how the results and conclusions depend on uncertain aspects of the model. A common approach is to run a large number of model variants with different combinations of plausible parameter values. Varying one parameter at a time can provide useful insight into which parameters have the greatest impact on model output, with the shortcoming that non‐linear interactions between parameters are often neglected. A more sophisticated approach is to infer a multivariable “metamodel” function—a model of the model—that approximately describes how the model's parameters determine its outputs.
Since varying many parameters systematically on a continuous scale is infeasible, sampling methods such as Sobol sequencing (Sobol, 1967) or Latin hypercube sampling (McKay et al., 2000) can be used to generate a set of near‐randomly sampled combinations of parameter values. Both methods were used in a recent SABM study of cancer cell response to ATR‐inhibitors (Hamis, Yates, et al., 2021). A recent introductory review explains specifically how to apply these methods to cancer ABMs (Hamis, Stratiev, & Powathil, 2021). It is important to note that thorough sensitivity analysis involves varying not only parameter values but also mathematical relationships, aspects of spatial structure, and any other influential model components.
7. VISUALIZATION
Having built and parameterized a model, we next require useful ways to visualize its output. Typical methods represent spatial information, multidimensional phenotypic information, or evolutionary dynamics. Representing all these aspects in a single image is generally impossible.
7.1. Spatial plots
A spatial plot represents the state of an SABM at a moment in time. Producing a two‐dimensional grid plot of a two‐dimensional on‐lattice model is straightforward—we simply output the state of each site as a matrix of numbers and input this matrix into a bitmap (or raster) plotting function in R, Python, MATLAB, or similar software, using different colours to represent the different states (Figure 3). Our toy Eden growth model (Noble, 2018) provides an example implementation. Diffusible factor concentrations can be shown outside the tumour using a colour gradient and inside the tumour by adjusting brightness (Bacevic et al., 2017). We can apply the same method to off‐lattice models by specifying a grid and assigning each grid square a value that summarizes the states of all points within the square. Given multi‐level spatial structure, we can represent the most abundant state in each deme (Noble et al., 2022).
Illustrating three‐dimensional information is more technically demanding as we need to project the object onto a two‐dimensional plane, determine the visible surface, and add shading (as in Figure 5a). Suitable computational methods include rasterization and ray tracing, which can be performed in R and Python or using dedicated software, such as POV‐Ray. Further details can be found in the PhysiCell documentation (see Appendix S1). A much simpler solution is to plot only two‐dimensional slices.
FIGURE 5.

(a) Plots of a 3D off‐lattice ABM, produced in PhysiCell (Ghaffarizadeh et al., 2018), showing a cross‐section of model states of a hanging‐drop spheroid growth simulation at different time points, using either a deterministic or a stochastic SABM. Cells are coloured according to cell cycle position. Cells in the cell cycle state are green, post‐mitotic cells are magenta, quiescent cells are pale blue, apoptotic cells are red, and necrotic cells are brown. Cell nuclei are shown in dark blue. (b) Muller plot showing phylogenies and phenotype frequencies over time. (c) Fish plot showing phylogenies and phenotype population sizes over time. (d) 2D grid plot corresponding to same simulation as the Muller and fish plots in previous panels, with the same colour scheme, at the final time point. Plots b and c were produced using the R package ggmuller (Robert Noble, 2019). Image a is reproduced from (Ghaffarizadeh et al., 2018) under the terms of a Creative Commons Attribution License and with the approval of Paul Macklin. Plots (b–d) are reproduced from (Noble et al., 2020) under the terms of a Creative Commons Attribution License.
7.2. Visualizing evolutionary dynamics
Muller plots represent subpopulation dynamics and phylogeny, while disregarding spatial information. The horizontal axis represents time and the vertical axis corresponds to subpopulation frequency. Each subpopulation is depicted as a shaded area emerging from its immediate ancestor (Figure 5b). Fish plots are similar but show population size rather than frequency (Figure 5c). Software packages for producing these plots include ggmuller (Robert Noble, 2019) and EvoFreq (Gatenbee et al., 2019).
7.3. Phenotype space plots
In a phenotype space plot, the axes correspond to continuous traits such as cell fitness, metabolic type and degree of drug resistance, and each point represents a cell. We can visualize phenotypic evolution by animating phenotype space plots from a series of time points. Robertson‐Tessi et al. (2015) pioneered the use of these plots in cancer research in their 2015 study of the effects of metabolic heterogeneity on tumour growth.
8. REPRODUCIBILITY
Reproducibility is a cornerstone of the scientific method. A reproducible modelling study not only allows others to easily regenerate its results but also permits further data processing, downstream analysis of generated data, generation of summary statistics, ease of production for visual representations or plots, and even adaptation of the existing model for novel purposes.
8.1. Principles of reproducible research
Gundersen (2021) describes three categories of reproducibility:
Outcome reproducibility: The reproduction experiment's result matches the original. If the same analysis of the result is performed, the same conclusions can be drawn, and the original hypothesis is supported by both experiments.
Analysis reproducibility: The reproduction experiment's result differs from the original, but if the same analysis method is used, the interpretation of the results still matches the original.
Interpretation reproducibility: The reproduction experiment's outcomes and the analysis of said outcomes both differ, but the interpretation matches the original interpretation.
Computational modelling studies should typically aim for the highest standard of outcome reproducibility. If care is taken to construct a well‐packaged computational study in a controlled digital environment, then in principle, given a suitable machine, the study should be easily reproduced exactly. This entails not only comprehensively explaining methods, results, analyses and interpretation, but also sharing the model code and scripts used at every step of pre‐processing and analysis, providing a detailed description of how to execute the code, and sharing any associated data and parameterization and configuration files.
In their outline of best practices to observe throughout a computational research project, Sandve et al. (2013) advocate tracking how every result is produced and reporting intermediate results as well as final outcomes. To make code easier to reproduce, one should catalogue the versions of software used at every point, record the seeds used in any random number generation, and implement version control (Heroux & Willenbring, 2009). Manual data manipulation should be avoided in favour of using automated methods to reformat and process raw data files. The raw data used to produce summary data plots should be easily accessible to facilitate easy plot reproduction and to allow readers to check individual data points. Textual descriptions of methods and results should link to the associated raw data and code so that a reader can easily follow all the steps leading to interpretations. Lastly, modellers are highly encouraged to share each full study, ideally with a dedicated public server. One such research‐oriented database is zenodo (Zenodo, 2023), where scientists may freely upload their research output permanently as a citeable piece of software.
8.2. Workflow managers, package managers and containers
A complex computational model will often require multiple steps to be carried out in sequence. If a high‐performance computing (HPC) cluster is required to run the model efficiently—as is typical for complex models—it is essential to utilize a workflow manager to properly orchestrate the steps (Wratten et al., 2021). Open‐source workflow managers allow researchers to package a model into a reproducible, cross‐platform workflow. Nextflow (Mölder et al., 2021) and Snakemake (Di Tommaso et al., 2017) are among the most popular workflow managers with several published pipelines (Cornwell et al., 2018; Hölzer & Marz, 2021; Kieser et al., 2020; Zhao et al., 2018), strong community support, and extensive documentation, giving users flexibility when designing their own custom pipelines. Snakemake is based on Python, a popular language among computational biologists and bioinformaticians. Nextflow uses the Java‐based language Groovy, which has a Python‐style structure and is relatively easy to for Python users to learn. Both also enable automatic parallelization for HPC clusters, which can be essential for complex SABMs or for running multiple instances of smaller models simultaneously.
Another option is to utilize container technologies, considered by many to be the gold standard in computational research. These are less computationally demanding than running an application on a computer directly or using a virtual machine and so permit faster deployment, patching and scaling. Containers also allow users to deploy the application on multiple operating systems or machines without reformatting and will run the application the same way no matter where they are deployed (Moreau et al., 2023). Docker (Merkel, 2014) is a popular container design platform which permits packaging applications into distribution‐independent containers. Another option, Bioconda (Grüning et al., 2018), enables easy dependency management, and can be deployed inside a container.
8.3. Extendable modelling platforms
For many research projects, the easiest option can be to build on an existing open‐source agent‐based modelling platform (see Appendix S1 for a brief guide). Some of these platforms—such as Chaste (Mirams et al., 2013), CompuCell3D (Swat et al., 2012), HAL (West, 2018) and PhysiCell (Ghaffarizadeh et al., 2018)—excel in simulating off‐lattice cell populations in complex microenvironments. Others, such as demon (Noble, 2019) (which has an automated computational workflow, Warlock (Bak et al., 2023)), J‐SPACE (Angaroni et al., 2022) and SMITH (Streck et al., 2023), focus on efficient modelling of evolutionary dynamics. Several are modular platforms, which facilitate reproducibility by making it easy to create and share extensions of the generic software. Nevertheless, even the most flexible platform is necessarily based on certain fundamental assumptions, structures and algorithms. If we want to create an especially innovative model, requiring several novel components that pre‐existing modelling platforms lack, then we might find it best to start from scratch. In principle, specialist rather than generalist models permit greater optimization in terms of memory demands and execution time.
8.4. FAIR principles in data management
As the volume of publicly available research data has been growing exponentially in recent decades (Statista, 2023), proper digital data management and annotation is recognized as an essential step in computational research—crucial for research reproducibility. Most notably, the FAIR principles have become a cornerstone in modern data management, particularly in the realms of scientific and research data (Wilkinson et al., 2016). FAIR is an acronym that encapsulates a set of guiding principles: Findable, Accessible, Interoperable, and Reusable. To be FAIR, data must first be Findable, meaning that it is easy for both humans and machines to discover, thanks to comprehensive metadata and proper indexing. Data should be Accessible, ensuring that access rights and permissions are clear and well‐defined, thus minimizing barriers to entry. Interoperable data is structured in a way that allows integration with other datasets by adhering to common standards, formats and vocabularies. Lastly, data should be Reusable, with thorough documentation, contextual information and availability in a format that facilitates easy replication and reuse. Altogether, the FAIR principles serve as a framework for enhancing data sharing, management and collaboration, ultimately driving scientific progress and fostering open science initiatives. Major organizations that have embraced FAIR guidelines include the European Open Science Cloud (EOSC, 2018), the European Life‐Science Infrastructure for Biological Information (ELIXIR, 2020), the US National Institutes of Health, and the Global Alliance for Genomics and Health (GA4GH, 2019).
9. DISCUSSION
Having surveyed the numerous choices that arise in any SABM project, we are faced with a problem: how can we choose the most appropriate model? In tumour evolution research, unlike in much of physics and engineering, there is no standard approach. Rather we must tailor a model to each research question by considering which components, events and interactions must be included, how far each aspect can be parameterized with available data, and the limits of our computational resources. It is essential to build on a sound understanding of the biological system and of the questions that matter to biologists and clinicians. Ideally this knowledge should come through close collaboration with empirical researchers throughout the model development process.
A general principle is that model complexity should match the complexity only of the phenomena of interest. We need not employ an off‐lattice hybrid SABM if a simple cellular automaton with only a few basic update rules can demonstrate the same principle. Attempting to represent every component of a biological system is not only computationally impractical but also risks overfitting and hinders explainability. Simpler models have many merits. They are easier to falsify and have fewer sources of potential error. They reduce researcher degrees of freedom and curb the tweaking of parameters to support a pet hypothesis. They are more mathematically tractable and easier to analyse. Perhaps most importantly, a simple model has wider applicability and can be more readily generalized, adapted or extended to answer new questions. More complicated models should be preferred only if the biological system is especially well understood or if simpler models have been tested and shown to be inadequate.
The greater difficulty—all too easily overlooked—is in choosing among a multitude of plausible simple models. An Eden growth model, for example, is arguably no more parsimonious than a spatial branching process or a spatial Moran process, which generate very different evolutionary dynamics. It is debatable whether the greater popularity of Eden growth models can be justified on biological grounds and is not simply due to them being easier to program.
Model design remains a challenge for even the most experienced researchers. One of the nine overarching themes in a recent review of key questions concerning the ecology and evolution of cancer (Dujon et al., 2021) was that we do not yet know which mathematical and computational models are the most useful. In another recent survey of cancer adaptive therapy modelling (West et al., 2023), four of the 11 key open questions were related to identifying appropriate mathematical models. When it comes to SABMs, the main limitations are twofold. First, we typically lack sufficient data to design and parameterize SABMs of large tumours. Second, routinely simulating much more than a few million individual cells (corresponding to no more than half a cubic centimetre of tumour) is computationally impractical. To some extent, these problems have technological solutions. Multi‐region sequencing, spatial multi‐omics, digital pathology and other modern methods are producing ever more detailed spatial tumour data. Accessible computing power continues to grow. But progress will also depend on developing smarter models.
Instead of drawing conclusions from a single SABM, we might do better to consider ensembles of models with diverse structures, algorithms and underlying assumptions. Much as in hurricane forecasting (Hamill et al., 2012), we can be more confident when many models converge on the same prediction. Another important direction is to develop coarse‐grained models that can simulate tumour evolution as accurately as cell‐level SABMs but with much greater computational efficiency. Rather than cell division, death, mutation and dispersal rates, coarse‐grained models depend on macroscopic parameters such as the arrival rate of consequential clones, clonal expansion speeds, and large‐scale microenvironmental heterogeneity. A potential way forward is to combine mathematical analysis of the relevant stochastic processes to determine appropriate approximations (Stein et al., 2024), and machine learning methods to infer the parameter values. SABMs capable of accurately simulating the evolution of entire tumours could have wide‐ranging applications, not least in patient‐specific clinical forecasting.
CONFLICT OF INTEREST STATEMENT
The authors declare that there is no conflict of interest.
Supporting information
Appendix S1
ACKNOWLEDGMENTS
We are grateful to Jill Gallaher, Rafael Bravo and Mark Robertson‐Tessi for helpful conversations about model implementation, and to Martín López‐García and Grant Lythe for alerting us to potential uses of phase‐type distributions.
Colyer, B. , Bak, M. , Basanta, D. , & Noble, R. (2024). A seven‐step guide to spatial, agent‐based modelling of tumour evolution. Evolutionary Applications, 17, e13687. 10.1111/eva.13687
DATA AVAILABILITY STATEMENT
Data sharing is not applicable to this article as no new data were created or analysed in this study.
REFERENCES
- Aif, S. , Appold, N. , Kampman, L. , Hallatschek, O. , & Kayser, J. (2022). Evolutionary rescue of resistant mutants is governed by a balance between radial expansion and selection in compact populations. Nature Communications, 13(1), 7916. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Anderson, N. M. , & Simon, M. C. (2020). The tumor microenvironment. Current Biology, 30(16), R921–R925. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Angaroni, F. , Guidi, A. , Ascolani, G. , d'Onofrio, A. , Antoniotti, M. , & Graudenzi, A. (2022). J‐SPACE: A Julia package for the simulation of spatial models of cancer evolution and of sequencing experiments. BMC Bioinformatics, 23(1), 269. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Araujo, A. , & Basanta, D. (2016). Hybrid discrete‐continuum cellular automaton (HCA) model of prostate to bone metastasis. bioRxiv.
- Araujo, A. , Cook, L. M. , Lynch, C. C. , & Basanta, D. (2014). An integrated computational model of the bone microenvironment in bone‐metastatic prostate cancer. Cancer Research, 74(9), 2391–2401. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Araujo, A. , Cook, L. M. , Lynch, C. C. , & Basanta, D. (2018). Size matters: Metastatic cluster size and stromal recruitment in the establishment of successful prostate cancer to bone metastases. Bulletin of Mathematical Biology, 80, 1046–1058. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Bacevic, K. , Noble, R. , Soffar, A. , Ammar, O. W. , Boszonyik, B. , Prieto, S. , Vincent, C. , Hochberg, M. E. , Krasinska, L. , & Fisher, D. (2017). Spatial competition constrains resistance to targeted cancer therapy. Nature Communications, 8(1), 1995. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Bak, M. , Colyer, B. , Manojlović, V. , & Noble, R. (2023). Warlock: An automated computational workflow for simulating spatially structured tumour evolution. arXiv.
- Basanta, D. , Scott, J. G. , Rockne, R. , Swanson, K. R. , & Anderson, A. R. A. (2011). The role of IDH1 mutated tumour cells in secondary glioblastomas: An evolutionary game theoretical view. Physical Biology, 8(1), 015016. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Beerenwinkel, N. , Schwarz, R. F. , Gerstung, M. , & Markowetz, F. (2015). Cancer evolution: Mathematical models and computational inference. Systematic Biology, 64(1), e1–e25. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Belluccini, G. , López‐García, M. , Lythe, G. , & Molina‐París, C. (2022). Counting generations in birth and death processes with competing erlang and exponential waiting times. Scientific Reports, 12(1), 11289. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Bravo, R. R. , Baratchart, E. , West, J. , Schenck, R. O. , Miller, A. K. , Gallaher, J. , Gatenbee, C. D. , Basanta, D. , Robertson‐Tessi, M. , & Anderson, A. R. A. (2020). Hybrid Automata Library: A flexible platform for hybrid modeling with real‐time visualization. PLoS Computational Biology, 16(3), e1007635. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Bull, J. A. , & Byrne, H. M. (2023). Quantification of spatial and phenotypic heterogeneity in an agent‐based model of tumour‐macrophage interactions. PLoS Computational Biology, 19(3), e1010994. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Casás‐Selves, M. , & DeGregori, J. (2011). How cancer shapes evolution and how evolution shapes cancer. Evolution: Education and Outreach, 4, 624–634. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Casciari, J. J. , Sotirchos, S. V. , & Sutherland, R. M. (1992a). Mathematical modelling of microenvironment and growth in EMT6/Ro multicellular tumour spheroids. Cell Proliferation, 25(1), 1–22. [DOI] [PubMed] [Google Scholar]
- Casciari, J. J. , Sotirchos, S. V. , & Sutherland, R. M. (1992b). Variations in tumor cell growth rates and metabolism with oxygen concentration, glucose concentration, and extracellular pH. Journal of Cellular Physiology, 151(2), 386–394. [DOI] [PubMed] [Google Scholar]
- Cess, C. G. , & Finley, S. D. (2023). Calibrating agent‐based models to tumor images using representation learning. PLoS Computational Biology, 19(4), e1011070. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Chaplain, M. A. , & Anderson, A. R. (1996). Mathematical modelling, simulation and prediction of tumour‐induced angiogenesis. Invasion & Metastasis, 16(4–5), 222–234. [PubMed] [Google Scholar]
- Chkhaidze, K. , Heide, T. , Werner, B. , Williams, M. J. , Huang, W. , Caravagna, G. , Graham, T. A. , & Sottoriva, A. (2019). Spatially constrained tumour growth affects the patterns of clonal selection and neutral drift in cancer genomic data. PLoS Computational Biology, 15(7), e1007243. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Cornwell, M. I. , Vangala, M. , Taing, L. , Herbert, Z. , Köster, J. , Li, B. , Sun, H. , Li, T. , Zhang, J. , Qiu, X. , Pun, M. , Jeselsohn, R. , Brown, M. , Liu, X. S. , & Long, H. W. (2018). VIPER: Visualization pipeline for RNA‐seq, a Snakemake workflow for efficient and complete RNA‐seq analysis. BMC Bioinformatics, 19, 1–14. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Danesh, K. , Durrett, R. , Havrilesky, L. J. , & Myers, E. (2012). A branching process model of ovarian cancer. Journal of Theoretical Biology, 314, 10–15. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Deutsch, A. , & Dormann, S. (2005). Mathematical modeling of biological pattern formation. Springer. [Google Scholar]
- Deutsch, A. , Nava‐Sedeño, J. M. , Syga, S. , & Hatzikirou, H. (2021). BIO‐LGCA: A cellular automaton modelling class for analysing collective cell migration. PLoS Computational Biology, 17(6), e1009066. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Di Tommaso, P. , Chatzou, M. , Floden, E. W. , Barja, P. P. , Palumbo, E. , & Notredame, C. (2017). Nextflow enables reproducible computational workflows. Nature Biotechnology, 35(4), 316–319. [DOI] [PubMed] [Google Scholar]
- Dujon, A. M. , Aktipis, A. , Alix‐Panabières, C. , Amend, S. R. , Boddy, A. M. , Brown, J. S. , Capp, J.‐P. , DeGregori, J. , Ewald, P. , Gatenby, R. , Gerlinger, M. , Giraudeau, M. , Hamede, R. K. , Hansen, E. , Kareva, I. , Maley, C. C. , Marusyk, A. , McGranahan, N. , Metzger, M. J. , … Ujvari, B. (2021). Identifying key questions in the ecology and evolution of cancer. Evolutionary Applications, 14(4), 877–892. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Durrett, R. (2007). Random graph dynamics. Cambridge University Press. [Google Scholar]
- Durrett, R. , Foo, J. , & Leder, K. (2016). Spatial Moran models, II: Cancer initiation in spatially structured tissue. Journal of Mathematical Biology, 72, 1369–1400. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Durrett, R. , Foo, J. , Leder, K. , Mayberry, J. , & Michor, F. (2010). Evolutionary dynamics of tumor progression with random fitness values. Theoretical Population Biology, 78(1), 54–66. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Eden, M. (1961). A two‐dimensional growth process. Dynamics of Fractal Surfaces, 4, 223–239. [Google Scholar]
- ELIXIR . (2020). European life‐science infrastructure for biological information. Retrieved from https://elixir‐europe.org
- EOSC . (2018). The European Open Science Cloud (EOSC). Retrieved from https://eosc‐portal.eu/about/eosc
- Franz, B. , Xue, C. , Painter, K. J. , & Erban, R. (2014). Travelling waves in hybrid chemotaxis models. Bulletin of Mathematical Biology, 76, 377–400. [DOI] [PubMed] [Google Scholar]
- GA4GH . (2019). Global Alliance for Genomics and Health. Retrieved from https://www.ga4gh.org
- Gallaher, J. A. , Enriquez‐Navas, P. M. , Luddy, K. A. , Gatenby, R. A. , & Anderson, A. R. A. (2018). Spatial heterogeneity and evolutionary dynamics modulate time to recurrence in continuous and adaptive cancer therapies. Cancer Research, 78(8), 2127–2139. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Gatenbee, C. D. , Schenck, R. O. , Bravo, R. R. , & Anderson, A. R. A. (2019). EvoFreq: Visualization of the evolutionary frequencies of sequence and model data. BMC Bioinformatics, 20, 1–4. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Gerlee, P. , & Anderson, A. R. A. (2009). Modelling evolutionary cell behaviour using neural networks: Application to tumour growth. Biosystems, 95(2), 166–174. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Ghaffarizadeh, A. , Friedman, S. H. , & Macklin, P. (2016). BioFVM: An efficient, parallelized diffusive transport solver for 3‐D biological simulations. Bioinformatics, 32(8), 1256–1258. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Ghaffarizadeh, A. , Heiland, R. , Friedman, S. H. , Mumenthaler, S. M. , & Macklin, P. (2018). PhysiCell: An open source physics‐based cell simulator for 3‐D multicellular systems. PLoS Computational Biology, 14(2), e1005991. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Gillespie, D. T. (1976). A general method for numerically simulating the stochastic time evolution of coupled chemical reactions. Journal of Computational Physics, 22(4), 403–434. [Google Scholar]
- Gillespie, D. T. (2001). Approximate accelerated stochastic simulation of chemically reacting systems. The Journal of Chemical Physics, 115(4), 1716–1733. [Google Scholar]
- Graner, F. , & Glazier, J. A. (1992). Simulation of biological cell sorting using a two‐dimensional extended Potts model. Physical Review Letters, 69(13), 2013–2016. [DOI] [PubMed] [Google Scholar]
- Grimes, D. R. , Fletcher, A. G. , & Partridge, M. (2014). Oxygen consumption dynamics in steady‐state tumour models. Royal Society Open Science, 1(1), 140080. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Grimes, D. R. , Kelly, C. , Bloch, K. , & Partridge, M. (2014). A method for estimating the oxygen consumption rate in multicellular tumour spheroids. Journal of the Royal Society Interface, 11(92), 20131124. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Grüning, B. , Dale, R. , Sjödin, A. , Chapman, B. A. , Rowe, J. , Tomkins‐Tinch, C. H. , Valieris, R. , Köster, J. , & Bioconda Team . (2018). Bioconda: Sustainable and comprehensive software distribution for the life sciences. Nature Methods, 15(7), 475–476. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Gundersen, O. E. (2021). The fundamental principles of reproducibility. Philosophical Transactions of the Royal Society A: Mathematical, Physical and Engineering Sciences, 379(2197), 20200210. [DOI] [PubMed] [Google Scholar]
- Hamill, T. M. , Brennan, M. J. , Brown, B. , DeMaria, M. , Rappaport, E. N. , & Toth, Z. (2012). NOAA's future ensemble‐based hurricane forecast products. Bulletin of the American Meteorological Society, 93(2), 209–220. [Google Scholar]
- Hamis, S. , Stratiev, S. , & Powathil, G. G. (2021). Uncertainty and sensitivity analyses methods for agent‐based mathematical models: An introductory review. In Gerstman B. S. (Ed.), The physics of cancer: Research advances (pp. 1–37). World Scientific. [Google Scholar]
- Hamis, S. , Yates, J. , Chaplain, M. A. J. , & Powathil, G. G. (2021). Targeting cellular DNA damage responses in cancer: An in vitro‐calibrated agent‐based model simulating monolayer and spheroid treatment responses to ATR‐inhibiting drugs. Bulletin of Mathematical Biology, 83, 1–21. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Heroux, M. A. , & Willenbring, J. M. (2009). Barely sufficient software engineering: 10 practices to improve your CSE software. In 2009 ICSE workshop on Software Engineering for Computational Science and Engineering (pp. 15–21). IEEE.
- Hoek, K. S. , Eichhoff, O. M. , Schlegel, N. C. , Döbbeling, U. , Kobert, N. , Schaerer, L. , Hemmi, S. , & Dummer, R. (2008). In vivo switching of human melanoma cells between proliferative and invasive states. Cancer Research, 68(3), 650–656. [DOI] [PubMed] [Google Scholar]
- Hölzer, M. , & Marz, M. (2021). Poseidon: A Nextflow pipeline for the detection of evolutionary recombination events and positive selection. Bioinformatics, 37(7), 1018–1020. [DOI] [PubMed] [Google Scholar]
- Jagiella, N. , Müller, B. , Müller, M. , Vignon‐Clementel, I. E. , & Drasdo, D. (2016). Inferring growth control mechanisms in growing multi‐cellular spheroids of NSCLC cells from spatial‐temporal image data. PLoS Computational Biology, 12(2), e1004412. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Jullien, R. , & Botet, R. (1985). Scaling properties of the surface of the Eden model in d = 2, 3, 4. Journal of Physics A: Mathematical and General, 18(12), 2279–2287. [Google Scholar]
- Kieser, S. , Brown, J. , Zdobnov, E. M. , Trajkovski, M. , & McCue, L. A. (2020). Atlas: A Snakemake workflow for assembly, annotation, and genomic binning of metagenome sequence data. BMC Bioinformatics, 21, 1–8. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Kim, Y. , Stolarska, M. A. , & Othmer, H. G. (2007). A hybrid model for tumor spheroid growth in vitro I: Theoretical development and early results. Mathematical Models and Methods in Applied Sciences, 17(supp01), 1773–1798. [Google Scholar]
- Kimura, M. (1969). The number of heterozygous nucleotide sites maintained in a finite population due to steady flux of mutations. Genetics, 61(4), 893–903. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Lewinsohn, M. A. , Bedford, T. , Müller, N. F. , & Feder, A. F. (2023). State‐dependent evolutionary models reveal modes of solid tumour growth. Nature Ecology & Evolution, 7(4), 581–596. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Li, J. F. , & Lowengrub, J. (2014). The effects of cell compressibility, motility and contact inhibition on the growth of tumor cell clusters using the cellular Potts model. Journal of Theoretical Biology, 343, 79–91. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Louis, P.‐Y. , & Nardi, F. R. (2018). Probabilistic cellular automata. Emergence, complexity, computation, 27. Springer International Publishing. [Google Scholar]
- Lugli, A. , Zlobec, I. , Berger, M. D. , Kirsch, R. , & Nagtegaal, I. D. (2021). Tumour budding in solid cancers. Nature Reviews Clinical Oncology, 18(2), 101–115. [DOI] [PubMed] [Google Scholar]
- Macklin, P. , Edgerton, M. E. , Thompson, A. M. , & Cristini, V. (2012). Patient‐calibrated agent‐based modelling of ductal carcinoma in situ (DCIS): From microscopic measurements to macroscopic predictions of clinical progression. Journal of Theoretical Biology, 301, 122–140. [DOI] [PMC free article] [PubMed] [Google Scholar]
- McKay, M. D. , Beckman, R. J. , & Conover, W. J. (2000). A comparison of three methods for selecting values of input variables in the analysis of output from a computer code. Technometrics, 42(1), 55–61. [Google Scholar]
- Merkel, D. (2014). Docker: Lightweight Linux containers for consistent development and deployment. Linux Journal, 239(2), 2. [Google Scholar]
- Merlo, L. M. F. , Pepper, J. W. , Reid, B. J. , & Maley, C. C. (2006). Cancer as an evolutionary and ecological process. Nature Reviews Cancer, 6(12), 924–935. [DOI] [PubMed] [Google Scholar]
- Mirams, G. R. , Arthurs, C. J. , Bernabeu, M. O. , Bordas, R. , Cooper, J. , Corrias, A. , Davit, Y. , Dunn, S.‐J. , Fletcher, A. G. , Harvey, D. G. , Marsh, M. E. , Osborne, J. M. , Pathmanathan, P. , Pitt‐Francis, J. , Southern, J. , Zemzemi, N. , & Gavaghan, D. J. (2013). Chaste: An open source C++ library for computational physiology and biology. PLoS Computational Biology, 9(3), e1002970. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Mölder, F. , Jablonski, K. P. , Letcher, B. , Hall, M. B. , Tomkins‐Tinch, C. H. , Sochat, V. , Forster, J. , Lee, S. , Twardziok, S. O. , Kanitz, A. , Wilm, A. , Holtgrewe, M. , Rahmann, S. , Nahnsen, S. , & Köster, J. (2021). Sustainable data analysis with Snakemake. F1000Research, 10, 33. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Moran, P. A. P. (1958). Random processes in genetics. Cambridge University Press. [Google Scholar]
- Moreau, D. , Wiebels, K. , & Boettiger, C. (2023). Containers for computational reproducibility. Nature Reviews Methods Primers, 3(1), 50. [Google Scholar]
- Noble, R. (2018). An Eden model in R (with optional mutation of division rates). Retrieved from https://github.com/robjohnnoble/EdenModel
- Noble, R. (2019). demon. Retrieved from https://github.com/robjohnnoble/demon_model
- Noble, R. , Burley, J. T. , Le Sueur, C. , & Hochberg, M. E. (2020). When, why and how tumour clonal diversity predicts survival. Evolutionary Applications, 13(7), 1558–1568. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Noble, R. , Burri, D. , Le Sueur, C. , Lemant, J. , Viossat, Y. , Kather, J. N. , & Beerenwinkel, N. (2022). Spatial structure governs the mode of tumour evolution. Nature Ecology & Evolution, 6(2), 207–217. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Osogami, T. , & Harchol‐Balter, M. (2006). Closed form solutions for mapping general distributions to quasi‐minimal pH distributions. Performance Evaluation, 63(6), 524–552. [Google Scholar]
- Pandya, P. , Orgaz, J. L. , & Sanz‐Moreno, V. (2017). Modes of invasion during tumour dissemination. Molecular Oncology, 11(1), 5–27. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Patel, A. A. , Gawlinski, E. T. , Lemieux, S. K. , & Gatenby, R. A. (2001). A cellular automaton model of early tumor growth and invasion: The effects of native tissue vascularity and increased anaerobic tumor metabolism. Journal of Theoretical Biology, 213(3), 315–331. [DOI] [PubMed] [Google Scholar]
- Press, W. H. (2007). Numerical recipes: The art of scientific computing (3rd ed.). Cambridge University Press. [Google Scholar]
- Preston, S. L. , Wong, W.‐M. , Chan, A. O.‐O. , Poulsom, R. , Jeffery, R. , Goodlad, R. A. , Mandir, N. , Elia, G. , Novelli, M. , Bodmer, W. F. , Tomlinson, I. P. , & Wright, N. A. (2003). Bottom‐up histogenesis of colorectal adenomas: Origin in the monocryptal adenoma and initial expansion by crypt fission. Cancer Research, 63(13), 3819–3825. [PubMed] [Google Scholar]
- Qi, A.‐S. , Zheng, X. , Chan‐Ying, D. , & An, B.‐S. (1993). A cellular automaton model of cancerous growth. Journal of Theoretical Biology, 161(1), 1–12. [DOI] [PubMed] [Google Scholar]
- Robert Noble . (2019). ggmuller: Create muller plots of evolutionary dynamics. R package version 0.5.3. Retrieved from https://CRAN.R‐project.org/package=ggmuller
- Robertson‐Tessi, M. , Gillies, R. J. , Gatenby, R. A. , & Anderson, A. R. A. (2015). Impact of metabolic heterogeneity on tumor growth, invasion, and treatment outcomes. Cancer Research, 75(8), 1567–1579. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Saha, D. K. , Anderson, A. R. A. , Cisneros, L. , & Maley, C. C. (2023). In silico investigations of adaptive therapy using a single cytotoxic or a single cytostatic drug. bioRxiv.
- Sandve, G. K. , Nekrutenko, A. , Taylor, J. , & Hovig, E. (2013). Ten simple rules for reproducible computational research. PLoS Computational Biology, 9(10), e1003285. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Savill, N. J. , & Hogeweg, P. (1997). Modelling morphogenesis: From single cells to crawling slugs. Journal of Theoretical Biology, 184(3), 229–235. [DOI] [PubMed] [Google Scholar]
- Schenck, R. O. , Kim, E. , Bravo, R. R. , West, J. , Leedham, S. , Shibata, D. , & Anderson, A. R. A. (2022). Homeostasis limits keratinocyte evolution. Proceedings of the National Academy of Sciences of the United States of America, 119(35), e2006487119. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Schiff, J. L. (2011). Cellular automata: A discrete view of the world. John Wiley & Sons. [Google Scholar]
- Siegmund, K. D. , Marjoram, P. , Woo, Y.‐J. , Tavaré, S. , & Shibata, D. (2009). Inferring clonal expansion and cancer stem cell dynamics from DNA methylation patterns in colorectal cancers. Proceedings of the National Academy of Sciences of the United States of America, 106(12), 4828–4833. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Sobol, I. M. (1967). On the distribution of points in a cube and the approximate evaluation of integrals. Zhurnal Vychislitel'noi Matematiki i Matematicheskoi Fiziki, 7(4), 784–802. [Google Scholar]
- Sottoriva, A. , Kang, H. , Ma, Z. , Graham, T. A. , Salomon, M. P. , Zhao, J. , Marjoram, P. , Siegmund, K. , Press, M. F. , Shibata, D. , & Curtis, C. (2015). A big bang model of human colorectal tumor growth. Nature Genetics, 47(3), 209–216. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Sottoriva, A. , & Tavaré, S. (2010). Integrating approximate Bayesian computation with complex agent‐based models for cancer research. In Proceedings of COMPSTAT'2010: 19th International Conference on Computational Statistics Paris France, August 22–27, 2010 Keynote, Invited and Contributed Papers (p. 57–66). Springer.
- Statista . (2023). Volume of data/information created, captured, copied, and consumed worldwide from 2010 to 2020, with forecasts from 2021 to 2025. Retrieved from https://www.statista.com/statistics/871513/worldwide‐data‐created/
- Stein, A. , Kizhuttil, R. , Bak, M. , & Noble, R. (2024). The ubiquity of clonal interference in cancer and other range expansions. bioRxiv.
- Streck, A. , Kaufmann, T. L. , & Schwarz, R. F. (2023). Smith: Spatially constrained stochastic model for simulation of intra‐tumour heterogeneity. Bioinformatics, 39(3), btad102. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Strobl, M. A. R. , Gallaher, J. , West, J. , Robertson‐Tessi, M. , Maini, P. K. , & Anderson, A. R. A. (2022). Spatial structure impacts adaptive therapy by shaping intra‐tumoral competition. Communications Medicine, 2(1), 46. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Swat, M. H. , Thomas, G. L. , Belmonte, J. M. , Shirinifard, A. , Hmeljak, D. , & Glazier, J. A. (2012). Multi‐scale modeling of tissues using CompuCell3D. Methods in Cell Biology, 110, 325–366. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Szabó, A. , & Merks, R. M. H. (2013). Cellular Potts modeling of tumor growth, tumor invasion, and tumor evolution. Frontiers in Oncology, 3, 87. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Tari, H. , Kessler, K. , Trahearn, N. , Werner, B. , Vinci, M. , Jones, C. , & Sottoriva, A. (2022). Quantification of spatial subclonal interactions enhancing the invasive phenotype of pediatric glioma. Cell Reports, 40(9), 111283. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Waclaw, B. , Bozic, I. , Pittman, M. E. , Hruban, R. H. , Vogelstein, B. , & Nowak, M. A. (2015). A spatial model predicts that dispersal and cell turnover limit intratumour heterogeneity. Nature, 525(7568), 261–264. [DOI] [PMC free article] [PubMed] [Google Scholar]
- West, J. (2018). Hybrid Automata Library. Retrieved from https://halloworld.org
- West, J. , Adler, F. , Gallaher, J. , Strobl, M. , Brady‐Nicholls, R. , Brown, J. , Roberson‐Tessi, M. , Kim, E. , Noble, R. , Viossat, Y. , Basanta, D. , & Anderson, A. R. A. (2023). A survey of open questions in adaptive therapy: Bridging mathematics and clinical translation. eLife, 12, e84263. [DOI] [PMC free article] [PubMed] [Google Scholar]
- West, J. , Hasnain, Z. , Macklin, P. , & Newton, P. K. (2016). An evolutionary model of tumor cell kinetics and the emergence of molecular heterogeneity driving Gompertzian growth. SIAM Review, 58(4), 716–736. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Wilkinson, M. D. , Dumontier, M. , Aalbersberg, I. J. J. , Appleton, G. , Axton, M. , Baak, A. , Blomberg, N. , Boiten, J.‐W. , da Silva Santos, L. B. , Bourne, P. E. , Bouwman, J. , Brookes, A. J. , Clark, T. , Crosas, M. , Dillo, I. , Dumon, O. , Edmunds, S. , Evelo, C. T. , Finkers, R. , … Mons, B. (2016). The FAIR guiding principles for scientific data management and stewardship. Scientific Data, 3(1), 1–9. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Williams, T. , & Bjerknes, R. (1972). Stochastic model for abnormal clone spread through epithelial basal layer. Nature, 236(5340), 19–21. [DOI] [PubMed] [Google Scholar]
- Wratten, L. , Wilm, A. , & Göke, J. (2021). Reproducible, scalable, and shareable analysis pipelines with bioinformatics workflow managers. Nature Methods, 18(10), 1161–1168. [DOI] [PubMed] [Google Scholar]
- Xiao, F. , Zhao, Y. , Lopez, J. I. , Rowan, A. , Lewis, A. , Fendler, A. , Hazell, S. , Hang, X. , Horswell, S. , Shepherd, S. T. C. , Spencer, C. E. , Spain, L. , Byrne, F. , Stamp, G. , O'Brien, T. , Nicol, D. , Augustine, M. , Chandra, A. , Rudman, S. , … The TRACERx Renal Consortium . (2022). Spatial patterns of tumour growth impact clonal diversification in a computational model and the TRACERx renal study. Nature Ecology and Evolution, 6(1), 88–102. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Yang, J. , Zhao, T.‐J. , Yuan, C.‐Q. , Xie, J.‐H. , & Hao, F.‐F. (2016). A nonlinear competitive model of the prostate tumor growth under intermittent androgen suppression. Journal of Theoretical Biology, 404, 66–72. [DOI] [PubMed] [Google Scholar]
- Zenodo . (2023). Retrieved from https://zenodo.org/
- Zhao, Q. , Sun, Y. , Wang, D. , Zhang, H. , Yu, K. , Zheng, J. , & Zuo, Z. (2018). LncPipe: A nextflow‐based pipeline for identification and analysis of long non‐coding RNAs from RNA‐Seq data. Journal of Genetics and Genomics, 45(7), 399–401. [DOI] [PubMed] [Google Scholar]
Associated Data
This section collects any data citations, data availability statements, or supplementary materials included in this article.
Supplementary Materials
Appendix S1
Data Availability Statement
Data sharing is not applicable to this article as no new data were created or analysed in this study.
