Turn a DGEList Object into a Matrix
Coerce a digital gene expression object into a numeric matrix by extracting the count values.
## S3 method for class 'DGEList' as.matrix(x,...)
x |
an object of class |
... |
additional arguments, not used for these methods. |
This method extracts the matrix of counts.
This involves loss of information, so the original data object is not recoverable.
A numeric matrix.
Gordon Smyth
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.