olink_iqr: Compute inter-quartile range (IQR) of multiplied by a fixed...

View source: R/olink_outlier_detection_utils.R

olink_iqrR Documentation

Description

Compute inter-quartile range (IQR) of multiplied by a fixed value

Usage

olink_iqr(df, quant_col, iqr_group, iqr_sd)

Arguments

df

Olink dataset

quant_col

Character vector of name of quantification column

iqr_group

Grouping for which to compute IQR for

iqr_sd

Fixed value to multiply IQR with

Value

Input dataset with two additional columns, iqr and iqr_sd


OlinkAnalyze documentation built on Sept. 25, 2024, 9:07 a.m.