Skip to contents

The Shiny application provides a user interface for adjusting the blue and red fluorescence thresholds and choosing between normalization methods. It updates visualizations based on user inputs to aid in determining optimal parameters for data analysis.

Usage

explore_timer_transform(prep, transformed_data)

Arguments

prep

A prep object containing file paths and variables, typically the output from prep_tocky.

transformed_data

A TockyPrepData object

Value

Does not return a value; a Shiny app is launched in the default web browser.

Details

This function launches a Shiny application that allows users to interactively explore the parameter space of the `timer_transform` function. Users can adjust thresholds and normalization methods to see how these changes affect the transformation of flow cytometry data.

Examples

if (FALSE) { # \dontrun{
  explore_timer_transform(prep_data, transformed_data)
} # }