getTargetValue {geneClassifiers} | R Documentation |
getTargetValue
returns the current applied targetValue
in the MAS5.0 gene expression data.
getTargetValue(object) ## S4 method for signature 'FixedExpressionData' getTargetValue(object)
object |
An object of class |
A numeric value
Other fixed data information extraction functions: [,FixedExpressionData-method
,
dim,FixedExpressionData-method
,
getNormalizationMethod
data(exampleMAS5) myData <- setNormalizationMethod(exampleMAS5, "MAS5.0", targetValue=500) getTargetValue( myData )