Note: these instructions are written for Linux/MacOS systems.
For Windows, the commands may need to be adjusted.
In particular, the path separators need to be changed from /
to \
and the ./project
executable updated to project.exe
.
To use any of these models:
- clone or download this repository
- from a terminal, navigate to the repository directory
- run the model-specific commands to load the model and run the simulation
Generally, the commands are given by:
make load PROJ=<project_name> && make && ./project
where <project_name>
is the name of the project directory in user_projects
.
Some of the models have multiple configuration files, requiring a second argument to specify the desired configuration file:
make load PROJ=<project_name> && make && ./project <path/to/config>
where <path/to/config>
is the path to the desired configuration file, typically ./config/<filename.xml>
.
Finally, PhysiCell-Studio can be used to interactively explore the model results.
First, follow the instructions to download the studio.
After starting the simulation (the call to ./project
), you may immediately open a new terminal and run the following command:
python <path/to/studio/bin/studio.py> -c <path/to/config> -e ./project
where <path/to/studio/bin/studio.py>
is the path to the studio executable (located in the studio directory in bin/studio.py
).
The config and project arguments are optional, with studio defaulting to config/PhysiCell_settings.xml
and ./project
, respectively.
Navigate to the Plots
tab and use the GUI to explore the model results.
Model 1: Modeling the progression of hypoxia in a metastatic tumor (link)
The model represents oxygen-dependent tumor growth, incorporating mechano-feedback mechanisms and hypoxia-induced cell migration.
make load PROJ=hypoxia && make && ./project
In tumor cells:
- oxygen increases cycle entry from 0.00072 towards 0.0072 with a Hill response, with half-max 21.5 and Hill power 4.
- pressure decreases cycle entry from 0.00072 towards 0 with a Hill response, with half-max 0.25 and Hill power 3.
- oxygen decreases necrosis from 0.0028 towards 0 with a Hill response, with half-max 3.75 and Hill power 8.
- oxygen decreases transform to motile tumor from 0.001 towards 0 with a Hill response, with half-max 6.75 and Hill power 8.
In motile tumor cells:
- oxygen increases cycle entry from 0.00072 towards 0.0072 with a Hill response, with half-max 21.5 and Hill power 4.
- pressure decreases cycle entry from 0.00072 towards 0 with a Hill response, with half-max 0.25 and Hill power 3.
- oxygen decreases necrosis from 0.0028 towards 0 with a Hill response, with half-max 3.75 and Hill power 8.
- oxygen increases transform to tumor from 0 towards 0.005 with a Hill response, with half-max 6.75 and Hill power 8.
A local sensitivity analysis was performed on 24 parameters associated with the cell hypothesis rules to evaluate their impact on the model's behavior. View the analysis script.
Model 2: Fibroblast-mediated invasion of neoplastic cells (link)
The model represents the interactions between neoplastic cancer cells and fibroblasts in the context of cancer invasion. Two scenarios are considered: a coculture experiment and one based on patient samples.
For the coculture experiment, use the PhysiCell_settings_coculture.xml
configuration file.
In that file, set the <cell_positions>
element to set the desired initial cancer:fibroblast ratio.
The options are located in config/ics/coculture
.
For the PDAC condition, two samples are provided in config/ics/
: PDAC01
and PDAC02
.
Each of these has an associated cells.csv
and substrates.csv
file setting initial conditions for the cells and substrates, respectively.
To run the model with one of these samples, set the <cell_positions>
element in PhysiCell_settings_PDAC.xml
to the desired cells.csv
file and also set the microenvironment_setup//options//initial_condition
to the desired substrates.csv
file.
Note: these XML locations can both be found in the file by searching for PDAC
.
Finally, these simulations take longer to run than many others in this repository. Each of the two configuration files saves output to a specified folder. Thus, if you run the coculture, for example, on two different ratios, the second run will overwrite the first. Plan accordingly!
make load PROJ=epi_caf_invasion && make && ./project ./config/PhysiCell_settings_coculture.xml
make load PROJ=epi_caf_invasion && make && ./project ./config/PhysiCell_settings_PDAC.xml
In epithelial_normal cells:
- pressure decreases cycle entry from 0 towards 0 with a Hill response, with half-max 0.5 and Hill power 4.
- ecm increases transform to mesenchymal_normal from 0 towards 0.01 with a Hill response, with half-max 0.01 and Hill power 4.
In mesenchymal_normal cells:
- ecm decreases migration speed from 0.249909 towards 0.249678 with a Hill response, with half-max 0.0595916 and Hill power 1.22413.
- ecm increases migration speed from 0.249909 towards 3.78565 with a Hill response, with half-max 3.11941 and Hill power 9.99815.
- inflammatory_signal decreases transform to epithelial_normal from 0.01 towards 0 with a Hill response, with half-max 0.2 and Hill power 4.
In fibroblast cells:
- ecm decreases migration speed from 8.03971e-06 towards 6.90516e-06 with a Hill response, with half-max 2.07833 and Hill power 1.1551.
- ecm increases migration speed from 8.03971e-06 towards 3.47055 with a Hill response, with half-max 9.99968 and Hill power 1.15302.
In epithelial_tumor cells:
- pressure decreases cycle entry from 0.001 towards 0 with a Hill response, with half-max 1 and Hill power 4.
- ecm increases transform to mesenchymal_tumor from 0 towards 0.01 with a Hill response, with half-max 0.01 and Hill power 4.
In mesenchymal_tumor cells:
- ecm decreases migration speed from 0.249909 towards 0.249678 with a Hill response, with half-max 0.0595916 and Hill power 1.22413.
- ecm increases migration speed from 0.249909 towards 3.78565 with a Hill response, with half-max 3.11941 and Hill power 9.99815.
- inflammatory_signal decreases transform to epithelial_tumor from 0.01 towards 0 with a Hill response, with half-max 0.2 and Hill power 4.
Model 3: Base tumor-immune example (link)
The model represents the basic interactions between the tumor and the immune system, incorporating immune responses to tumor groth, such as macrophage polarization and CD8 T cell cytotoxicity.
make load PROJ=tumor_immune_base && make && ./project
In tumor cells:
- oxygen increases cycle entry from 0.00072 towards 0.0072 with a Hill response, with half-max 21.5 and Hill power 4.
- pressure decreases cycle entry from 0.00072 towards 0 with a Hill response, with half-max 0.25 and Hill power 3.
- oxygen decreases necrosis from 0.0028 towards 0 with a Hill response, with half-max 3.75 and Hill power 8.
- damage increases apoptosis from 5.31667e-05 towards 0.023 with a Hill response, with half-max 45 and Hill power 16.
- dead increases debris secretion from 0 towards 0.017 with a Hill response, with half-max 0.1 and Hill power 10. Rule applies to dead cells.
In macrophage cells:
- oxygen increases pro-inflammatory factor secretion from 0 towards 10 with a Hill response, with half-max 12 and Hill power 16.
- oxygen decreases anti-inflammatory factor secretion from 10 towards 0 with a Hill response, with half-max 12 and Hill power 16.
In CD8 T cell cells:
- anti-inflammatory factor decreases attack tumor from 0.1 towards 0 with a Hill response, with half-max 0.5 and Hill power 8.
- pro-inflammatory factor increases attack tumor from 0.1 towards 1 with a Hill response, with half-max 0.5 and Hill power 8.
- anti-inflammatory factor decreases migration speed from 1 towards 0 with a Hill response, with half-max 0.5 and Hill power 8.
- contact with tumor decreases migration speed from 1 towards 0 with a Hill response, with half-max 0.5 and Hill power 8.
A local sensitivity analysis was conducted on 26 parameters associated with the cell hypothesis rules to evaluate their impact on tumor-immune interactions. View the analysis script.
Model 4: Extended tumor-immune example (link)
The model extends the base tumor-immune model by including distinct macrophage cell states and naive CD8 T cells that can becom activated.
make load PROJ=tumor_immune_extended && make && ./project
In tumor cells:
- pressure decreases cycle entry from 0.00072 towards 0 with a Hill response, with half-max 1 and Hill power 4.
- oxygen increases cycle entry from 0.00072 towards 0.00072 with a Hill response, with half-max 21.5 and Hill power 4.
- oxygen decreases necrosis from 0.0028 towards 0 with a Hill response, with half-max 3.75 and Hill power 8.
- damage increases apoptosis from 5.31667e-05 towards 0.072 with a Hill response, with half-max 180 and Hill power 2.
- dead increases debris secretion from 0 towards 0.017 with a Hill response, with half-max 0.1 and Hill power 10.
In M0 macrophage cells:
- contact with dead cell decreases migration speed from 1 towards 0.1 with a Hill response, with half-max 0.1 and Hill power 4.
- contact with dead cell increases transform to M1 macrophage from 0 towards 0.05 with a Hill response, with half-max 0.1 and Hill power 10.
- dead increases debris secretion from 0 towards 0.017 with a Hill response, with half-max 0.1 and Hill power 10.
In M1 macrophage cells:
- contact with dead cell decreases migration speed from 1 towards 0.1 with a Hill response, with half-max 0.1 and Hill power 4.
- oxygen decreases transform to M2 macrophage from 0.01 towards 0 with a Hill response, with half-max 5 and Hill power 4.
- dead increases debris secretion from 0 towards 0.017 with a Hill response, with half-max 0.1 and Hill power 10.
In M2 macrophage cells:
- contact with dead cell decreases migration speed from 1 towards 0.1 with a Hill response, with half-max 0.1 and Hill power 4.
- dead increases debris secretion from 0 towards 0.017 with a Hill response, with half-max 0.1 and Hill power 10.
In naive T cell cells:
- IL-10 decreases transform to CD8 T cell from 0.001 towards 0 with a Hill response, with half-max 0.25 and Hill power 2.
- IFN-gamma increases transform to CD8 T cell from 0.001 towards 0.01 with a Hill response, with half-max 0.25 and Hill power 2.
- dead increases debris secretion from 0 towards 0.017 with a Hill response, with half-max 0.1 and Hill power 10.
In CD8 T cell cells:
- IL-10 decreases attack tumor from 0.1 towards 0 with a Hill response, with half-max 0.25 and Hill power 2.
- IL-10 decreases migration speed from 1 towards 0.1 with a Hill response, with half-max 0.25 and Hill power 2.
- contact with tumor decreases migration speed from 1 towards 0.1 with a Hill response, with half-max 0.1 and Hill power 2.
- IFN-gamma increases cycle entry from 7.2e-05 towards 0.00041 with a Hill response, with half-max 0.25 and Hill power 2.
- IL-10 increases transform to exhausted T cell from 0 towards 0.005 with a Hill response, with half-max 0.25 and Hill power 4.
- dead increases debris secretion from 0 towards 0.017 with a Hill response, with half-max 0.1 and Hill power 10.
In exhausted T cell cells:
- dead increases debris secretion from 0 towards 0.017 with a Hill response, with half-max 0.1 and Hill power 10.
Model 5: Tumor-associated macrophage and EGFR signaling example (link)
The model represents the interactions between tumor cells and tumor-associated macrophages (TAMs), incorporating the effect of EGFR signaling in tumor growth and motility.
Three hypotheses are tested: EGFR signaling increasing (1) tumor growth, (2) tumor motility, and (3) both.
These correspond to the three config files and the three rules files with filenames ending with _grow
, _go
, and _go_and_grow
, respectively.
Furthermore, the cell initial conditions are provided in config/cells.csv
; and with CD4+ T cells are in config/cells_with_cd4s.csv
.
For the desired hypothesis, change the config file (e.g., PhysiCell_settings_grow.xml
) to use the desired cells file in the <cell_positions>
element.
Finally, systemic therapy is controlled via a <user_parameter>
in each of the config files.
Set this to one of IFN-gamma
, IL-4
, or none
to simulate the effect of the respective therapy.
make load PROJ=tam_egf && make && ./project ./config/PhysiCell_settings_grow.xml
make load PROJ=tam_egf && make && ./project ./config/PhysiCell_settings_go.xml
make load PROJ=tam_egf && make && ./project ./config/PhysiCell_settings_go_and_grow.xml
Rules in common for all hypotheses:
In tumor cells:
- pressure decreases cycle entry from 0.0001 towards 0 with a Hill response, with half-max 1 and Hill power 4.
- oxygen decreases necrosis from 0.0028 towards 0 with a Hill response, with half-max 3.75 and Hill power 8.
- damage increases apoptosis from 7.2e-05 towards 0.072 with a Hill response, with half-max 180 and Hill power 2.
- dead increases debris secretion from 0 towards 0.017 with a Hill response, with half-max 0.1 and Hill power 10. Rule applies to dead cells.
- IFN-gamma decreases migration speed from 0.17 towards 0 with a Hill response, with half-max 0.25 and Hill power 2.
In M0 macrophage cells:
- contact with dead cell increases transform to M1 macrophage from 0 towards 0.1 with a Hill response, with half-max 0.1 and Hill power 10.
- debris increases transform to M1 macrophage from 0 towards 0.1 with a Hill response, with half-max 0.1 and Hill power 10.
- contact with dead cell decreases migration speed from 0.5 towards 0 with a Hill response, with half-max 0.01 and Hill power 4.
- dead increases debris secretion from 0 towards 0.017 with a Hill response, with half-max 0.1 and Hill power 10. Rule applies to dead cells.
In M1 macrophage cells:
- contact with dead cell decreases migration speed from 0.5 towards 0 with a Hill response, with half-max 0.01 and Hill power 4.
- oxygen decreases transform to M2 macrophage from 0.01 towards 0 with a Hill response, with half-max 5 and Hill power 4.
- IL-4 increases transform to M2 macrophage from 0.01 towards 0.1 with a Hill response, with half-max 0.1 and Hill power 4.
- IFN-gamma increases cycle entry from 7.2e-05 towards 0.00036 with a Hill response, with half-max 0.25 and Hill power 2.
- IFN-gamma increases phagocytose apoptotic cell from 0.001 towards 0.05 with a Hill response, with half-max 0.25 and Hill power 2.
- IFN-gamma increases phagocytose necrotic cell from 0.001 towards 0.05 with a Hill response, with half-max 0.25 and Hill power 2.
- dead increases debris secretion from 0 towards 0.017 with a Hill response, with half-max 0.1 and Hill power 10. Rule applies to dead cells.
In M2 macrophage cells:
- IFN-gamma increases transform to M1 macrophage from 0 towards 0.001 with a Hill response, with half-max 1 and Hill power 4.
- contact with dead cell decreases migration speed from 0.5 towards 0 with a Hill response, with half-max 0.01 and Hill power 4.
- IFN-gamma decreases cycle entry from 7.2e-05 towards 0 with a Hill response, with half-max 0.25 and Hill power 2.
- IL-4 increases cycle entry from 7.2e-05 towards 0.001 with a Hill response, with half-max 0.25 and Hill power 2.
- IFN-gamma increases phagocytose apoptotic cell from 0.001 towards 0.05 with a Hill response, with half-max 0.25 and Hill power 2.
- IFN-gamma increases phagocytose necrotic cell from 0.001 towards 0.05 with a Hill response, with half-max 0.25 and Hill power 2.
- dead increases debris secretion from 0 towards 0.017 with a Hill response, with half-max 0.1 and Hill power 10. Rule applies to dead cells.
In Th2 CD4 T cell cells:
- IL-4 increases cycle entry from 0 towards 0.00036 with a Hill response, with half-max 0.25 and Hill power 2.
- IFN-gamma decreases cycle entry from 0 towards 0 with a Hill response, with half-max 0.25 and Hill power 2.
- contact with M0 macrophage decreases migration speed from 0.5 towards 0.25 with a Hill response, with half-max 0.1 and Hill power 2.
- contact with M1 macrophage decreases migration speed from 0.5 towards 0.25 with a Hill response, with half-max 0.1 and Hill power 2.
- contact with M2 macrophage decreases migration speed from 0.5 towards 0.25 with a Hill response, with half-max 0.1 and Hill power 2.
- contact with tumor decreases migration speed from 0.5 towards 0.25 with a Hill response, with half-max 0.1 and Hill power 2.
- dead increases debris secretion from 0 towards 0.017 with a Hill response, with half-max 0.1 and Hill power 10. Rule applies to dead cells.
Grow hypothesis:
In tumor cells:
- EGF increases cycle entry from 0.0001 towards 0.001 with a Hill response, with half-max 2 and Hill power 10.
Go hypothesis:
In tumor cells:
- EGF increases migration speed from 0.17 towards 0.5 with a Hill response, with half-max 2 and Hill power 10.
- EGF increases migration persistence time from 5 towards 10 with a Hill response, with half-max 2 and Hill power 10.
- EGF decreases cell-cell adhesion from 0.4 towards 0.2 with a Hill response, with half-max 2 and Hill power 10.
Model 6: PDAC immunotherapy example (link)
The model represents the interactions between the tumor and the immune system in pancreatic ductal adenocarcinoma (PDAC), incorporating the effect of immunotherapies.
The model includes initial conditions representing 16 different samples, each treated with one of eight therapies representing any combination of GVAX (GVAX
), nivolumab (ICI
), and urelumab (URU
).
These 128 files are located in config/ic_cells/
and follow the naming convention PDAC_TISSUE_<number>_<therapy>.csv
where <number>
is a sample index and <therapy>
is one of GVAX
, GVAX_ICI
, etc.
To run the model with different samples and therapies, change the config/PhysiCell_settings.xml
file inside the <cell_positions>
element to the desired file.
make load PROJ=pdac_therapy && make && ./project
In PD-L1lo_tumor cells:
- pressure decreases cycle entry from 0.00072 towards 0 with a Hill response, with half-max 0.25 and Hill power 3.
- damage increases apoptosis from 7.2e-05 towards 0.023 with a Hill response, with half-max 45 and Hill power 16.
- dead increases debris secretion from 0 towards 0.017 with a Hill response, with half-max 0.1 and Hill power 10. Rule applies to dead cells.
In PD-L1hi_tumor cells:
- pressure decreases cycle entry from 0.00072 towards 0 with a Hill response, with half-max 0.25 and Hill power 3.
- damage increases apoptosis from 7.2e-05 towards 0.023 with a Hill response, with half-max 45 and Hill power 16.
- dead increases debris secretion from 0 towards 0.017 with a Hill response, with half-max 0.1 and Hill power 10. Rule applies to dead cells.
In macrophage cells:
- oxygen decreases anti-inflammatory factor secretion from 1 towards 0 with a Hill response, with half-max 5 and Hill power 4.
- oxygen increases pro-inflammatory factor secretion from 0 towards 0.1 with a Hill response, with half-max 5 and Hill power 4.
In PD-1hi_CD137lo_CD8_Tcell cells:
- contact with PD-L1hi_tumor decreases migration speed from 1 towards 0 with a Hill response, with half-max 0.1 and Hill power 2.
- contact with PD-L1lo_tumor decreases migration speed from 1 towards 0 with a Hill response, with half-max 0.1 and Hill power 2.
- anti-inflammatory factor decreases migration speed from 1 towards 0 with a Hill response, with half-max 2.5 and Hill power 2.
- anti-inflammatory factor decreases attack PD-L1hi_tumor from 0 towards 0 with a Hill response, with half-max 2.5 and Hill power 2.
- anti-inflammatory factor decreases attack PD-L1lo_tumor from 3.33e-06 towards 0 with a Hill response, with half-max 2.5 and Hill power 2.
In PD-1lo_CD137lo_CD8_Tcell cells:
- contact with PD-L1hi_tumor decreases migration speed from 1 towards 0 with a Hill response, with half-max 0.1 and Hill power 2.
- contact with PD-L1lo_tumor decreases migration speed from 1 towards 0 with a Hill response, with half-max 0.1 and Hill power 2.
- anti-inflammatory factor decreases migration speed from 1 towards 0 with a Hill response, with half-max 2.5 and Hill power 2.
- anti-inflammatory factor decreases attack PD-L1hi_tumor from 3.33e-05 towards 0 with a Hill response, with half-max 2.5 and Hill power 2.
- pro-inflammatory factor increases attack PD-L1hi_tumor from 3.33e-05 towards 0.01 with a Hill response, with half-max 0.1 and Hill power 2.
- anti-inflammatory factor decreases attack PD-L1lo_tumor from 3.33e-05 towards 0 with a Hill response, with half-max 2.5 and Hill power 2.
- pro-inflammatory factor increases attack PD-L1lo_tumor from 3.33e-05 towards 0.01 with a Hill response, with half-max 0.1 and Hill power 2.
In PD-1hi_CD137hi_CD8_Tcell cells:
- contact with PD-L1hi_tumor decreases migration speed from 1 towards 0 with a Hill response, with half-max 0.1 and Hill power 2.
- contact with PD-L1lo_tumor decreases migration speed from 1 towards 0 with a Hill response, with half-max 0.1 and Hill power 2.
- anti-inflammatory factor decreases migration speed from 1 towards 0 with a Hill response, with half-max 2.5 and Hill power 2.
- anti-inflammatory factor decreases attack PD-L1hi_tumor from 0 towards 0 with a Hill response, with half-max 2.5 and Hill power 2.
- anti-inflammatory factor decreases attack PD-L1lo_tumor from 3.33e-05 towards 0 with a Hill response, with half-max 2.5 and Hill power 2.
In PD-1lo_CD137hi_CD8_Tcell cells:
- contact with PD-L1hi_tumor decreases migration speed from 1 towards 0 with a Hill response, with half-max 0.1 and Hill power 2.
- contact with PD-L1lo_tumor decreases migration speed from 1 towards 0 with a Hill response, with half-max 0.1 and Hill power 2.
- anti-inflammatory factor decreases migration speed from 1 towards 0 with a Hill response, with half-max 2.5 and Hill power 2.
- anti-inflammatory factor decreases attack PD-L1hi_tumor from 0.000333 towards 0 with a Hill response, with half-max 2.5 and Hill power 2.
- pro-inflammatory factor increases attack PD-L1hi_tumor from 0.000333 towards 0.1 with a Hill response, with half-max 0.1 and Hill power 2.
- anti-inflammatory factor decreases attack PD-L1lo_tumor from 0.000333 towards 0 with a Hill response, with half-max 2.5 and Hill power 2.
- pro-inflammatory factor increases attack PD-L1lo_tumor from 0.000333 towards 0.1 with a Hill response, with half-max 0.1 and Hill power 2.
In PD-1hi_CD4_Tcell cells:
- anti-inflammatory factor decreases migration speed from 1 towards 0 with a Hill response, with half-max 2.5 and Hill power 2.
- contact with macrophage decreases migration speed from 1 towards 0 with a Hill response, with half-max 0.1 and Hill power 2.
In PD-1lo_CD4_Tcell cells:
- anti-inflammatory factor decreases migration speed from 1 towards 0 with a Hill response, with half-max 2.5 and Hill power 2.
- contact with macrophage decreases migration speed from 1 towards 0 with a Hill response, with half-max 0.1 and Hill power 2.
Model 7: Neuro development example (link)
The model represents the formation of the laminar structure of the cortex, incorporating asymmetric division of a progenitor layer and migration of neurons to form the cortical layers.
Two configuration files are included to represent two regions of the cortex: the somatosensory cortex (SOM) and the auditory cortex (AUD).
make load PROJ=neuro_dev && make && ./project ./config/PhysiCell_settings_SOM.xml
make load PROJ=neuro_dev && make && ./project ./config/PhysiCell_settings_AUD.xml
SOM:
In rgc cells:
- contact with apical decreases migration speed from 1 towards 0 with a Hill response, with half-max 0.5 and Hill power 8.
- time decreases cycle entry from 0.0013 towards 0.00085 with a Hill response, with half-max 9206 and Hill power 10.
- time increases asymmetric division to layer_6 from 0 towards 1 with a Hill response, with half-max 1440 and Hill power 256.
- time decreases asymmetric division to layer_6 from 0 towards 0 with a Hill response, with half-max 5007 and Hill power 256.
- time increases asymmetric division to layer_5 from 0 towards 1 with a Hill response, with half-max 5007 and Hill power 256.
- time decreases asymmetric division to layer_5 from 0 towards 0 with a Hill response, with half-max 6554 and Hill power 256.
- time increases asymmetric division to layer_4 from 0 towards 1 with a Hill response, with half-max 6554 and Hill power 256.
- time decreases asymmetric division to layer_4 from 0 towards 0 with a Hill response, with half-max 9010 and Hill power 256.
- time increases asymmetric division to layer_3 from 0 towards 1 with a Hill response, with half-max 9010 and Hill power 256.
- time decreases asymmetric division to layer_3 from 0 towards 0 with a Hill response, with half-max 10985 and Hill power 256.
- time increases asymmetric division to layer_2 from 0 towards 1 with a Hill response, with half-max 10985 and Hill power 256.
- time decreases asymmetric division to layer_2 from 0 towards 0 with a Hill response, with half-max 12960 and Hill power 256.
- time increases apoptosis from 0 towards 1 with a Hill response, with half-max 12960 and Hill power 256.
AUD:
In rgc cells:
- contact with apical decreases migration speed from 1 towards 0 with a Hill response, with half-max 0.5 and Hill power 8.
- time decreases cycle entry from 0.0013 towards 0.00085 with a Hill response, with half-max 4808 and Hill power 10.
- time increases asymmetric division to layer_6 from 0 towards 1 with a Hill response, with half-max 1440 and Hill power 256.
- time decreases asymmetric division to layer_6 from 0 towards 0 with a Hill response, with half-max 3309 and Hill power 256.
- time increases asymmetric division to layer_5 from 0 towards 1 with a Hill response, with half-max 3309 and Hill power 256.
- time decreases asymmetric division to layer_5 from 0 towards 0 with a Hill response, with half-max 7068 and Hill power 256.
- time increases asymmetric division to layer_4 from 0 towards 1 with a Hill response, with half-max 7068 and Hill power 256.
- time decreases asymmetric division to layer_4 from 0 towards 0 with a Hill response, with half-max 8638 and Hill power 256.
- time increases asymmetric division to layer_3 from 0 towards 1 with a Hill response, with half-max 8638 and Hill power 256.
- time decreases asymmetric division to layer_3 from 0 towards 0 with a Hill response, with half-max 10799 and Hill power 256.
- time increases asymmetric division to layer_2 from 0 towards 1 with a Hill response, with half-max 10799 and Hill power 256.
- time decreases asymmetric division to layer_2 from 0 towards 0 with a Hill response, with half-max 12960 and Hill power 256.
- time increases apoptosis from 0 towards 1 with a Hill response, with half-max 12960 and Hill power 256.