Description Usage Arguments Value Examples
View source: R/General_functions_u.R
Define Type 0 cells: sensitive cell lines
1 2 | define.Type0.cells(N0, birth_rate, death_rate, scale = 1,
pk.function = "pk")
|
N0 |
cell population at time 0. |
birth_rate |
birth rate function. It can be a numeric value, a user created function or the result of a model fitting function. |
death_rate |
death rate function. It can be a numeric value, a user created function or the result of a model fitting function. |
scale |
scaling parameter. Numeric value. |
pk.function |
the name of the function(s) which computes the pharmacokinetic profile of the drug(s) that affects type 0 cells. |
a S4 object with all the above information gathered together.
1 | define.Type0.cells(N0=1,birth_rate = 0.001,death_rate = 0.005)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.