getCycleLength {CancerInSilico}R Documentation

get cycle length of a cell at a given time

Description

get cycle length of a cell at a given time

Usage

getCycleLength(model, time, cell)

## S4 method for signature 'OffLatticeModel'
getCycleLength(model, time, cell)

Arguments

model

cell model object

time

hour of the model to query

cell

id of cell to query

Value

cycle length in hours

Examples

data(SampleModels)
getCycleLength(modDefault, modDefault@runTime, 1)

[Package CancerInSilico version 2.2.1 Index]