compute_window_slope: Compute the slope of the confluency in a window

compute_window_slopeR Documentation

Compute the slope of the confluency in a window

Description

Compute the slope of the confluency in a window using the max-min approximation. Does the direct sum, considering the values are log-transformed.

Usage

compute_window_slope(experiment, winsize = 20, do_plot = TRUE)

Arguments

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

Value

Invisibly the experiment tibble without the first 'winsize' data points and an extra column 'Slope'.


MathurinD/drugResistance documentation built on July 4, 2025, 10:30 p.m.