Learn R Programming

DGEobj (version 1.1.2)

inventory: Retrieve the object inventory

Description

Retrieve the object inventory

Usage

inventory(dgeObj, verbose = FALSE)

Arguments

dgeObj

A class DGEobj created by function initDGEobj()

verbose

Include funArgs column in 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("miniObj.RDS", package = "DGEobj"))

    inventory(exObj)

# }

Run the code above in your browser using DataLab