Skip to main content
Advertisement
Browse Subject Areas
?

Click through the PLOS taxonomy to find articles in your field.

For more information about PLOS Subject Areas, click here.

  • Loading metrics

Hybrid multiscale modeling and prediction of cancer cell behavior

  • Mohammad Hossein Zangooei,

    Roles Conceptualization, Data curation, Formal analysis, Investigation, Methodology, Project administration, Software, Validation, Visualization, Writing – original draft, Writing – review & editing

    Affiliation Department of Computer Engineering, Sharif University of Technology, Tehran, Iran

  • Jafar Habibi

    Roles Conceptualization, Project administration, Supervision

    jhabibi@sharif.edu

    Affiliation Department of Computer Engineering, Sharif University of Technology, Tehran, Iran

Abstract

Background

Understanding cancer development crossing several spatial-temporal scales is of great practical significance to better understand and treat cancers. It is difficult to tackle this challenge with pure biological means. Moreover, hybrid modeling techniques have been proposed that combine the advantages of the continuum and the discrete methods to model multiscale problems.

Methods

In light of these problems, we have proposed a new hybrid vascular model to facilitate the multiscale modeling and simulation of cancer development with respect to the agent-based, cellular automata and machine learning methods. The purpose of this simulation is to create a dataset that can be used for prediction of cell phenotypes. By using a proposed Q-learning based on SVR-NSGA-II method, the cells have the capability to predict their phenotypes autonomously that is, to act on its own without external direction in response to situations it encounters.

Results

Computational simulations of the model were performed in order to analyze its performance. The most striking feature of our results is that each cell can select its phenotype at each time step according to its condition. We provide evidence that the prediction of cell phenotypes is reliable.

Conclusion

Our proposed model, which we term a hybrid multiscale modeling of cancer cell behavior, has the potential to combine the best features of both continuum and discrete models. The in silico results indicate that the 3D model can represent key features of cancer growth, angiogenesis, and its related micro-environment and show that the findings are in good agreement with biological tumor behavior. To the best of our knowledge, this paper is the first hybrid vascular multiscale modeling of cancer cell behavior that has the capability to predict cell phenotypes individually by a self-generated dataset.

Introduction

Computer-based simulation and modeling (the dry-lab experimentation) are supposed to be a potential auxiliary to the traditional biological experiments for systematically considering complex systems like cancer in systems biology. Cancer evolution is a very complex procedure, involving many dissimilar phenomena, which happen at different scales. A medical doctor, bio-chemist or a biologist would probably describe the phenomena occurring during the cancer evolution using three natural points of view: the tissue level, the cellular level and the sub-cellular level. From the modeling viewpoint, a link can be approximately drawn between the description levels above and the macroscopic, mesoscopic and microscopic scales.

Furthermore, what occurs at a certain scale is toughly related to what happens at the other scales. Consequently, it is not possible to completely describe a phenomenon without taking into account others, occurring at a larger or a smaller scale.

Multiscale cancer modelers up to now have a wealth of useful, mainly scale-specific resources to mention to or base their novel research on, however they face the massive challenge of developing more realistic and more accurate predictive models. The fundamental reason is that when regarding the number of mechanisms at multiple scales, more parameters of the model and the connections between them will have to be defined, described, quantified, and adapted frequently according to data from the clinics, experiments or literature.

The multiscale nature of cancer requires modeling approaches that can handle multiple subcellular and cellular aspects acting on different time and space scales. Hybrid models provide a way to integrate both continuous and discrete variables that are used to denote concentration or density fields and individual cells, respectively [1].

The tumor has its own vascular network which comes up with access to an almost infinite supply of resources and allows illimitable growth of the tumor mass. Recently several groups have started to improve models of angiogenesis in which individual vessels form a network that delivers nutrients to the tissue.

Modeling approach

We significantly improved our previous agent based model [2] as a hybrid multiscale one. Such model is developed for investigating cancer cell within a three-dimensional in silico microenvironment and with angiogenesis. The aim of this paper is to study, by means of a hybrid multiscale model, the growth of a heterogeneous colony composed of healthy and cancerous cell populations, as well as to study the effect of the vasculature. While in our model the cells are viewed as discrete entities (or agent), the diffusion of nutrients is treated as a continuous field. Our agent-based sub-model is able to incorporate both cell growth and complex vascular geometry at the tissue scale. This model represents internal cellular processes via differential equations. In view of angiogenesis vital role in tumor growth, our model has a 3D visualization for angiogenesis and vascular tumor growth which shows how blood flow influences the growth of healthy and cancerous cells in cancer.

While our model simulation is running a new dataset is generated. The phenotypes and the variables of cell states, constitute the features of dataset. To the best of our knowledge, this paper is the first hybrid vascular multiscale modeling of cancer cell behaviors that has the capability to predict their phenotypes autonomously.

Main results

Our model is formulated and performed on a three-dimensional square grid that subdivides the simulation domain into lattice sites. We study a cluster of tumor cells to which nutrient is made available through a nearby blood vessel. The proposed model is useful because it allows for predictions to be made with regard to the behavior of cancer growth. The output data are the time series of the density of each type of cell and nutrients. The findings are in good agreement with biological tumor behavior.

Paper organization

The outline of this study is as follows. In section II we briefly review discrete, continuous and hybrid modeling of cancer. In section III we discuss the proposed hybrid modeling, where the tumor is described using both continuum and discrete elements, and which is capable of connecting cell and tissue scales to provide practical as well as theoretical insight into cancer growth. We evaluate in chapters IV and V. Conclusions and future directions are described in section VI.

Previous work

Three major types of modeling approaches currently exist in the computational cancer modeling community: discrete, continuous and hybrid approaches. Discrete models can explicitly represent individual cells in space and time and easily incorporate biological rules. In contrast, continuum approaches, by describing e.g. the entire tumor tissue as continuum medium rather than at the resolution of individual cells, are able to capture larger-scale volumetric tumor growth dynamics. Hybrid models provide a way to integrate both discrete and continuous variables that are used to represent individual cells and concentration or density fields, respectively.

a. Discrete modeling

The previous work in this area has consisted of two main approaches: Agent-based models (lattice-free models) [3], Cellular automata (lattice-based models) [4].

Agent-based models try to address these problems by eliminating as many artificial constraints as possible. Agent Based Modeling (ABM) revolve around modeling individuals, interactions between individuals, and in some cases, interactions with a physical or influential surrounding environment [5]. Cells by arranging themselves in non-uniform alignments are capable of moving freely through an environment. The cellular automata (CA) models share common features using CA rules from cellular or subcellular levels and using stochastic methods see detail in Wolfram [6].

a.1. Cellular automata modeling.

In brief, a cellular automaton (CA) contains a lattice of any finite number in dimensions of cells. Each CA cell has a state. The number of state possibilities is typically finite. Each CA cell has a neighborhood. This can be defined in any number of ways, but it is typically a list of adjacent cells. The two most common options in a 3D grid of squares are the von Neumann neighborhood, where each cell interacts only with its six horizontal and vertical adjacent mates, and the 26 Moore neighborhood, comprising all the immediately adjacent cells.

