Skip to contents

Sets the raw signal variable used for calculations starting from raw signal values (i.e., normalization)

Usage

set_intensity_var(
  data = NULL,
  variable_name,
  auto_select = FALSE,
  warnings = TRUE,
  ...
)

Arguments

data

MidarExperiment object

variable_name

Feature variable to be used as default feature intensity for downstream processing.

auto_select

If TRUE then the first available of these will be used as default: "intensity", "response", "area", "height".

warnings

Suppress warnings

...

Feature variables to best search for one-by-one when auto-detect = TRUE

Value

MidarExperiment object