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