The main benefit of using cellular automata in cancer modeling is the ability to observe emerging population level dynamics without a-priori knowledge of tumor behavior [7]. Summary of some important published approaches based on CA is shown in Table 1.

a.2. Agent-based modeling.

Agent-based modeling (ABM) is another approach to modeling complex systems composed of interacting, autonomous agents. Agents have behaviors, frequently represented by simple rules, and interactions with other agents, which in turn influence their behaviors. Agent-based modeling suggests a technique to model social systems that are composed of agents who learn from their experiences, and adjust their behaviors so they are better suited to their environment [19]. In an agent-based model, each cell is often represented as an agent. Summary of some important published approaches based on ABM is shown in Table 2.

thumbnail
Table 2. Summary of some important published agent-based models (M = Migration, P = Proliferation, Q = Quiescence, Mi = Microscopic, Me = Mesoscopic, Ma = Macroscopic).

https://doi.org/10.1371/journal.pone.0183810.t002

ABM is a more realistic modeling approach for many problems, especially problems in which there are multiple types of actors that interact in different ways [5]. However, it can become very intricate when they incorporate a lot of detail. Therefore, it can become computationally expensive, entailing exceedingly long computer run times for simulations and it asks for ancillary developmental resources. Another disadvantage of ABM is that model developers would have to work on the bottom level of abstraction pursue great endeavor to graphical display, memory management and synchronization mechanism [20].

b. Continuous modeling (mathematical modeling)

Numerous mathematical models of cancer have been developed until the present. Mathematical models play a vital role in the development of knowledge in this field of research, since these models are used to realize the common behavior of a phenomenon in various circumstances, to carry out in silico simulations or experiments, to perform new experiments, and to suggest modifications of theories and test theoretical assumptions [21].

Two primary mathematical methodologies are employed in cancer modeling (ODE and PDE). Partial and ordinary differential equation-based mathematical models of nutrient supply, cancer growth, contaminant and so on, provide a starting point for all mathematical models developed in this study. Ordinary differential equations (ODE) is used to form a description of growth and interactions. ODEs allow the investigator to look at changes in the dynamics of the system in a sense that is matching to how experimental researchers conduct their investigations-that is, the natural production of a system of ODEs is the time course of each interesting variable, just as experimentalists record observations of a system over time. Many of the spatial models in cancer modeling are based on partial differential equations (PDEs) that include tissue stiffness, deformability, spatial heterogeneity and orientational tissue structure. Nonetheless, these methods impose a significant restriction on the time-scales of models. Summary of some important published approaches based on PDE and ODE is shown in Table 3.

thumbnail
Table 3. Summary of some important published Continuous models.

https://doi.org/10.1371/journal.pone.0183810.t003

c. Hybrid modeling

Hybrid modeling is a further extension of the previous studies. The coupled continuum and discrete models in the hybrid modeling framework [1]. The concept of hybrid modeling is discovered on the study of the connection between continuum and discrete modeling expressions. Newly, hybrid modeling techniques have been proposed that combine the advantages of the continuum and the discrete methods to model multiscale problems.

Moreover, hybrid modeling provides more realistic descriptions of microscopic mechanisms while efficiently evolving the entire system to obtain macroscopic observations [42][43][44]. Cancer modeling is one case of such multiscale issue, where the cellular and subcellular scale pathways have been intensively studied and are fairly well understood while the tissue-scale cancer morphology is of interest in clinical applications.

Proposed model formulation

The following is a description of our model and its sub-models. The sub-models described below simply illustrate how such a hybrid multiscale model can be assembled.

a. Hybrid multiscale modeling

Cancer evolution is a very complex process, involving many different phenomena, which occurs at different scales. Multiscale models that integrate hierarchies in multiple scales are being established for application in clinical settings [3]. The complexity of cancer development embodies itself at least on three scales: Microscopic, Mesoscopic and Macroscopic (see subsection ‎a.1 to ‎a.3).

Our previous model which was based on an agent, and was published as a paper [2], is highly developed and become more sophisticated in the present paper, and in what follows, a detailed explanation of every aspect of proposed model will be provided.

In our model, cells (agents) are defined in a 3D lattice form (agent space) in which each cell is surrounded by 26 other cells called Moore neighbors.

The single most important defining characteristic of our model agent is its capability to select an action (phenotype) autonomously, that is, to act on its own without external direction in response to situations it encounters (see subsection ‎b).

Substances such as growth factors (VEGF), oxygen, glucose, TGFα and TNFα; and Signaling pathways including EGFR and TNF are described as continuum fields in the cancer microenvironment (see subsection a.2 ‎0and ‎a.1), while individual discrete components (e.g. healthy, cancerous and endothelial cells) dynamically evolve in response to local circumstances like substance concentration.

The spatial scale covers from micrometers to centimeter and the time scale ranges from seconds to hours for microscopic and macroscopic scales respectively.

Fig 1 illustrates that three scales, i.e. macroscopic, mesoscopic and microscopic are interconnected because the tumor growth is closely related to cell population density, nutrient concentration, cell behavior and so forth.

thumbnail
Fig 1.

Multiscale model techniques overview. This figure shows the techniques used in each scale (ML = Machine Learning, CA = Cellular Automata, ABM = Agent Based Modeling, PDE = Partial Differential Equation, ODE = Ordinary Differential Equation). Our model combines aspects of both discrete (CA, ABM) and continuum (PDE, ODE) modeling to provide a more complete description of the tumor environment.

https://doi.org/10.1371/journal.pone.0183810.g001

a.1. Microscopic scale sub-models.

The microscopic scale refers to those phenomena that take place at the subcellular level. Signaling pathway is an important element to accede our proposed models to reality because the fate of a cell is determined by signals received from its environment. For this purpose, we used two important signaling pathways (TNF and EGFR) in our model [45][46]. The concentration of each element in the TNF and EGFR signaling are described by ODEs equations. Time step on this scale is second and the concentration of the materials in every point of the grid is updated.

EGFR signaling pathways: EGFR Signaling pathway starts with binding TGFα to EGFR and affects cell decision to migrate or proliferate. Each agent evaluates the concentration of EGFR at its current location. In our model, the EGFR signaling pathway of [47] is used and its equations are computed using numerical methods. EGFR Equations related to this signaling pathway are given in S1 Appendix.

The input to EGFR equations is TGFα concentration and their output is PLCγ concentration. After solving signaling pathway equations, the value of PLCγ is calculated. In the case that the PLCγ value of a cell is more than the average of PLCγ concentration of the other cells, it can divide, otherwise it can migrate.

TNF signaling pathways: TNF signaling pathway triggers by binding TNFα to TNFR and takes decisions of cell survival and cell death. TNFR is responsible for a diverse range of signaling events within cells, leading to necrosis or apoptosis and inhibiting tumorigenesis. TNF Equations related to this signaling pathway are given in S2 Appendix.

a.2. Mesoscopic scale sub-models.

The mesoscopic scale refers to the cellular level. The term mesoscopic refers to intermediate between short and long and applies to microstructures to be seen in between the atomic and the macroscopic length scales. In this scale, each cell (or agent) is characterized by a site or position (p(x,y,z)) and phenotype or action. The p(x, y, z) is used to express each site (or point) in the lattice, where x, y and z indicate the integer location in Euclidean terms.

