dimnames(limma)
dimnames()所属R语言包:limma
Retrieve the Dimension Names of an RGList, MAList, EList, EListRaw or MArrayLM Object
一个RGList检索维度名称,对象MAList,EList,EListRaw或MArrayLM
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Retrieve the dimension names of a microarray data object.
芯片数据对象检索维度的名称。
用法----------Usage----------
## S3 method for class 'RGList'
dimnames(x)
## S3 replacement method for class 'RGList'
dimnames(x) <- value
参数----------Arguments----------
参数:x
an object of class RGList, MAList, EList, EListRaw or (not for assignment) MArrayLM
一个类的对象RGList,MAList,EList,EListRaw(不分配)MArrayLM
参数: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使用的数据类的概述。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|