getBatchCorrection {geneClassifiers}R Documentation

Obtain the batch correction status for a classifier result.

Description

getBatchCorrection returns TRUE or FALSE indicating whether correction was applied

Usage

getBatchCorrection(object)

## S4 method for signature 'ClassifierResults'
getBatchCorrection(object)

Arguments

object

An object of class ClassifierResults as returned by runClassifier

Value

TRUE or FALSE

See Also

Other classifier results: getClassifications, getScores, getWeightingType

Examples

myData <- setNormalizationMethod(exampleMAS5, "MAS5.0",targetValue=500)
results <- runClassifier('EMC92', myData)
getBatchCorrection( results )

[Package geneClassifiers version 1.18.0 Index]