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

Error in mitch in R

I am trying to perform mitch analysis, I have the results tables (I convert them to text files), I downloaded the gmt file (symbols) and the results table has gene symbols also. I got an error, what should be done to fix it? Thanks

This is the res1 text file enter image description here

x <- list("res1"= res1, "res2"= res2)

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

res <- mitch_calc(y,hallmarks_symbols , priority="significance")

Warning: No results found. Check that the gene names in the
            profile match the gene sets and consider loosening the minsetsize
            parameter.
mitch symbols gene R • 653 views
ADD COMMENT
0
Entering edit mode

Instead of sharing a screenshot copy and paste the data into a code block.

ADD REPLY
0
Entering edit mode

I did it, its res1 in that code: x <- list("res1"= res1, "res2"= res2)

Maybe there is something wrong in the res1 file that's why I shared the screenshot

ADD REPLY
2
Entering edit mode
19 months ago
Amr ▴ 160

The solution is to add geneIDcol in :

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

Login before adding your answer.

Traffic: 2283 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