powered by
Add multiple data items
addItems(dgeObj, itemList, itemTypes, parents, itemAttr, overwrite = FALSE)
A DGEobj
A list of data items to add to DGEobj
A list of type values for each item on itemList
(optional) A list of parent values for each item on itemList (optional, but highly recommended)
(optional) An named list of attributes to add to each item
Whether to overwrite a matching data object stored in the itemName slot (default = FALSE)
# NOT RUN { # Replace a set of contrasts after adding something to each myDGEobj <- addItems(myDGEobj, myContrastList, overwrite= TRUE) # } # NOT RUN { # }
Run the code above in your browser using DataLab