## S3 method for class 'DGEList':
dimnames(x)
## S3 method for class 'DGEList':
dimnames(x) <- value
DGEList
, DGEExact
, DGEGLM
, DGELRT
or TopTags
dimnames(x)
, see dimnames
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
.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.dimnames
in the base package.