Skip to contents

time_series_single_reads() gets a time series of Tecan plate reader measurements from an Excel file when a single reading was taken of each well

Usage

time_series_single_reads(dat_raw)

Arguments

dat_raw

(tibble) a excel sheet

Value

A tibble::tibble() containing tidy data

Examples

traw$time_series_single_reads |> time_series_single_reads()
#> # A tibble: 45 × 5
#>    well  `Cycle Nr.` `Time [s]` `Temp. [°C]`  value
#>    <chr>       <dbl>      <dbl>        <dbl>  <dbl>
#>  1 A1              1          0         29.7 0.0947
#>  2 A2              1          0         29.7 0.144 
#>  3 A3              1          0         29.7 0.118 
#>  4 B1              1          0         29.7 0.137 
#>  5 B2              1          0         29.7 0.141 
#>  6 B3              1          0         29.7 0.389 
#>  7 C1              1          0         29.7 0.188 
#>  8 C2              1          0         29.7 0.173 
#>  9 C3              1          0         29.7 0.220 
#> 10 A1              2         10         29.6 0.0951
#> # ℹ 35 more rows