Function reference
Read and Wrangle Data
These functions use readxl::read_xlsx()
to import data from Excel files and then wrangle it into tidy format for downstream plotting and analysis. You will want to use one of these functions in most cases.
-
tparse()
- Parse a Tecan Infinite 200 Pro plate reader file
-
tunite()
- Stitch together segments of time series measurements
Convert to Tidy Format
These functions are what higher-level functions such as tparse()
use to convert the output of readxl::read_xlsx()
into tidy format. These functions for more specific use cases where the data type is known and side effects of the higher-level functions are unwanted. The example data set is mostly useful for debugging and understanding the inner workings of these functions.
-
single_time_single_reads()
- Read single measurement per well
-
single_time_multiple_reads()
- Read multiple measurements per well
-
time_series_single_reads()
- Read time series of measurements
-
time_series_multiple_reads()
- Read a time series of multiple measurements per well
-
traw
- Raw data for conversion to long format