getBatchCorrection {geneClassifiers} | R Documentation |
getBatchCorrection
returns TRUE or FALSE
indicating whether correction was applied
getBatchCorrection(object) ## S4 method for signature 'ClassifierResults' getBatchCorrection(object)
object |
An object of class |
TRUE or FALSE
Other classifier results: getClassifications
,
getScores
, getWeightingType
myData <- setNormalizationMethod(exampleMAS5, "MAS5.0",targetValue=500) results <- runClassifier('EMC92', myData) getBatchCorrection( results )