Skip to content

Add an option to skip wells to calc_qPCR_mod #7

@charles-plessy

Description

@charles-plessy

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions