Something like:
mod <- calc_qPCR_mod(fluo[!fluo$well %in% c("G14", "O06"),])
mod <- mod |> tibble::add_row(well = "G14") |> tibble::add_row(well = "O06") |> dplyr::arrange(well)
The problem addressed here is that calc_qPCR_mod sometimes crash when data is too bad.
Something like:
The problem addressed here is that
calc_qPCR_modsometimes crash when data is too bad.