getOutlierWells: Obtain possible outlier wells

View source: R/get-family.R

getOutlierWellsR Documentation

Obtain possible outlier wells

Description

Returns a data.frame of well plate wells that indicates how often a wells distance value to other wells is assumed to be an outlier by grDevices::boxplot.stats().

Usage

getOutlierWells(object, threshold = 0.75, verbose = NULL)

Arguments

object

A valid cypro object.

threshold

Numeric value. The minimum percentage of wells to which a wells distance must be assumed to be an outlier. Defaults to 0.75.

verbose

Logical. If set to TRUE informative messages regarding the computational progress will be printed.

(Warning messages will always be printed.)

Value

A data.frame of well plate wells.


theMILOlab/cypro documentation built on April 5, 2022, 2:03 a.m.