powered by
Get the baseType of an internal data item
baseType(dgeObj, type)
A class DGEobj created by function initDGEobj()
An item type for which you want the baseType
character string
# NOT RUN { # example DGEobj exObj <- readRDS(system.file("miniObj.RDS", package = "DGEobj")) baseType(exObj, type = "DGEList") # }
Run the code above in your browser using DataLab