Description Usage Arguments Value See Also Examples
getTargetValue
returns the current applied targetValue
in the MAS5.0 gene expression data.
1 2 3 4 | getTargetValue(object)
## S4 method for signature 'FixedExpressionData'
getTargetValue(object)
|
object |
An object of class |
A numeric value
Other fixed data information extraction functions: [,FixedExpressionData,ANY,ANY-method
,
dim,FixedExpressionData-method
,
getNormalizationMethod
1 2 3 | data(exampleMAS5)
myData <- setNormalizationMethod(exampleMAS5, "MAS5.0", targetValue=500)
getTargetValue( myData )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.