For each feature, different QC metrics are calculated, either across the full analysis or as medians of batch-wise calculations
Usage
qc_calc_metrics(
data = NULL,
batch_medians,
with_norm_intensity = TRUE,
with_conc = TRUE,
with_linearity = TRUE,
with_calibration = TRUE
)
Arguments
- data
MidarExperiment object
- batch_medians
Use median of batch-wise derived QC values. Default is FALSE.
- with_norm_intensity
Include normalized intensity statistics of features. Default is TRUE.
- with_conc
Include concentration statistics of features. Default is TRUE.
- with_linearity
Include linearity statistics of response curves. This will increase the calculation time. Default is TRUE.
- with_calibration
Include external calibration results if available.