li08_solution {LoopDetectR} | R Documentation |
Solution for the cell cycle model related to func_li08
Description
The file contains the solution over time (3 oscillatory cycles) for the ordinary differential equation model as given in func_li08. In addition, events as constructed in the original publication [Li et al., 2008] are considered.
Usage
li08_solution
Format
A dataframe with 634 rows and 19 columns
- time
time variable
- y1
first variable value
- y2
second variable value,
- etc.
etc.
- y18
18th variable value
Source
The Caulobacter cell cycle model was proposed in Li S, Brazhnik P, Sobral B, Tyson JJ. A Quantitative Study of the Division Cycle of Caulobacter crescentus Stalked Cells. Plos Comput Biol. 2008;4(1):e9. The solutions were generated with MATLAB using the functions accompanying the above reference on http://mpf.biol.vt.edu/research/caulobacter/SWST/pp/.
[Package LoopDetectR version 0.1.2 Index]