inventory {DGEobj}R Documentation

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

    # example DGEobj
    exObj <- readRDS(system.file("miniObj.RDS", package = "DGEobj"))

    inventory(exObj)


[Package DGEobj version 1.1.2 Index]