existOutlierResults: Logical Tests

View source: R/logical-tests.R

existOutlierResultsR Documentation

Logical Tests

Description

Logical tests that return TRUE if the specified functions/algorithms have been used on the object and FALSE if not.

Usage

existOutlierResults(object, phase = NA, method_outlier = NA, verbose = FALSE)

isTimeLapseExp(object)

isUsable(object, module, verbose = FALSE)

multiplePhases(object)

isNormalizedWithZscore(object)

Arguments

object

A valid cypro object.

phase

Character or numeric. If character, the ordinal value referring to the phase of interest (e.g. 'first', 'second' etc.). referring to the phase of interest or 'all'. If numeric, the number referring to the phase.

If set to NULL takes the phase denoted as default with adjustDefault().

Ignored if the experiment design contains only one phase.

method_outlier

Character vector. Specifies the method/algorithm of interest.

Use validOutlierDetectionMethods() to obtain all valid input options.

verbose

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

(Warning messages will always be printed.)

Value

TRUE or FALSE


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