as.matrix {edgeR} | R Documentation |
Turn 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
as.matrix
in the base package or as.matrix.RGList
in the limma package.