Learn R Programming

DGEobj (version 1.1.2)

as.list.DGEobj: Cast as a simple list

Description

Cast as a simple list

Usage

# S3 method for DGEobj
as.list(x, ...)

Arguments

x

A DGEobj

...

Additional parameters

Value

A named list

Examples

Run this code
# 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