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