Retrieve the Dimensions of an uRNAList Object
检索一个uRNAList对象的尺寸
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Retrieve the number of rows (genes) and columns (arrays) for an uRNAList object.
检索行(基因)和列为uRNAList对象(数组)的数量。
用法----------Usage----------
## S3 method for class 'uRNAList'
dim(x)
## S3 method for class 'uRNAList'
length(x)
参数----------Arguments----------
参数:x
an object of class uRNAList
一个对象类uRNAList
Details
详情----------Details----------
This function and this file, has been borrowed from the files created by Gordon Smyth for the limma package.
此功能与此文件,已借由戈登·史密斯创建为limma包文件。
值----------Value----------
Numeric vector of length 2. The first element is the number of rows (genes) and the second is the number of columns (arrays).
数字矢量长度为2。第一个元素的行数(基因),二是数列(数组)。