Description Usage Arguments Details Value Examples
View source: R/calcCellNumbs.R
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
1 | calcCellNumb(N0 = 1, d = 24, t)
|
N0 |
Initial number of cells. Default = 1 |
d |
Doubling time of the cell culture. Default = 24 hours |
t |
Time in hours |
The function calculates the number of cells by using the equation N = N0 * 2^(t/d)
The number of cells after t
hours
1 | calcCellNumber(1,24,24) = 2
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.