Calculate whether a sample is an outlier or not based on all the existing "outlier_"
columns.
summarize_outlier(.data, out_column = outlier, ..., quiet = NULL)
A tibble with raw Delta values and file information.
The name of the outlier column.
These dots are for future extensions and must be empty.
If TRUE
, print info messages. If NULL
(default) listens to options(clumpedr.quiet)