We have four agents: healthy cell, cancerous cell, stalk vessel and tip vessel. Transitions between states (or selection a new action) are modeled by an online learning approach (see subsection ‎b). The general idea is to specify such model by means of different states in which it can be, actions which an agent can perform to affect the future behavior, and rewards or costs that depend on the state and decision. After an action has been chosen (based on a learning approach), our model changes its state depending on the action and the current state.

Cell state (agent state): The state of each cell is characterized by number of variables (Table 4). These variables are based on the simulation environment factors such as the value of signaling pathways output/input (Plcγ, TNFα), nutrients concentration (Oxygen, Glucose, VEGF), number of cell neighbors, etc. The value of each variable is continuous; hence we have an infinite set of states. For each of these variables, we define some rules.

thumbnail
Table 4. Variables of state for each agent (for example the variables of the tip vessel state are VEGF, Doubling Age and Number of Capillary Cells).

https://doi.org/10.1371/journal.pone.0183810.t004

Cell phenotype (agent action): In the cellular scale, we concentrate on cell behaviors. Each cell (at time t) is assumed to have one phenotype (presented below) according to its type (Cancerous, Healthy, Tip, Stalk). Table 5 shows the phenotypes of each agent (See [48] for a discussion of the biological theory of this modeling construct).

thumbnail
Table 5. Cells can have the following actions based on their types in each site (for example the Tip vessels undergo the actions of branch and expansion).

https://doi.org/10.1371/journal.pone.0183810.t005

  • Apoptosis

Apoptotic healthy cells undergo programmed cell death in response to signaling events [48]. If healthy cells gain apoptotic phenotype, they become inactive and remove from simulation environment.

  • Necrosis

Necrosis is a form of cancerous cell injury which results in the premature death of cells in living tissue by autolysis. On the contrary, apoptosis is a naturally occurring programmed and targeted cause of cellular death. The only effect of this phenotype will be a grid point occupation, and therefore other cells cannot enter at this point of the grid. By occurring necrosis, necrotic cell not only remains in simulation environment but also preserves from any changes.

  • Migration

Cell always searches for a place with more nutrition to migrate or to delivers its offspring there. The candidate position (p(x,y,z)) is selected according to the following condition (Eq 1) [14]. (1) Where:

  1. ∨ is OR operator.
  2. = maximum Concentration of nutrient among all Moore neighbors of candidate position (p(x,y,z))
  3. = Average nutrient concentration for candidate position among all its Moore neighbors
  4. = Standard Deviation of nutrient concentration for candidate position among all its Moore neighbors

If the candidate site doesn’t have the above condition or two or more candidates have the above condition, all candidate locations will be ranked through Eq 2 and according to their ProbabilityOfSelection value, one candidate will be selected randomly. (2) Where:

  1. = Average nutrient concentration for candidate position among all its Moore neighbors

Each lattice site can be occupied by one cancerous/healthy cell or four endothelial (vessel) cells. The cancer cells compete with healthy cells for the empty sites and the cancerous cell outperforms its normal counterpart. Therefore, if a cancerous cell and healthy one simultaneously select an empty site, the cancerous cell will gain the site. If the type of competitors is the same as each other, one of them will be selected randomly. If no movement at all is possible, the cell will remain stationary.

  • Proliferation

Cell proliferation is the process that results in an increase of the number of cells. Cell proliferation is increased in cancer. Cancerous or healthy cells can enter the proliferation phenotype. In this phenotype, cell divides into two identical offspring cells. In our model, one of the offspring cells is located in their mother grid site and the other one is located in one of the free grid sites in a Moore neighborhood of its mother based on Eqs 1 and 2. However, as soon as its neighboring spaces are occupied by other cells, the cell moves to resting phase (quiescence phenotype) [11,49].

  • Quiescence

The quiescent phenotype is the default phenotype for a cell. It represents G0 in terms of the cancerous or healthy cells cycle. For endothelial cells, this phenotype means they don’t do anything. It needs to be mentioned here that there is no reverse change of cell from quiescent back to other phenotypes in this model.

  • Hypoxia

Hypoxia is a phenotype for a cancerous cell in which the cancerous cell is deprived of adequate oxygen supply. Decrease oxygen availability (hypoxia) stimulates cancerous cell to produce VEGF much more. Cancerous cells enter hypoxia when oxygen levels drop below a defined threshold and will enter necrosis if they remain at that level for too long.

  • Branch

The endothelial cells spearheading the vascular sprouts are known as the endothelial tip cells. Tip cells take the decisions of vessel branch, thereby defining the route in which the new sprout grows [30].

In our model, tip cells deliver two new offspring in two free sites of the grid in its Moore neighborhood of its mother based on Eqs 1 and 2.

  • Expansion

Tip cells are the leading cells of the sprouts; they guide following endothelial cells (stalk cells) and sense their environment for guidance cues. As the tip cells move out from the existing blood vessel, the stalk cells follow to sprout. As tip cell moves forward, a new stalk cell is created in back of it.

  • Sprout

Following the tip cells are the endothelial stalk cells, which are highly proliferative, establish adherent and tight junctions to ensure the stability of the new sprout. Stalk cell always searches for a place with more VEGF to deliver its daughter cell there [50]. The candidate place is selected according to Eqs 1 and 2. Type of new vessel generated from the existing stalk cells is the same as its parent. Arteriole and Venule are separated from artery and vein respectively.

Material diffusion: We considered five materials in the environment (Oxygen, Glucose, TGFα, VEGF and TNFα). The concentration (C) of each material is identified within each of environment grid points. Environment diffuses the material by PDE diffusion equation based on its source (S), uptake (U) and waste (W). In this model, duty of endothelial cells are the production of Oxygen, Glucose (which is consumed by cancerous/healthy cells) and consumption (or uptake) of VEGF. The duty of cancerous/healthy cells are the production of VEGF (which is consumed by endothelial cells), TGFα and TNFα (which is consumed at mesoscopic scale based on equations in S1 Appendix and S2 Appendix).

  • Oxygen, glucose TGFα and TNFα diffusion

The concentration of each material is identified within each of environment grid points. Environment diffuses the material by the diffusion equation. We rewrite Diffusion equation for discrete environments in Eq 3 for oxygen, glucose, TGFα and TNFα based on [18] and [51]. For TGFα and TNFα, uptake is computed based on their ODEs equations (see S1 Appendix and S2 Appendix). Grid sites occupied by healthy and cancer cells are sinks of oxygen, glucose, TGFα and TNFα. (3) Where:

  1. Dnutrient is nutrient diffusion coefficient,
  2. rart and rcap are radius of arteriole and radius of capillary respectively
  3. nutrient = {oxygen,glucose,TGFα,TNFα}
  4. βc is constant variable (Table A in S3 Appendix)
  5. ΔS = the size of grid point
  • Vascular endothelial growth factor diffusion

