powered by
Retrieve data items by type
getType(dgeObj, type, parent)
A class DGEobj created by function initDGEobj()
A type or list of types to retrieve
(optional) Filter return list for common parent (e.g. useful to select one set of contrast results when multiple fits have been performed)
A list of data items
# NOT RUN { # example DGEobj exObj <- readRDS(system.file("miniObj.RDS", package = "DGEobj")) MyRawData <- getType(exObj, type = list("counts", "design", "geneData")) # }
Run the code above in your browser using DataLab