Generates a plot of the negative control data with gating thresholds overlaid, allowing for visual confirmation of gating parameters used during the timer transformation process.
Arguments
- prep
A list containing file paths and variables, typically the output from
prep_tocky
. It must include:neg
: Character string specifying the negative control file name.path
: Character string specifying the directory path to data files.
- x
A
TockyPrepData
object resulting fromtimer_transform
, containing processed data and normalization parameters, including gating thresholds.
Details
This function reads the negative control data specified in prep
, applies logarithmic transformation to the Timer Red and Timer Blue fluorescence channels, and plots Red_log
versus Blue_log
values. The gating thresholds extracted from the TockyPrepData
object x
are overlaid on the plot as vertical and horizontal lines. This allows users to visually confirm the gating thresholds applied during the data normalization process.