Description Usage Arguments Value See Also Examples
Retrieve the dimension of an object.
1 2 | ## 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,ANY,ANY-method
,
getNormalizationMethod
,
getTargetValue
1 2 3 4 | data(exampleMAS5)
myData <- setNormalizationMethod(exampleMAS5, "MAS5.0", targetValue=500)
dim(myData)
dim(myData[1:10,1:3])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.