as.list.DGEobj | R Documentation |
Cast as a simple list
## S3 method for class 'DGEobj' as.list(x, ...)
x |
A DGEobj |
... |
Additional parameters |
A named list
# example DGEobj exObj <- readRDS(system.file("miniObj.RDS", package = "DGEobj")) mylist <- as.list(exObj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.