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