Skip to contents

Constructs the study-wide settings that control data preprocessing.

Usage

new_study_params(
  is_log_response = TRUE,
  is_log_independent = TRUE,
  apply_prozone = TRUE,
  blank_option = "ignored"
)

Arguments

is_log_response

Logical. Log10-transform the assay response? Default TRUE.

is_log_independent

Logical. Log10-transform the concentration? Default TRUE.

apply_prozone

Logical. Apply prozone (hook effect) correction? Default TRUE.

blank_option

Character. Blank handling method. One of "ignored", "included", "subtracted", "subtracted_3x", "subtracted_10x". Default "ignored".

Value

A named list of class study_params.