Cellular Potts model

From Wikipedia, the free encyclopedia

In computational biology, a Cellular Potts model (CPM, also known as the Glazier-Graner-Hogeweg model) is a computational model of cells and tissues. It is used to simulate individual and collective cell behavior, tissue morphogenesis and cancer development. CPM describes cells as deformable objects with a certain volume, that can adhere to each other and to the medium in which they live. The formalism can be extended to include cell behaviours such as cell migration, growth and division, and cell signalling. The first CPM was proposed for the simulation of cell sorting by François Graner and James A. Glazier as a modification of a large-Q Potts model.[1] CPM was then popularized by Paulien Hogeweg for studying morphogenesis.[2] Although the model was developed to describe biological cells, it can also be used to model individual parts of a biological cell, or even regions of fluid.

Model description[edit]

Cartoon example of lattice used in Cellular Potts Model.

The CPM consists of a rectangular Euclidean lattice, where each cell is a subset of lattice sites sharing the same cell ID (analogous to spin in Potts models in physics). Lattice sites that are not occupied by cells are the medium. The dynamics of the model are governed by an energy function: the Hamiltonian which describes the energy of a particular configuration of cells in the lattice. In a basic CPM, this energy results from adhesion between cells and resistance of cells to volume changes. The algorithm for updating CPM minimizes this energy.

In order to evolve the model Metropolis-style updates are performed, that is:

  1. choose a random lattice site i
  2. choose a random neighboring lattice site j to copy its ID into i.
  3. calculate the difference in energy () between the original and the proposed new configuration.
  4. accept or reject this copy event based on the change in energy , as follows:
    if the new energy is lower, always accept the copy;
    if the new energy is higher, accept the copy with probability (the Boltzmann temperature T determines the likelihood of energetically unfavorable fluctuations).

The Hamiltonian[edit]

The original model proposed by Graner and Glazier contains cells of two types, with different adhesion energies for cells of the same type and cells of a different type. Each cell type also has a different contact energy with the medium, and the cell volume is assumed to remain close to a target value. The Hamiltonian is formulated as:

where i, j are lattice sites, σi is the cell at site i, τ(σ) is the cell type of cell σ, J is the coefficient determining the adhesion between two cells of types τ(σ),τ(σ'), δ is the Kronecker delta, v(σ) is the volume of cell σ, V(σ) is the target volume, and λ is a Lagrange multiplier determining the strength of the volume constraint.

Cells with a lower J value for their membrane contact will stick together more strongly. Therefore, different patterns of cell sorting can be simulated by varying the J values.

Extensions[edit]

Over time, the CPM has evolved from a specific model of cell sorting to a general framework with many extensions, some of which are partially or entirely off-lattice.[3] Various cell behaviours, such as chemotaxis, elongation and haptotaxis can be incorporated by extending either the Hamiltonian, H, or the change in energy . Auxiliary sub-lattices may be used to include additional spatial information, such as the concentrations of chemicals.

Chemotaxis[edit]

In CPM, cells can be made to move in the direction of higher chemokine concentration, by increasing the probability of copying the ID of site j into site i when the chemokine concentration is higher at j. This is done by modifying the change in energy with a term that is proportional to the difference in concentration at i and j:[2]

Where is the strength of chemotactic movement, and and are the concentration of the chemokine at site i and j, respectively. The chemokine gradient is typically implemented on a separate lattice of the same dimensions as the cell lattice.

Multiscale and hybrid modeling using CPM[edit]

Core GGH (or CPM) algorithm which defines the evolution of the cellular level structures can easily be integrated with intracellular signaling dynamics, reaction diffusion dynamics and rule based model to account for the processes which happen at lower (or higher) time scale.[4] Open source software Bionetsolver can be used to integrate intracellular dynamics with CPM algorithm.[5]

References[edit]

  1. ^ Graner, François; Glazier, James (1992). "Simulation of biological cell sorting using a two-dimensional extended Potts model". Phys. Rev. Lett. 69 (13): 2013–7. Bibcode:1992PhRvL..69.2013G. doi:10.1103/PhysRevLett.69.2013. PMID 10046374.
  2. ^ a b Savill, Nicholas J.; Hogeweg, Paulien (1997). "Modelling Morphogenesis: From Single Cells to Crawling Slugs". J. Theor. Biol. 184 (3): 229–235. Bibcode:1997JThBi.184..229S. doi:10.1006/jtbi.1996.0237. hdl:1874/1405. PMID 31940735. S2CID 1611700.
  3. ^ Balter, Ariel; Merks, Roeland M.H.; Popławski, Nikodem J.; Swat, Maciej; Glazier, James A. (2007). "The Glazier-Graner-Hogeweg model: extensions, future directions, and opportunities for further study". Single-Cell-Based Models in Biology and Medicine. Mathematics and Biosciences in Interaction. pp. 151–167. doi:10.1007/978-3-7643-8123-3_7. ISBN 978-3-7643-8101-1.
  4. ^ Szabó, A; Merks, RM (2013). "Cellular potts modeling of tumor growth, tumor invasion, and tumor evolution". Frontiers in Oncology. 3: 87. doi:10.3389/fonc.2013.00087. PMC 3627127. PMID 23596570.
  5. ^ Andasari, Vivi; Roper, Ryan T; Swat, Maciej H; Chaplain, MA (2012). "Integrating intracellular dynamics using CompuCell3D and Bionetsolver: applications to multiscale modelling of cancer cell growth and invasion". PLOS ONE. 7 (3): e33726. Bibcode:2012PLoSO...733726A. doi:10.1371/journal.pone.0033726. PMC 3312894. PMID 22461894.

External links[edit]