split: Piecewise curves for rates which change in the middle of an...

Description Usage Arguments Value Author(s) References See Also

Description

This helper functions provide the same functionality as the prolif_tot set of functions, but with the additional assumption that rates change at some breakpoint during the dataset.

Usage

1
2
3
4
5
split_tot(t, x0, q0, d1, d2, q1, q2, ad1, aq1, ad2, aq2, br=20)
split_d(  t, x0, q0, d1, d2, q1, q2, ad1, aq1, ad2, aq2, br=20)
split_q(  t, x0, q0, d1, d2, q1, q2, ad1, aq1, ad2, aq2, br=20)
split_fd( t, x0, q0, d1, d2, q1, q2, ad1, aq1, ad2, aq2, br=20)
split_fq( t, x0, q0, d1, d2, q1, q2, ad1, aq1, ad2, aq2, br=20)

Arguments

t

A vector time points to return expected population size.

x0

The size of the initial propagating (or dividing) population at t=0.

q0

The size of the quiescent or non-propagating population at t=0.

d1

The rate of growth of the propagating population in the first section.

d2

The rate of growth of the propagating population in the second section.

q1

The rate at which propagating population members join the quiescent population in the first section.

q2

The rate at which propagating population members join the quiescent population in the second section.

ad1

The rate of death from the dividing or propagating population in the first section.

aq1

The rate of death from the quiescent population in the first section.

ad2

The rate of death from the dividing or propagating population in the second section.

aq2

The rate of death from the quiescent population in the second section.

br

The time breakpoint for the change in rate

Value

A numerical vector of expected (sub)population totals (or fraction)

Author(s)

Darren Tyson, Shawn Garbett

References

The method of determining growth rate is taken from Powell E.0. (1956). Growth Rate and Generation Time of Bacteria, with Special Reference to Continuous Culture. J.Gen.Microbial V15,492-511. This makes a robust estimator in the presence of skewed distributions.

See Also

prolif_tot prolif_d prolif_q prolif_fd prolif_fq


fracprolif documentation built on May 2, 2019, 7:59 a.m.