Entering edit mode
2.2 years ago
Amr
▴
180
I am trying to perform mitch analysis on R, I started by creating the results text files:
x <- list("results1", "results2")
y <- mitch_import(x, DEtype="DESeq2")
I got that error:
Error in mitch_import(x, DEtype = "DESeq2") :
Error: Input (x) must be a NAMED list of dataframes.
How to fix it?
Thanks in advance