dim,FixedExpressionData-method {geneClassifiers} | R Documentation |
Retrieve the dimension of an object.
## S4 method for signature 'FixedExpressionData' dim(x)
x |
an R object, for example a matrix, array or data frame. |
Retrieves the 'dim attribute of the object. It is 'NULL' or a vector of mode 'integer'.
Other fixed data information extraction functions: [,FixedExpressionData-method
,
getNormalizationMethod
,
getTargetValue
data(exampleMAS5) myData <- setNormalizationMethod(exampleMAS5, "MAS5.0", targetValue=500) dim(myData) dim(myData[1:10,1:3])