View source: R/shiny-functions.R
read_data_files_shiny | R Documentation |
A function to be used for argument .f
of purrr::map2()
.
Calls the respective reading function depending on the directory's ending.
Makes sure that all denoted variables exist
Makes sure that all denoted variables have valid content
read_data_files_shiny( directory, progress_n, progress, object, used_variable_names, assembled_module_info_lists, mitosis_module_used = FALSE )
directory |
Character value. The directory from which to read the data.frame.
of |
progress_n |
Numeric value. Indicates the iterating progress. |
progress |
A shiny - R6 progress object. |
assembled_module_info_lists |
A list of three slots: 'identifier' = pdl_step_2_info_assembled() 'analysis_modules' = pdl_step_3_info_assembled(), 'additional' = pdl_step_4_info_assembled() |
The read in data.frame with three additional informative columns: well_roi, condition and cell_line.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.