powered by
Cast as a simple list
# S3 method for DGEobj as.list(x, ...)
A DGEobj
Additional parameters
A simple list representation
# NOT RUN { # example DGEobj exObj <- readRDS(system.file("exampleObj.RDS", package = "DGEobj")) as.list(exObj) # }
Run the code above in your browser using DataLab