getCycleLength {CancerInSilico} | R Documentation |
get cycle length of a cell at a given time
getCycleLength(model, time, cell) ## S4 method for signature 'OffLatticeModel' getCycleLength(model, time, cell)
model |
cell model object |
time |
hour of the model to query |
cell |
id of cell to query |
cycle length in hours
data(SampleModels) getCycleLength(modDefault, modDefault@runTime, 1)