powered by
Retrieve a data item by name
getItem(dgeObj, itemName)
A DGEobj
Name of item to retrieve
The requested data item
# NOT RUN { # example DGEobj exObj <- readRDS(system.file("exampleObj.RDS", package = "DGEobj")) MyCounts <- getItem(exObj, "counts") # }
Run the code above in your browser using DataLab