compute_window_slope | R Documentation |
Compute the slope of the confluency in a window using the max-min approximation. Does the direct sum, considering the values are log-transformed.
compute_window_slope(experiment, winsize = 20, do_plot = TRUE)
experiment |
Dataset as return by read_incu from incucyter |
winsize |
The half-size of the window in time units |
do_plot |
Boolean whether the slopes microplate should be plotted |
Invisibly the experiment tibble without the first 'winsize' data points and an extra column 'Slope'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.