powered by
Retrieve data items by name
getItems(dgeObj, itemNames)
A DGEobj
A character string, character vector, or list names to retrieve
A list
# NOT RUN { # example DGEobj exObj <- readRDS(system.file("exampleObj.RDS", package = "DGEobj")) MyCounts <- getItems(exObj, "counts") # }
Run the code above in your browser using DataLab