dim.DGEobj {DGEobj} | R Documentation |
Get the "assay" dimensions (row/genes by col/samples)
Description
Returns the dimensions of the assay data (baseType)
Usage
## S3 method for class 'DGEobj'
dim(x)
Arguments
x |
A class DGEobj created by function initDGEobj() |
Value
An integer vector [r,c] with a length of 2.
[Package DGEobj version 1.1.2 Index]