Retrieve the Dimension Names of an RGList, MAList or SegList Object
检索一个RGList,MAList或SegList对象的维度名称
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Retrieve the dimension names of a microarray data object.
芯片数据对象检索维度的名称。
用法----------Usage----------
## S3 method for class 'SegList'
dimnames(x)
参数----------Arguments----------
参数:x
An object of class SegList
一个对象的类SegList
Details
详情----------Details----------
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.
一个后果是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的列表。如果一个列表,其成分是空或x适当尺寸的长度字符向量。