powered by
Retrieve the object inventory
inventory(dgeObj, verbose = FALSE)
A class DGEobj created by function initDGEobj()
Include funArgs column in the output (default = FALSE)
A data.frame summarizing the data contained in the DGEobj
# NOT RUN { # example DGEobj exObj <- readRDS(system.file("miniObj.RDS", package = "DGEobj")) inventory(exObj) # }
Run the code above in your browser using DataLab