Vascular endothelial growth factor (VEGF) stimulates the ingrowth of a new blood supply from the host vasculature via angiogenesis. Cancerous cells release growth factors (VEGF), in the surrounding normal tissue. We rewrite Diffusion equation for discrete environments in Eq 4 for VEGF. (4) Where:

  1. DVEGF is VEGF diffusion coefficient,
  2. rart and rcap are radius of arteriole and radius of capillary respectively
  3. ωVEGF and ϕc are constant variables (Table A in S3 Appendix)
  4. ΔS = the size of grid point

a.3. Macroscopic scale sub-models.

The macroscopic scale pertains to processes happening at the tissue level. At the tissue level, we consider vessels and tumor directly.

Angiogenesis: Angiogenesis is termed as the growth of new blood capillaries on the basis of pre-existing vessels, which is a critical step in cancer growth and metastasis. Tumorigenesis is a prime case of an emergent tissue patterning phenomenon reliant on many cell types, both normal and aberrant cell behaviors. Models of angiogenesis fall into three classes: models of vasculature growth without tumor or other tissue cells, models of vasculature growth with only tumor cells, and models of vasculature growth with both tumor and healthy tissue cells [31]. Vasculatures in the system give cells (agents) materials (oxygen, glucose, TGFα and TNFα), which they require to survive. Once vascularized, cancer has access to a huge nutrient source and rapid growth ensues. At the other hand, VEGF stimulates the ingrowth of a new blood supply from the host vasculature via angiogenesis. In this section, we present a model of angiogenesis and vascular tumor growth. We assume that there are eight main parallel parent vessels (four veins and four arteries located on the four vertical edges and four vertical surfaces of cube respectively) as the major part of the blood supply in our 3D simulation environment as shown in Fig 2.

thumbnail
Fig 2. Four veins and four arteries located on the middle of four surfaces and four edges of cube.

https://doi.org/10.1371/journal.pone.0183810.g002

In our model, the general order of blood flow is as follow: Arteries → arterioles → venules → veins. When we refer to an “active” vessel, we are referring to an arteriole in which it can connect to a venule. As arteriole connects to venule, the blood flow circulated throughout it.

b. Q-Learning based on SVR-NSGA-II

There is no information available in the literature of the quantitative relationship between the phenotype rate and nutrient density and time. So we need a practical computational method for constructing autonomous systems that improve themselves with experience.

Markov decision processes (MDPs) provide a mathematical framework for modeling decision making in situations where results are partly random and partly under the control of a decision maker. Reinforcement learning (RL) can solve Markov decision processes without explicit specification of the transition probabilities. RL is an area of machine learning inspired by behaviorist psychology, concerned with how software agents ought to determine the ideal behavior within a specific environment, in order to maximize its performance. A RL agent interacts with its environment in discrete time steps.

There are many different algorithms that tackle this issue. Q-learning is one type of algorithm used to calculate state-action values. It estimates a function which measures the goodness of all possible actions, and use that function to define the policy.

Discretization and value function approximation are the commonly methods to solve continuous space problems in reinforcement learning. We use SVR-NSGA-II to approximate the Q value of state-action pair. In other words, since the variables of cell states are continuous (Table 4) then the state space is continuous and to solve a continuous-state space, we use SVR-NSGA-II. The model used in this work is summarized in Fig 3.

thumbnail
Fig 3. Sketch map of Q-learning based on SVR-NSGA-II.

In train phase, a simulated dataset is generated which is used by SVR-NSGA-II to determine cancer cell behaviors autonomously. Model performance assessment is done through test phase.

https://doi.org/10.1371/journal.pone.0183810.g003

b.1. Regression sub-model (SVR-NSGA-II).

It is well known that SVR generalization performance (estimation accuracy) depends on a good setting of C, Ԑ and kernel function parameter (e.g. gamma). Existing software implementations of SVM regression usually treat these parameters as user-defined inputs. Selecting a particular kernel type and kernel function parameters are usually based on application-domain knowledge and also should reflect the distribution of input (x) values of the training data.

Parameter C decides the tradeoff between the model complexity (flatness) and the degree to which deviations larger than Ԑ are tolerated in optimization formulation. Parameter Ԑ controls the width of the Ԑ-insensitive zone, used to fit the training data. The value of Ԑ can affect the number of support vectors used to construct the regression function. Parameter gamma (γ) is the free parameter of some kernels (e.g. RBF, polynomial and sigmoid kernels).

Kernel function maps the data into higher dimensional spaces in the hope that in this higher-dimensional space, the data could become more easily separated. Each kernel function can extract a specific type of information from a given dataset. Now the question arises how to get an appropriate kernel function. Since each kernel has some degree of variability in practice, there is nothing else for it but to experiment with different kernels and regulate their parameters.

In a previous study, we proposed a method (SVR-NSGA-II) [52] that is an improved algorithm based on SVM. SVR-NSGA-II optimizes the above parameters (C, Ԑ and γ) by implementing the evolutionary process (NSGA-II). The Non-dominated Sorting Genetic Algorithm II (NSGA-II) is a Multiple Objective Optimization (MOO) algorithm and is an instance of an Evolutionary Algorithm from the field of Evolutionary Computation.

For single objective optimization problems, the best single design is the goal. But for multi-objective problems, with several and possibly conflicting objectives, there is usually no single optimal solution. A suitable solution should provide for acceptable performance over all objectives.

We convert the RL problem into regression problem, which the observed states and actions are viewed as input variables and the Q values as output variables. To collect enough training samples, simulation iterations must be high enough for accurate results. In order to improve learning performance, the training samples are slide with the manner of time-window and the newest samples are considered as train dataset.

Assume that we are given a training set D, consisting of pairs (xi,yi), for i = 1,…,m. Each sample xi is a vector that describes the cell states, phenotypes (action) and Q values. In other words, the phenotypes, the variables of cell states, constitute the features of the dataset. The label yi associated with xi is a discrete value between -1 and 1 and describe the Q value.

An initial population of chromosomes is generated randomly. Then the population is evolved for a number of generations. The chromosome is a fixed length list of genes or parameters.

We have implemented three kernels Sigmoid, Polynomial and RBF for our method. SVR-NSGA-II aggregate these three kernels which are performed through a simple voting based on allocating weight to each of them. This weight is based on F-Measure of its kernel for train dataset (Eq 5).

F-measure is a harmonic mean between precision (or Confidence) and recall (or Sensitivity). Recall is the percentage of real positive cases that are correctly predicted positive. Precision indicates the percentage of predicted positive cases that are correctly real positives. Also, NSGA-II optimizes Recall, F-Measure and precision in a multi-objective way. (5) where:

  1. TP is the number of correct predictions in which an instance is positive;
  2. FN is the number of incorrect predictions in which an instance is negative
  3. FP is the number of incorrect predictions in which an instance is positive
  4. TN is the number of correct predictions in which an instance is negative
  5. k = {Sigmoid,RBF,Polynomial}

b.2. Q-learning sub-model.

Q-learning is a simple incremental algorithm developed from the theory of dynamic programming for delayed reinforcement learning. The objective of Q-learning is to quantify the Q value for an optimal value when the system dynamics features are unexplored. Q-learning approach is fulfilled as follows: a Q-learning system observes the current state st and executes an action at at each time step t. Next, perceive the subsequent state st+1 and receives an immediate reward rt. The value of Q can be adapted based on Eq 6 where η is a learning rate that controls the learning speed and γ is a discount factor used to determine the proportion of delay to the future rewards.

