# NOT RUN {
# example DGEobj
exObj <- readRDS(system.file("exampleObj.RDS", package = "DGEobj"))
# Get an attribute from a DGEobj
getAttribute(exObj, "type")
# Get an attribute from a DGEobj item
getAttribute(exObj$designMatrix, "formula")
# }
Run the code above in your browser using DataLab