dim.uRNAList {AgiMicroRna} | R Documentation |
Retrieve the number of rows (genes) and columns (arrays) for an uRNAList object.
## S3 method for class 'uRNAList' dim(x) ## S3 method for class 'uRNAList' length(x)
x |
an object of class |
This function and this file, has been borrowed from the files created by Gordon Smyth for the limma package.
Numeric vector of length 2. The first element is the number of rows (genes) and the second is the number of columns (arrays).
Pedro Lopez-Romero