as.data.frame {edgeR} | R Documentation |
Turn a TopTags
object into a data.frame
.
## S3 method for class 'TopTags' as.data.frame(x, row.names = NULL, optional = FALSE, ...)
x |
an object of class |
row.names |
|
optional |
logical. If |
... |
additional arguments to be passed to or from methods. |
This method combines all the components of x
which have a row for each tag (transcript) into a data.frame
.
A data.frame.
Gordon Smyth
as.data.frame
in the base package.