Description Usage Arguments Details Value Author(s) See Also
Retrieve the dimension names of a digital gene expression data object.
1 2 3 4 |
x |
an object of class |
value |
a possible value for |
The dimension names of a DGE data object are the same as those of the most important component of that object.
Setting dimension names is currently only permitted for DGEList
or DGEGLM
objects.
A consequence of these methods is that rownames
, colnames
, rownames<-
and colnames<-
will also work as expected on any of the above object classes.
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
dimnames
in the base package.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.