define.Typei.cells: define.Typei.cells

Description Usage Arguments Value Examples

View source: R/General_functions_u.R

Description

Define Type i cells: resistant cell line

Usage

1
2
define.Typei.cells(Ni = 0, birth_rate, death_rate, mutation_rate,
  scale = 1, pk.function = "pk")

Arguments

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.

Value

a S4 object with all the above information gathered together.

Examples

1
define.Typei.cells(Ni=0,birth_rate = 0.001,death_rate  = 0.005,mutation_rate=0.0001)

Michorlab/ACESO documentation built on June 4, 2021, 4:57 p.m.