define.Typeicr.cells: define.Typeicr.cells

Description Usage Arguments Value Examples

View source: R/General_functions_u.R

Description

Define Type icr cells: cross-resistant cell line

Usage

1
2
define.Typeicr.cells(Ni_0 = 0, birth_rate, death_rate, mutation_rate,
  mother_cell = 1, scale = 1)

Arguments

Ni_0

cell population at time 0.

birth_rate

numeric value for the birth rate of cross-resistant cells.

death_rate

numeric value for the death rate of cross-resistant cells.

mutation_rate

numeric value for mutation rate.

mother_cell

number corresponding to the mother cell type from which type icr cell has emerged.

scale

scaling parameter. Numeric value.

Value

a S4 object with all the above information gathered together.

Examples

1
define.Typeicr.cells(Ni_0=0,birth_rate = 0.001,death_rate  = 0.005,mutation_rate=0.0001)

ItziarIA/ACESO documentation built on June 2, 2021, 5:09 p.m.