getClassifications {geneClassifiers} | R Documentation |
getClassifications
returns the resulting classifications.
getClassifications(object) ## S4 method for signature 'ClassifierResults' getClassifications(object)
object |
An object of class |
A vector of orderd factors with classifications per sample
Other classifier results: getBatchCorrection
,
getScores
, getWeightingType
myData <- setNormalizationMethod(exampleMAS5, "MAS5.0",targetValue=500) results <- runClassifier('EMC92', myData) getScores( results ) getClassifications( results )