fitFun {cellVolumeDist} | R Documentation |
Model for the distribution of cell volumes
Description
This is an implementation of a model for the distribution
of cell volumes that constitutes Equation 7 in the paper listed in the
references. It evaluates volEq7
at a vector of volume
() values.
Usage
fitFun(par, t = 29, sigma_t = .3*t, V = 1:100)
Arguments
par |
a list of parameter starting values, with elements |
t |
a numeric value representing the average cell cycle time ( |
sigma_t |
a numeric value representing the variability in the
average cell cycle time |
V |
a numeric value representing the (vector of) volumes ( |
Value
A numeric vector representing a cell volume () distribution.
References
Halter M, Elliott JT, Hubbard JB, Tona A, Plant AL (2009), "Cell Volume Distributions Reveal Cell Growth Rates and Division Times", Journal of Theoretical Biology, Vol 257, pp 124 - 130, DOI: 10.1016/j.jtbi.2008.10.031.