Retrieve the Dimension Names of a DGEList Object
检索尺寸一个DGEList对象名称
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Retrieve the dimension names of a digital gene expression data object.
数字基因表达数据对象检索维度的名称。
用法----------Usage----------
## S3 method for class 'DGEList'
dimnames(x)
## S3 replacement method for class 'DGEList'
dimnames(x) <- value
参数----------Arguments----------
参数:x
an object of class DGEList
一个对象类DGEList
参数:value
a possible value for dimnames(x): see dimnames
可能的值:一个dimnames(x)看到dimnames
Details
详情----------Details----------
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.
一个后果是rownames和colnames会如预期般运作。
值----------Value----------
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.
要么NULL或一个长度为2的列表。如果一个列表,其成分是要么NULL或特征向量的x适当尺寸的长度。
作者(S)----------Author(s)----------
Gordon Smyth
参见----------See Also----------
dimnames in the base package.
dimnames基本包。
02.Classes gives an overview of data classes used in LIMMA.
02.Classes给在LIMMA使用的数据类的概述。