plate_read_biotek: Read Biotek Output CSV Files

View source: R/plate_biotek.R

plate_read_biotekR Documentation

Read Biotek Output CSV Files

Description

Read Biotek Output CSV Files

Usage

plate_read_biotek(file, time_average = TRUE, second_wl = FALSE)

Arguments

file

The filepath to a .csv file, exported from a Biotek plate reader.

time_average

Logical, whether to average the time points across different observations (LUM / OD) and pivot them to their own columns.

second_wl

Whether to include the second wavelength when reading in data blocks, or to keep just the label and the first wavelength.

Value

tibble::tibble()

Examples

file_data <- system.file(
  "extdata",
  "2024-02-29_vio_GFP_main.csv",
  package = "wellr"
)

plate_read_biotek(file_data)
plate_read_biotek(file_data, second_wl = TRUE)

rforbiochemists/wellr documentation built on March 28, 2024, 4:26 a.m.