getTargetValue {geneClassifiers}R Documentation

Obtain the targetValue

Description

getTargetValue returns the current applied targetValue in the MAS5.0 gene expression data.

Usage

getTargetValue(object)

## S4 method for signature 'FixedExpressionData'
getTargetValue(object)

Arguments

object

An object of class FixedExpressionData

Value

A numeric value

See Also

Other fixed data information extraction functions: [,FixedExpressionData-method, dim,FixedExpressionData-method, getNormalizationMethod

Examples

data(exampleMAS5)
myData <- setNormalizationMethod(exampleMAS5, "MAS5.0", targetValue=500)
getTargetValue( myData )

[Package geneClassifiers version 1.8.0 Index]