# NOT RUN {
# return the default DGEobj definition
myDGEobjDef <- initDGEobjDef()
# Optionally add some new types and levels for metabolomics data
myDGEobjDef <- initDGEobjDef(levels = "metabolomics",
primaryAssayNames = "intensity",
types <- c(normalizedIntensity = "assay"))
# When a new level is defined, the itemNames and types for the
# rowData and colData are automatically established. The
# types argument is only needed to define downstream workflow objects.
# }
Run the code above in your browser using DataLab