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