validate_analysis_module_variables_shiny: Title

View source: R/shiny-functions.R

validate_analysis_module_variables_shinyR Documentation

Title

Description

makes sure that the denoted identifier variables are valid. to be used in observeEvent() of pdl_step4 action button 'Save & Proceed'

Usage

validate_analysis_module_variables_shiny(
  assembled_module_info,
  df,
  mitosis_module_used,
  object
)

Arguments

assembled_module_info

the respective output of assemble_module_info*() functions (module information list)

mitosis_module_used

logical, skip if lineages have to be reconstructed

object
example_df

the example file loaded in prepare data loading

Value

List of variables, converted if necessary, named according to the variable. If conversion was not possible or the variable was missing the respective slot contains the error message of the thrown error instead.


theMILOlab/cypro documentation built on April 5, 2022, 2:03 a.m.