CellModel-class: CellModel

Description Slots

Description

The top-level CellModel class. All other cell model classes inherit from this in some way

Slots

cells

A list object that describes the state of the cells at each time. The state representation depends on the type of model run, and is accessed by the function designed for each model type.

initialNum

number of cells at time 0

runTime

number of model hours to run the simulation

density

initial density of cells

boundary

keep cells within circular boundary

syncCycles

start all cells in the beginning of interphase

randSeed

random seed used for both R and C++ functions

outputIncrement

how often simulation info is displayed

recordIncrement

how often cell info is recorded (controls size of resulting CellModel object

timeIncrement

controls how fine the model timestep is

cellTypes

list of CellType objects used in the model

cellTypeInitFreq

initial frequency of cell types among cells

drugs

list of Drug objects used in the model


CancerInSilico documentation built on Nov. 8, 2020, 6:32 p.m.