| showClassifierList {geneClassifiers} | R Documentation |
showClassifierList gives a data.frame of all implemented classifiers.
showClassifierList(normalizations)
normalizations |
an optional text argument of one or more normalization methods in order to filter the classifiers to be shown. |
The names of the classifiers shown can be used as input for the runClassifier function and the getClassifier function.
A data.frame with columns: "name","normalizationMethod" and "description"
Other workflow functions: getNormalizationMethod,
runClassifier,
setNormalizationMethod
showClassifierList()
data(exampleMAS5)
myData <- setNormalizationMethod(exampleMAS5, "MAS5.0",targetValue=500)
results <- runClassifier('UAMS70', myData)
getScores( results )
getClassifications( results )