showClassifierList-methods: Show classifier names and descriptions.

Description Usage Arguments Details Value See Also Examples

Description

showClassifierList gives a data.frame of all implemented classifiers.

Usage

1
showClassifierList(normalizations)

Arguments

normalizations

an optional text argument of one or more normalization methods in order to filter the classifiers to be shown.

Details

The names of the classifiers shown can be used as input for the runClassifier function and the getClassifier function.

Value

A data.frame with columns: "name","normalizationMethod" and "description"

See Also

Other workflow functions: getNormalizationMethod, runClassifier, setNormalizationMethod

Examples

1
2
3
4
5
6
showClassifierList()
data(exampleMAS5)
myData <- setNormalizationMethod(exampleMAS5, "MAS5.0",targetValue=500)
results <- runClassifier('UAMS70', myData)
getScores( results )
getClassifications( results )

geneClassifiers documentation built on Nov. 8, 2020, 4:58 p.m.