volEq7 {cellVolumeDist} | R Documentation |
Model for the distribution of cell volumes
Description
This is an implementation of a model for the distribution
of cell volumes (um^3
)
that constitutes Equation 7 in the paper listed in the
references.
Usage
volEq7(A = 1, r = 1, sigma_r = 1, t = 29, sigma_t = .3*t, V = 1)
Arguments
A |
a numeric value that represents the starting value for a linear scaling parameter associated with the volume distribution curve |
r |
a numeric value that represents the starting value for the
rate of cell growth parameter ( |
sigma_r |
a numeric value that represents the starting value for
the variability in the rate of cell growth parameter |
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 volume ( |
Value
A numeric value representing the frequency of cells expected having
volume V
(um^3
).
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.