View source: R/growth_curves.R
process_growth_curve | R Documentation |
Extract growth rate, normalise and averages growth curves from the experiment
process_growth_curve(
experiment,
keep_controls = TRUE,
max_confluency = 75,
space = log
)
experiment |
Dataset as return by read_incu from incucyter |
keep_controls |
Whether the controls should be present in the output. Control values are DMSO, medium and no_cells. |
max_confluency |
The maximum value to consider valid. Used to remove data points when the growth tappers out because of contact inhibition. Adjust according to your data type. |
space |
A function to modify the fitting space (log (default), identity, etc) |
A tibble with new columns Inhibitor, Concentration and Viability
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.