plate_check_discrepant_multiples: Search for and remove multiples which sets.

Description Usage Arguments Value

View source: R/biosets.R

Description

Dealing with raw data one might have to exclude a sample where duplicates / triplicates / ... are too discrepant to use. This function identifies those samples and might delete them.

Usage

1
2
plate_check_discrepant_multiples(data, ids, ..., threshold = 0.2,
  throw_warnings = TRUE, remove = TRUE, set = set)

Arguments

data

Tibble holding the data.

ids

The column that holds the ids of the samples.

...

Columns to use for filtering.

threshold

The threshold used for filtering: e.g. concentration_cv (coefficient of variation) > 0.2. If a column recovery is found the threshold for warning will be: recovery < 1 - threshold | recovery > 1 + threshold

throw_warnings

Throw a warning for each detected / removed sample?

remove

Remove detected samples?

set

The column that holds the id of the sets / plates.

Value

The tibble.


randomchars42/eenv documentation built on May 20, 2019, 1:29 p.m.