Skip to contents

A short description... #' @details Additional details...

Usage

corr_batch_centering(
  data,
  qc_types,
  use_raw_concentrations = FALSE,
  center_fun = "median"
)

Arguments

data

MidarExperiment object

qc_types

QC types used for batch correction

use_raw_concentrations

Apply to unadjusted (raw) concentration. Default is FALSE, which means previously drift-corrected concentrations will be used if available, otherwise unadjusted concentrations will be used

center_fun

Function used to center. Default is "median".

Value

MidarExperiment object