dimnames.DGEobj {DGEobj} | R Documentation |
Get the "assay" names (row/genes by col/samples)
Description
Returns a list of length 2 containing the the assay data names (baseType)
Usage
## S3 method for class 'DGEobj'
dimnames(x)
Arguments
x |
A class DGEobj created by function initDGEobj() |
Value
A list of length 2 containing rownames and colnames of the DGEobj
[Package DGEobj version 1.1.2 Index]