Description Usage Arguments Details Value Author(s) See Also
Retrieve the dimension names of a microarray data object.
1 2 | ## S3 method for class 'SegList'
dimnames(x)
|
x |
An object of class |
The dimension names of an 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.
Either NULL
or a list of length 2.
If a list, its components are either 'NULL' or a character vector the length of the appropriate dimension of x
.
Gordon Smyth, edited by Mike Smith
dimnames
in the base package.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.