plate_read_biotek | R Documentation |
Read Biotek Output CSV Files
plate_read_biotek(file, time_average = TRUE, second_wl = FALSE)
file |
The filepath to a |
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. |
tibble::tibble()
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.