load_data_files_shiny: Read in cell track data

View source: R/shiny-functions.R

load_data_files_shinyR Documentation

Read in cell track data

Description

Reads in excel- and csv-files of all valid directories while displaying the progress via a progress bar.

Usage

load_data_files_shiny(
  wp_list,
  wp_name,
  session,
  object,
  assembled_module_info_lists,
  used_variable_names,
  mitosis_module_used
)

Arguments

wp_list

A well plate list.

wp_name

The name of the respective well plate.

Value

A nested list obtained by purrr::safely() with successfully loaded files and failed ones including the error message.


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