dimnames.uRNAList {AgiMicroRna} | R Documentation |
Retrieve the dimension names of a microarray data object.
## S3 method for class 'uRNAList' dimnames(x) ## S3 replacement method for class 'uRNAList' dimnames(x) <- value
x |
an object of class |
value |
a possible value for |
The dimension names of a microarray object are the same as those of the most important matrix component of that object.
A consequence is that rownames
and colnames
will work as expected.
This function and this file, has been borrowed from the files
created by Gordon Smyth for the limma package.
Either NULL
or a list of length 2.
Pedro Lopez-Romero