plate_read_biotek_wl: Read the 'wavelength' data blocks from a _biotek_ '.csv'...

View source: R/plate_biotek.R

plate_read_biotek_wlR Documentation

Read the wavelength data blocks from a biotek .csv file.

Description

Read the wavelength data blocks from a biotek .csv file.

Usage

plate_read_biotek_wl(file, format_well = TRUE)

Arguments

file

File path to the .csv file.

format_well

Whether to format the well column of the returned dataframes.

Value

a tibble

Examples

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

plate_read_biotek_wl(file_data)
plate_read_biotek_wl(file_data, format = FALSE)

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