(6)

Policy (cellular phenotype decision): To enable healthy/cancerous cells to evolve in the 3D domain, we need to define some rules. These rules clarify the relationship between cell states (see Table 4) and cell actions (see Table 5). For each rule, if the probability of selection for some phenotypes increases, it decreases for other phenotypes. In Table 6, policies are determined on a scientific basis using evidences derived from various studies.

thumbnail
Table 6. The relationship between state variables and actions according to policies.

https://doi.org/10.1371/journal.pone.0183810.t006

Reward: The objective of the learner is to choose actions maximizing discounted cumulative rewards over time. The value of reward at time t (rt) is calculated based on the following reward function (RF). In Eq 7, for each policy (p) the value of the reward function is equal to 0 when the value of x is equal to the threshold and also its sign changes at this point. It is obvious that the value of RF is between -1 and +1. A gradient is a constant number that describes both the direction and the steepness of the line. RF is increasing/decreasing if it goes up/down from left to right if the gradient is positive/negative respectively (see Fig 4). (7) where:

  1. x equal to value of state variables
thumbnail
Fig 4. Four reward functions examples.

Threshold point (or inflection point) is a point on a curve at which the curve changes from being concave (concave downward) to convex (concave upward), or vice versa. Gradient (or slope) specifies the rate of RF change.

https://doi.org/10.1371/journal.pone.0183810.g004

In Table B in S3 Appendix, we specify a threshold for all rules that the sign of its probability changes at this point. We use the average of above function for all policies to calculate the total value of the reward.

c. Algorithm steps

Our model has two phases (train and test). During train phase, the dataset is built and finally, our model is run in the test phase to get the results. The Q-learning based on SVR-NSGA-II can be generalized as follows (see Fig 3):

Train phase.

  1. Step 1. Check the current state st
  2. Step 2. Construct test sample (st,ak) comprised of each action ak in action set (A) and current state st
  3. Step 3. Constitute dataset for training (select the d newest samples)
  4. Step 4. For all available k actions, predict Qk corresponding to (st,ak) by SVR-NSGA-II
  5. Step 5. Randomly select action at based on its Qt value ()
  6. Step 6. Run proposed hybrid multiscale model (run diffusion and signaling pathways) and perform action at, obtain rt and the successor state st+1
  7. Step 7. Update Qt according to Eq 6
  8. Step 7. Add the new observed data into dataset (st, at, Qt) if rt>θ (θ is a predefined threshold value)

Test phase.

  1. Step 1. Check the current state st
  2. Step 2. Construct test sample (st,ak) comprised of each action ak in action set (A) and current state st
  3. Step 3. Constitute dataset for training
  4. Step 4. For all available k actions, predict Qk corresponding to (st, ak) by SVR-NSGA-II
  5. Step 5. Select action with highest Qt value
  6. Step 6. Run proposed hybrid multiscale model (run diffusion and signaling pathways) and perform action

Analytic results

In the results presented here, the simulation starts from the initial tumor and microvascular network and finishes at 21 days when the tumor size reaches finishing criteria. Vasculatures added in the lattice provide a continuous source of the nutrient.

a. Lattice setup

We simulate our model in a comparable size of lattice and show that the findings are in good agreement with biological tumor behavior. We choose a cubic geometry for the 3D tumor lattice and the Moore neighborhood. Each agent represents a single cell and exists on a three-dimensional grid to approximate a tissue. The lattice spacing is 20 μm, which is approximately the diameter of cells. The 3D virtual tumor environment is made up of a discrete lattice consisting of a grid of 40 × 40 × 40 points.

b. Model initialization

To begin with, in a circle with radius 60μm at the center of the lattice, cancer cells are initialized with a probability of 70 percent. Initial proportions of normal cells in the lattice are obtained with a probability of 70 percent. Also, oxygen and glucose are normally distributed with high density near eight preexisting vessels. We have estimated our model parameters through a deep search of the theoretical and experimental biology and clinical literature [5961]. We summarize those estimates in tables within S3 Appendix.

c. Simulation results

Computational simulations of the model were performed in order to analyze its performance. Model execution is based on an iterative process, with each tick or step iteration representing approximately one hour in real time. The output data are the time series of the density and amount of each type of cell.

Prolonged hypoxia of the tumor tissue leads to necrosis, and necrotic regions are also characteristic of solid tumors [62]. Tumor necrosis is a sign that rapid tumor cell proliferation continues and cancerous proliferation occurs at a much higher speed compared to cancerous necrosis [63] (Fig 5A). Initially, due to insufficient vascularization, most of the tumor cells are quiescent and secrete VEGF which stimulates an angiogenic response(Fig 5B). As the tumor cells grow, some of the cells within the tumor mass will be starved of oxygen and eventually become hypoxic. Initially, insufficient nutrient supply in areas at distance from the vessels causes the prevalent death of the healthy cells (Fig 5C).

thumbnail
Fig 5.

Evolution of Cancerous cells actions (A), number of vessel cells (B) and healthy cells actions (C).

https://doi.org/10.1371/journal.pone.0183810.g005

Spatial distribution of the healthy cells at different times are shown in Fig 6A. The normal cells that surround the tumor are faded out gradually. From Fig 6B, it can be seen that the necrotic cells are scattered all around the necrotic center of a tumor as it is usually observed in clinical biopsies. The time-spatial patterns reveal a tumor with a compact shape and irregular boundaries, as occurs in some solid tumors [9]. Cells at the center of tumor suffocate because of lack of oxygen and die (necrosis), forming a necrotic core.

thumbnail
Fig 6. Growth pattern of cells.

A: series of images showing the growth pattern of normal cells after 50, 100, 250 and 400 time steps. B: snapshots of Spatio-temporal evolution of necrotic cancer cells. C: snapshots of Spatio-temporal evolution of proliferative cancer cells. D: 3D vasculature of vessels. The vessels labeled in red and blue are arteries and veins respectively. E: Graphical visualization of tumor morphologies at different time with a 3D model.

https://doi.org/10.1371/journal.pone.0183810.g006

Additional proliferation (see Fig 6C) leads to its vascular stage, where cancer cells enhance the existing vascular network through angiogenesis. The outcomes from the simulation, showing the development of a tumor and its associated network of blood vessels, are depicted in Fig 6D. Vessels emerge near the initial tumor and form a well-vascularized tumor; far from the four initial artery vessels, most normal cells have died.

At the beginning, cancerous cells spread further than healthy cells. However, in the end, there were still more cancer cells than normal cells. Fig 6E shows how the number and spatial distribution of the different cell types evolve over time. A colony of cancer is free to grow isotopically until it occupies all the space available. Cancerous cells eventually spread over the whole tissue and killing almost all of the normal cells. More figures are presented in S4 Appendix.

External validation

