Retrieve the Dimension Names of an uRNAList Object
检索尺寸一个uRNAList对象名称
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Retrieve the dimension names of a microarray data object.
芯片数据对象检索维度的名称。
用法----------Usage----------
## S3 method for class 'uRNAList'
dimnames(x)
## S3 replacement method for class 'uRNAList'
dimnames(x) <- value
参数----------Arguments----------
参数:x
an object of class uRNAList
一个对象类uRNAList
参数:value
a possible value for dimnames(x)
为dimnames(x)可能值
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. This function and this file, has been borrowed from the files created by Gordon Smyth for the limma package.
微阵列对象的尺寸名称作为该对象的最重要的基质成分相同。一个后果是rownames和colnames会如预期般运作。此功能与此文件,已借由戈登·史密斯创建为limma包文件。
值----------Value----------
Either NULL or a list of length 2.
要么NULL或一个长度为2的列表。