define.Type0.cells: define.Type0.cells

Description Usage Arguments Value Examples

View source: R/General_functions_u.R

Description

Define Type 0 cells: sensitive cell lines

Usage

1
2
define.Type0.cells(N0, birth_rate, death_rate, scale = 1,
  pk.function = "pk")

Arguments

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.

Value

a S4 object with all the above information gathered together.

Examples

1
define.Type0.cells(N0=1,birth_rate = 0.001,death_rate  = 0.005)

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