Description Usage Arguments Value Examples
View source: R/General_functions_u.R
Define Type i cells: resistant cell line
1 2 | define.Typei.cells(Ni = 0, birth_rate, death_rate, mutation_rate,
scale = 1, pk.function = "pk")
|
Ni |
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. |
mutation_rate |
numeric value or function for the mutation rate. |
scale |
scaling parameter. Numeric value. |
pk.function |
the name of the function which computes the pharmacokinetic profile of the drug that affects type i cells. |
a S4 object with all the above information gathered together.
1 | define.Typei.cells(Ni=0,birth_rate = 0.001,death_rate = 0.005,mutation_rate=0.0001)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.