Learn R Programming

DGEobj (version 1.0.1)

inventory: Retrieve the object inventory

Description

Retrieve the object inventory

Usage

inventory(dgeObj, verbose = FALSE)

Arguments

dgeObj

A DGEobj

verbose

Add funArgs to the output (default = FALSE)

Value

A data.frame summarizing the data contained in the DGEobj

Examples

Run this code
# NOT RUN {
    # example DGEobj
    exObj <- readRDS(system.file("exampleObj.RDS", package = "DGEobj"))

    inventory(exObj)

# }

Run the code above in your browser using DataLab