- dat
A string ("dat_1.dat") if the file is found within the present working directory (pwd) OR a path pointing directly to a ".dat" file.
- tnp
A numeric value indicating the number of rows used. TNP is used as an acronym for Test, Negative, Positive.
- cycles
A numeric value indicating the number of cycles selected by the user when running the FLUOstar instrument.
- rows_used
A character vector of the rows used; ru = c('A','B','C').
- cols_used
A numeric vector of the columns used; cu = c(1,2,3).
- user_specific_labels
A character vector manually prepared by the user to denote the wells used on the microplate reader; usl = c('A1','B1','C1').
- read_direction
A string input with two choices, “vertical” or “horizontal.”
The user indicates “vertical” if the user intends to have a final data frame
with samples arranged as sample type triplets (A1, B1, C1, A1, B1, C1)
OR “horizontal” if the user intends to have a final data frame with samples.
- na_omit
Takes a string "yes" OR "no".