powered by
Retrieve the Key/Value metadata attributes
showMeta(dgeObj, printed = TRUE)
A DGEobj with attributes
Whether to print the list (default = TRUE)
A data.frame with "Attribute" and "Value" columns
# NOT RUN { # example DGEobj exObj <- readRDS(system.file("exampleObj.RDS", package = "DGEobj")) showMeta(exObj) # }
Run the code above in your browser using DataLab