Description Usage Arguments Value Examples
For cell culture. Calculates the growth rate and doubling time of cells based on hours passed, seeding number, and current count.
1 | calculate_growth_rate(current_number, starting_number, time.hours)
|
current_number |
number of cells counted at the end; integer. |
starting_number |
number of cells seeded. integer. |
time.hours |
number of hours that passed between seeding and collection; integer. |
returns a dataframe.
1 | # ADD_EXAMPLES_HERE
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.