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