Error in mitch analysis on R
1
0
Entering edit mode
19 months ago
Amr ▴ 160

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

DESeq2 R mitch • 382 views
ADD COMMENT
1
Entering edit mode
19 months ago
Amr ▴ 160

Solved:

x <- list("results1" = results1, "results2"= results2)

y <- mitch_import(x, DEtype="DESeq2")
ADD COMMENT

Login before adding your answer.

Traffic: 1442 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6