The code needs either a note to say this is just demo code do not run
OR
See if the code below works with the workshop dataset and update it to this:
DEGreport::degPlot(dds = dds, res = res_tableOE, n = 20, xs = "sampletype", group = "sampletype")
DEGreport::degVolcano(
data.frame(res_tableOE_tb[,c("log2FoldChange","padj")]), # table - 2 columns
plot_text = data.frame(res_tableOE_tb[1:10,c("log2FoldChange","padj", "symbol")]))
# Available in the newer version for R 3.4
The code needs either a note to say this is just demo code do not run
OR
See if the code below works with the workshop dataset and update it to this: