olink_median_iqr_outlier {OlinkAnalyze} | R Documentation |
Compute outliers based on median +/- iqr_sd * IQR
olink_median_iqr_outlier(df, quant_col, group, iqr_sd)
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 |
Boolean vector with length equal to the number of input rows indicating outlier.