Entering edit mode
mmokrejs
•
0
@mmokrejs-16289
Last seen 6.8 years ago
library(ReportingTools)
desReport <- HTMLReport(shortName = "RNAseq_analysis_with_DESeq",
title = "Results of differential expression analysis using DESeq2 (cancer vs. normal)",
reportDirectory = "./reports")
publish(res, desReport, DataSet = dds, n = 50, pvalueCutoff = 0.01, lfc = 1,
make.plots = TRUE, factor = dds$dex)
finish(desReport)
Thank you,

Hi,
I had the same error. I think the error is caused by the
latticepackage. I could fix this, by settingfactor(which I hadn't done before). This might indicate that something is wrong with the value offactor.HTH, Christoph