as.data.frame.Experiment | R Documentation |
Convert an experiment into a data frame
## S3 method for class 'Experiment' as.data.frame(x, row.names = NULL, optional = FALSE, ...) ## S3 method for class 'SingleEndSamples' as.data.frame(x, row.names = NULL, optional = FALSE, ...) ## S3 method for class 'PairedSamples' as.data.frame(x, row.names = NULL, optional = FALSE, ...)
x |
Experiment |
row.names |
ignored |
optional |
ignored |
... |
ignored |
a data frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.