# NOT RUN {
dgeObj <- readRDS(system.file("exampleObj.RDS", package = "DGEobj"))
TopTableList <- DGEobj::getType(dgeObj, type = "topTable")
MyPvalues <- extractCol(TopTableList, colName = "P.Value")
head(MyPvalues)
# }
Run the code above in your browser using DataLab