olink_median_iqr_outlier: Compute outliers based on median +/- iqr_sd * IQR
Description
Compute outliers based on median +/- iqr_sd * IQR
Usage
olink_median_iqr_outlier(df, quant_col, group, iqr_sd)
Value
Boolean vector with length equal to the number of input rows
indicating outlier.
Arguments
- df
Olink dataset
- quant_col
Character vector of name of quantification column
- group
Grouping for which to compute median for
- iqr_sd
Fixed value to multiply IQR with