View source: R/olink_outlier_detection_utils.R
olink_median_iqr_outlier | 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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.