calcCellNumb: Calculate cell numbers

Description Usage Arguments Details Value Examples

View source: R/calcCellNumbs.R

Description

Calculates the number of cells after t hours, by using the doubling time as a measure of mitosis and death of cells in the culture

Usage

1
calcCellNumb(N0 = 1, d = 24, t)

Arguments

N0

Initial number of cells. Default = 1

d

Doubling time of the cell culture. Default = 24 hours

t

Time in hours

Details

The function calculates the number of cells by using the equation N = N0 * 2^(t/d)

Value

The number of cells after t hours

Examples

1
calcCellNumber(1,24,24) = 2

bastiaanvdroest/DriverProbabilities documentation built on Dec. 8, 2019, 10:29 a.m.