View source: R/growth_curves.R
process_single_growth_curve | R Documentation |
Process one growth curve to a viability value
process_single_growth_curve(trace, max_confluency = 75)
trace |
A tibble with columns Elapsed for the time and Value for the confluency at those times |
max_confluency |
Value above which the confluency is not growing exponentially anymore |
A one line tibble with the same columns where value is now the growth rate
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.