Model accuracy can only be established through external validation. A number of ODE models have been proposed to represent tumor growth [64][65]. Gompertzian growth has been one of the most studied decelerating tumor growth over the past 60 years [66]. It is a type of mathematical model for a time series, where growth is slowest at the start and end of a time period (Eq 8). The predictive performance of the Gompertz model has been validated by many researchers [67]. An important validation of our model is shown by comparing the Gompertzian α parameter of simulated tumors with the corresponding parameter of actual tumors. The author in [68] proves that the value of α and β must be in the range of [0.005, 0.016] and [0.121, 0.390] respectively. (8) Where:

  1. n(t) is cancerous cell population at time t, n0 is cancerous cell population at t = 0, α is a parameter that corresponds to instantons growth rate of n(0) and β is a parameter that measures how rapidly curve departs from a simple exponential curve into the sigmoid shape.

In [63] a function depicting vessel growth over time was created from experimental data to define growth within the computational model (Eq 9). This function depicts the total vascular length within the domain at any point in time. A sigmoid curve was chosen to characterize vessel growth as such a curve is often used to describe population growth restricted by limited resources. (9) Where:

  1. g(t) is the total vascular length at time t, g0 is the initial vessel length at t = 0 (bottom of the sigmoid curve), α is the range of the function (top minus bottom) and β is the slope of the curve. t1/2 is the time at which g(t) is halfway in between the top and bottom of the sigmoid curve.

Our model also requires a function describing vessel branching over time. In [63] an exponential function was used to describe branch formation as branching metric data taken during the 7 day culture period (Eq 10). (10) Where:

  1. b(t) is the number of branch points at time t, b0 is the initial number of branches at t = 0, α scales the exponential term and β describes the rate of branch formation. We consider the value of α and β equals to 2.62 and 0.105 respectively, where these parameters are determined experimentally [59].

Fig 7. shows that the tumor growth, vessel growth and vessel branching obey these three functions. It shows cancer cells grow exponentially in the beginning. As soon as all empty sites in lattice are occupied by cancer cells, migration or proliferation phenotypes cannot be selected anymore (see subsection ‎a.2). Since the grid in our simulation has 64000 sites, it has enough space for first 504 hours (21 days) time step. After 504 hours time step, there isn’t any empty site for cancerous cells to grow and exponential growth converts to exponential decay. Finally, the lack of space leads to cessation of cancer cell growth.

thumbnail
Fig 7. External validation of our model.

Parameters were chosen as follows: ((n0, α, β) = (100,0.01,0.3), (g0, α, β,t1/2) = (0,58500,62,360), (b0, α, β) = (0,2.62,0.105)).

https://doi.org/10.1371/journal.pone.0183810.g007

In order to assess the learning performance of the proposed model, we must evaluate our model at the microscopic level. The Root Mean Square Error (RMSE), Mean Absolute Deviation (MAD) and Mean Absolute Percentage Error (MAPE) are used to compare the fits of different forecasting and smoothing methods. RMSE is a frequently used measure of the difference between values predicted by a model and the actual values (i.e. n(t), b(t) and g(t)). RMSE more aggressively punishes big errors than small ones. MAD expresses accuracy in the same units as the data, which helps conceptualize the amount of error. MAPE is useful to compare the precision between different methods.

This work compares the proposed algorithm with other approaches. RMSE, MAD and MAPE of our proposed method and three other methods are given in Table 7. In this table, it is obvious that all the three error measures are significantly improved through utilizing kernel aggregation instead of the single kernel. The results of this study suggest that our proposed model can outperform a human observer in recognizing cancer.

thumbnail
Table 7. The quantitative results for proposed classification of the cell (SN = SVR-NSGA-II).

https://doi.org/10.1371/journal.pone.0183810.t007

Conclusive remarks and future directions

We have developed a new computational modeling paradigm for predicting the behavior resulted from the interaction of cells. Our proposed approach is expected to be a cancer modeling and simulation framework. We incorporate the composition of cells, intercellular and intracellular adhesion as well as processes involved in cell cycle (quiescence, proliferation, hypoxia, necrosis, apoptosis, and migration) in our model, which can accurately simulate angiogenesis.

It has the method of representing biological cells as autonomous software agents. The most important features of our model are the capability of cells to select their phenotype intellectually. We propose an automatic cell phenotype prediction procedure in the study presented here, that predicts the value of Q by using Q-learning and SVR-NSGA-II methods.

A new Q-learning method is proposed, whose rules capture some generic features of tumor development, to study the influence of environmental conditions on the evolution of a tissue containing healthy and cancerous cells. A simulated dataset, which includes the information of cell phenotypes, is generated from the simulation environment (see S5 Appendix). Finally, we attack the classification problem (phenotype selection) using the regression approach, which is done by SVR-NSGA-II.

The model proposed in this study is capable of capturing the Gompertzian behavior of tumor growth. In addition, measurements of vessel growth and branching provided by simulation has excellent statistical agreement with experimental data.

There are some limitations of the current model. Firstly, the neighboring cells of cancer cells behave differently to the same cells in a normal context, but it can play an active role in controlling the behavior of cancer cells. Secondly, this model doesn’t deal with changes in tissue architecture and represents tissue structure on a fixed grid in order to simplify the calculation. The dynamic changes in tissue topology in the presence of competing cells would be followed in our next paper. Further model extensions could include incorporating a more detailed description of subcellular level and tumor-induced angiogenesis.

Acknowledgments

The authors thank Dr. Reyhaneh Houshyar for providing helpful suggestions to the manuscript preparation.

