olink_iqr {OlinkAnalyze}R 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


[Package OlinkAnalyze version 4.0.2 Index]