assemble_tracks_time_lapse_shiny: Integrate cell track tables

View source: R/shiny-functions.R

assemble_tracks_time_lapse_shinyR Documentation

Integrate cell track tables

Description

Subsets the successfully loaded files. In case of timelapse experiments with multiple phases it sorts the data into multiple data.frames and returns a list of multiple data.frames named according to the ordinal number of the phase ("first", "second" etc.). In case of non timelapse experimernts the list contains only one data.frame in a slot named "first".

Usage

assemble_tracks_time_lapse_shiny(track_data_list, well_plate_list, object)

Arguments

track_data_list

The output of load_track_files_shiny().

Value

A list of data.frames named by


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