References

  1. 1. Rejniak KA, Anderson ARA. Hybrid models of tumor growth. Wiley Interdiscip Rev Syst Biol Med. NIH Public Access; 2011;3: 115–125. pmid:21064037
  2. 2. Malekian N, Habibi J, Zangooei MH, Aghakhani H. Integrating evolutionary game theory into an agent-based model of ductal carcinoma in situ: Role of gap junctions in cancer progression. Comput Methods Programs Biomed. 2016;136: 107–117. pmid:27686708
  3. 3. Deisboeck TS, Wang Z, Macklin P, Cristini V. Multiscale Cancer Modeling. Annu Rev Biomed Eng. NIH Public Access; 2011;13: 127–155. pmid:21529163
  4. 4. Gerlee P, Anderson ARA. An evolutionary hybrid cellular automaton model of solid tumour growth. J Theor Biol. 2007;246: 583–603. pmid:17374383
  5. 5. Macal CM, North MJ. Agent-based modeling and simulation: Desktop ABMS. 2007 Winter Simulation Conference. IEEE; 2007. pp. 95–106. 10.1109/WSC.2007.4419592
  6. 6. Wolfram S. Cellular automata and complexity: collected papers. Addison-Wesley Pub. Co; 1994.
  7. 7. Poleszczuk J, Enderling H. A High-Performance Cellular Automaton Model of Tumor Growth with Dynamically Growing Domains. Appl Math. 2014;5: 144–152. pmid:25346862
  8. 8. Qi AS, Zheng X, Du CY, An BS. A cellular automaton model of cancerous growth. J Theor Biol. 1993;161: 1–12. pmid:8501923
  9. 9. Reis EA, Santos LBL, Pinho STR. A cellular automata model for avascular solid tumor growth under the effect of therapy. Phys A Stat Mech its Appl. 2009;388: 1303–1314.
  10. 10. Hatzikirou H, Brusch L, Schaller C, Simon M, Deutsch A. Prediction of traveling front behavior in a lattice-gas cellular automaton model for tumor invasion. Comput Math with Appl. 2010;59: 2326–2339.
  11. 11. Powathil GG, Gordon KE, Hill LA, Chaplain MAJ. Modelling the effects of cell-cycle heterogeneity on the response of a solid tumour to chemotherapy: biological insights from a hybrid multiscale cellular automaton model. J Theor Biol. 2012;308: 1–19. pmid:22659352
  12. 12. Alemani D, Pappalardo F, Pennisi M, Motta S, Brusic V. Combining cellular automata and Lattice Boltzmann method to model multiscale avascular tumor growth coupled with nutrient diffusion and immune competition. J Immunol Methods. 2012;376: 55–68. pmid:22154892
  13. 13. Shrestha SMB, Joldes GR, Wittek A, Miller K. Cellular automata coupled with steady-state nutrient solution permit simulation of large-scale growth of tumours. Int j numer method biomed eng. 2013;29: 542–59. pmid:23382053
  14. 14. Wang J, Zhang L, Jing C, Ye G, Wu H, Miao H, et al. Multi-scale agent-based modeling on melanoma and its related angiogenesis analysis. Theor Biol Med Model. Theoretical Biology and Medical Modelling; 2013;10: 41. pmid:23800293
  15. 15. Perfahl H, Byrne HM, Chen T, Estrella V, Alarcón T, Lapin A, et al. 3D Multiscale Modelling of Angiogenesis and Vascular Tumour Growth. Micro and Nano Flow Systems for Bioanalysis. New York, NY: Springer New York; 2013. pp. 29–48. https://doi.org/10.1007/978-1-4614-4376-6_3
  16. 16. Jinghua W, Zhendong G, Jian C. Efficient Cellular Automata Method for Heat Transfer in Tumor. J Heat Transfer. American Society of Mechanical Engineers; 2014;136: 71101.
  17. 17. Butler J, Mackay F, Denniston C, Daley M. Simulating Cancer Growth Using Cellular Automata to Detect Combination Drug Targets. Springer International Publishing; 2014. pp. 67–79. https://doi.org/10.1007/978-3-319-08123-6_6
  18. 18. Chapuis A, Ho H. A Computer Simulation for 3D Vasculature-Based Oxygen Distribution and Tumour Growth. Computational Biomechanics for Medicine. Cham: Springer International Publishing; 2015. pp. 25–35. https://doi.org/10.1007/978-3-319-15503-6_3
  19. 19. Byrne H, Drasdo D. Individual-based and continuum models of growing cell populations: a comparison. J Math Biol. 2009;58: 657–87. pmid:18841363
  20. 20. Chen L. Agent-based modeling in urban and architectural research: A brief literature review. Front Archit Res. 2012;1: 166–177.
  21. 21. Lollini P-L, Palladini A, Pappalardo F, Motta S. Predictive Models in Tumor Immunology. Selected Topics in Cancer Modeling. Boston: Birkhäuser Boston; 2008. pp. 1–22. https://doi.org/10.1007/978-0-8176-4713-1_14
  22. 22. Athale C, Mansury Y, Deisboeck TS. Simulating the impact of a molecular “decision-process” on cellular phenotype and multicellular patterns in brain tumors. J Theor Biol. 2005;233: 469–81. pmid:15748909
  23. 23. Athale CA, Deisboeck TS. The effects of EGF-receptor density on multiscale tumor growth patterns. J Theor Biol. 2006;238: 771–9. pmid:16126230
  24. 24. Zhang L, Athale C a, Deisboeck TS. Development of a three-dimensional multiscale agent-based tumor model: simulating gene-protein interaction profiles, cell phenotypes and multicellular patterns in brain cancer. J Theor Biol. 2007;244: 96–107. pmid:16949103
  25. 25. Wang Z, Zhang L, Sagotsky J, Deisboeck TS. Simulating non-small cell lung cancer with a multiscale agent-based model. Theor Biol Med Model. 2007;4: 50. pmid:18154660
  26. 26. Zhang L, Strouthos CG, Wang Z, Deisboeck TS. Simulating Brain Tumor Heterogeneity with a Multiscale Agent-Based Model: Linking Molecular Signatures, Phenotypes and Expansion Rate. Math Comput Model. 2009;49: 307–319. pmid:20047002
  27. 27. Zhang L, Chen LL, Deisboeck TS. Multi-scale, multi-resolution brain cancer modeling. Math Comput Simul. 2009;79: 2021–2035. pmid:20161556
  28. 28. Wang Z, Birch CM, Sagotsky J, Deisboeck TS. Cross-scale, cross-pathway evaluation using an agent-based non-small cell lung cancer model. Bioinformatics. 2009;25: 2389–96. pmid:19578172
  29. 29. Zhang L, Jiang B, Wu Y, Strouthos C, Sun PZ, Su J, et al. Developing a multiscale, multi-resolution agent-based brain tumor model by graphics processing units. Theor Biol Med Model. BioMed Central; 2011;8: 46. pmid:22176732
  30. 30. Sun X, Zhang L, Tan H, Bao J, Strouthos C, Zhou X. Multi-scale agent-based brain cancer modeling and prediction of TKI treatment response: incorporating EGFR signaling pathway and angiogenesis. BMC Bioinformatics. BMC Bioinformatics; 2012;13: 218. pmid:22935054
  31. 31. Olsen MM, Siegelmann HT. Multiscale Agent-based Model of Tumor Angiogenesis. Procedia Comput Sci. Elsevier B.V.; 2013;18: 1016–1025.
  32. 32. Laird AK. Dynamics of Tumor Growth. Br J Cancer. Nature Publishing Group; 1964;18: 490–502.
  33. 33. Anderson ARA, Chaplain MAJ, Newman EL, Steele RJC, Thompson AM. Mathematical Modelling of Tumour Invasion and Metastasis. J Theor Med. 2000;2: 129–154.
  34. 34. KUZNETSOV V, MAKALKIN I, TAYLOR M, PERELSON A. Nonlinear dynamics of immunogenic tumors: Parameter estimation and global bifurcation analysis. Bull Math Biol. 1994;56: 295–321. pmid:8186756
  35. 35. Sherratt JA, Chaplain MA. A new mathematical model for avascular tumour growth. J Math Biol. 2001;43: 291–312. Available: http://www.ncbi.nlm.nih.gov/pubmed/12120870 pmid:12120870
  36. 36. de Pillis LG, Radunskaya AE, Wiseman CL. A validated mathematical model of cell-mediated immune response to tumor growth. Cancer Res. 2005;65: 7950–8. pmid:16140967
  37. 37. Mallet DG, De Pillis LG. A cellular automata model of tumor-immune system interactions. J Theor Biol. 2006;239: 334–50. pmid:16169016
  38. 38. Freedman HI, Pinho STR. Stability criteria for the cure state in a cancer model with radiation treatment. Nonlinear Anal Real World Appl. 2009;10: 2709–2715.
  39. 39. Schaller G, Meyer-Hermann M. Continuum versus discrete model: a comparison for multicellular tumour spheroids. Philos Trans A Math Phys Eng Sci. 2006;364: 1443–64. pmid:16766354
  40. 40. Ghaffari A, Nazari M, Arab F. Optimal Finite Cancer Treatment Duration by Using Mixed Vaccine Therapy and Chemotherapy: State Dependent Riccati Equation Control. J Appl Math. 2014;2014: 1–9.
  41. 41. Cristini VLJ. Multiscale Modeling of Cancer: An Integrated Experimental and Mathematical Modeling Approach. Cambridge University Press; 2010.
  42. 42. Anderson ARA. A Hybrid Multiscale Model of Solid Tumour Growth and Invasion: Evolution and the Microenvironment. Single-Cell-Based Models in Biology and Medicine. Basel: Birkh?user Basel; 2007. pp. 3–28. https://doi.org/10.1007/978-3-7643-8123-3_1
  43. 43. Osborne JM, Walter A, Kershaw SK, Mirams GR, Fletcher AG, Pathmanathan P, et al. A hybrid approach to multi-scale modelling of cancer. Philos Trans R Soc A Math Phys Eng Sci. 2010;368: 5013–5028. pmid:20921009
  44. 44. Anderson AR. Hybrid multiscale models of cancer: An invasion of equations. Cancer Res. 2014;66: 1366–1367.
  45. 45. Perry SW, Dewhurst S, Bellizzi MJ, Gelbard HA. Tumor necrosis factor-alpha in normal and diseased brain: Conflicting effects via intraneuronal receptor crosstalk? J Neurovirol. 2002;8: 611–24. pmid:12476354
  46. 46. Piccolo E, Innominato PF, Mariggio MA, Maffucci T, Iacobelli S, Falasca M. The mechanism involved in the regulation of phospholipase Cgamma1 activity in cell migration. Oncogene. 2002;21: 6520–9. pmid:12226755
  47. 47. Kholodenko BN, Demin O V, Moehren G, Hoek JB. Quantification of short term signaling by the epidermal growth factor receptor. J Biol Chem. 1999;274: 30169–81. Available: http://www.ncbi.nlm.nih.gov/pubmed/10514507 pmid:10514507
  48. 48. Macklin P, Edgerton ME, Thompson AM, Cristini V. Patient-calibrated agent-based modelling of ductal carcinoma in situ (DCIS): from microscopic measurements to macroscopic predictions of clinical progression. J Theor Biol. 2012;301: 122–40. pmid:22342935
  49. 49. Mansury Y, Diggory M, Deisboeck TS. Evolutionary game theory in an agent-based brain tumor model: exploring the “Genotype-Phenotype” link. J Theor Biol. 2006;238: 146–56. pmid:16081108
  50. 50. Owen MR, Alarcón T, Maini PK, Byrne HM. Angiogenesis and vascular remodelling in normal and cancerous tissues. J Math Biol. Springer-Verlag; 2009;58: 689–721. pmid:18941752
  51. 51. Deacon N, Chapuis A, Ho H, Clarke R. Modelling the Tumour Growth Along a Complex Vasculature Using Cellular Automata. Computational Biomechanics for Medicine. New York, NY: Springer New York; 2014. pp. 27–40. https://doi.org/10.1007/978-1-4939-0745-8_3
  52. 52. Zangooei MH, Habibi J, Alizadehsani R. Disease Diagnosis with a hybrid method SVR using NSGA-II. Neurocomputing. 2014;136: 14–29.
  53. 53. Alarcón T, Byrne HM, Maini PK. A cellular automaton model for tumour growth in inhomogeneous environment. J Theor Biol. 2003;225: 257–74. Available: http://www.ncbi.nlm.nih.gov/pubmed/14575659 pmid:14575659
  54. 54. Shay JW, Wright WE. Role of telomeres and telomerase in cancer. Semin Cancer Biol. NIH Public Access; 2011;21: 349–53. pmid:22015685
  55. 55. Cai Y, Xu S, Wu J, Long Q. Coupled modelling of tumour angiogenesis, tumour growth and blood perfusion. J Theor Biol. 2011;279: 90–101. pmid:21392511
  56. 56. Rangamani P, Sirovich L. Survival and apoptotic pathways initiated by TNF-α: Modeling and predictions. Biotechnol Bioeng. 2007;97: 1216–1229. pmid:17171720
  57. 57. Owen MR, Stamper IJ, Muthana M, Richardson GW, Dobson J, Lewis CE, et al. Mathematical Modeling Predicts Synergistic Antitumor Effects of Combining a Macrophage-Based, Hypoxia-Targeted Gene Therapy with Chemotherapy. Cancer Res. 2011;71: 2826–2837. pmid:21363914
  58. 58. Anderson AR, Chaplain MA. Continuous and discrete mathematical models of tumor-induced angiogenesis. Bull Math Biol. 1998;60: 857–99. pmid:9739618
  59. 59. Fang Q, Sakadzić S, Ruvinskaya L, Devor A, Dale AM, Boas DA. Oxygen advection and diffusion in a three- dimensional vascular anatomical network. Opt Express. 2008;16: 17530–41. Available: http://www.ncbi.nlm.nih.gov/pubmed/18958033 pmid:18958033
  60. 60. Lejon A, Mortier B, Samaey G. Variance-reduced simulation of stochastic agent-based models for tumor growth. 2015; Available: http://arxiv.org/abs/1509.06346
  61. 61. Chaplain MAJ. Mathematical Modelling of Angiogenesis. J Neurooncol. Kluwer Academic Publishers; 2000;50: 37–51. pmid:11245280
  62. 62. Brown JM. Tumor Hypoxia in Cancer Therapy. 2007. pp. 295–321. 10.1016/S0076-6879(07)35015-5
  63. 63. Edgar LT, Sibole SC, Underwood CJ, Guilkey JE, Weiss JA. A computational model of in vitro angiogenesis based on extracellular matrix fibre orientation. Comput Methods Biomech Biomed Engin. 2013;16: 790–801. pmid:22515707
  64. 64. Gerlee P. The Model Muddle: In Search of Tumor Growth Laws. Cancer Res. 2013;73: 2407–2411. pmid:23393201
  65. 65. Wodarz D, Komarova N. Towards predictive computational models of oncolytic virus therapy: Basis for experimental validation and model selection. Isalan M, editor. PLoS One. Public Library of Science; 2009;4: e4271. pmid:19180240
  66. 66. Trappey C V., Wu H-Y. An evaluation of the time-varying extended logistic, simple logistic, and Gompertz models for forecasting short product lifecycles. Adv Eng Informatics. 2008;22: 421–430.
  67. 67. Meade N, Islam T. Technological Forecasting—Model Selection, Model Stability, and Combining Models. Manage Sci. 1998;44: 1115–1130.
  68. 68. Demicheli R. Growth of testicular neoplasm lung metastases: Tumor-specific relation between two Gompertzian parameters. Eur J Cancer. Pergamon; 1980;16: 1603–1608. pmid:7227433