Skip to contents

single_time_single_reads() gets a Tecan plate reader measurement from an Excel file when a single reading was taken of each well

Usage

single_time_single_reads(dat_raw)

Arguments

dat_raw

(tibble) a excel sheet

Value

A tibble::tibble() containing tidy data

Examples

traw$single_time_single_reads |> single_time_single_reads()
#> # A tibble: 96 × 2
#>    well   value
#>    <chr>  <dbl>
#>  1 A1    0.0932
#>  2 A2    0.143 
#>  3 A3    0.114 
#>  4 A4    0.312 
#>  5 A5    0.136 
#>  6 A6    0.112 
#>  7 A7    0.245 
#>  8 A8    0.119 
#>  9 A9    0.0858
#> 10 A10   0.0844
#> # ℹ 86 more rows