| getWeightingType {geneClassifiers} | R Documentation |
getWeightingType returns weigthing type
getWeightingTypes returns weigthing type
getWeightingType(object) getWeightingTypes() ## S4 method for signature 'ClassifierResults' getWeightingType(object)
object |
An object of class |
one of the values in getWeightingTypes()
either "complete" or "reweighted"
Other classifier results: getBatchCorrection,
getClassifications, getScores
Other classifier results: getBatchCorrection,
getClassifications, getScores
myData <- setNormalizationMethod(exampleMAS5, "MAS5.0",targetValue=500)
results <- runClassifier('EMC92', myData)
getWeightingType( results )
getWeightingTypes()