Closed SamDCalis closed 1 year ago
I encountered the same issue recently. I appreciate any solution to resolve this issue. Thanks
The server had a storage issue which is now resolved, so everything should be running now. If it is not working please let us know.
Still not working from my side
I can run the GSEA example without an issue with the latest version. Can you try the following example code and check if you still see this problem?
library("WebGestaltR")
rankFile <- system.file("extdata", "GeneRankList.rnk", package="WebGestaltR")
outputDirectory <- getwd()
enrichResult <- WebGestaltR(enrichMethod="GSEA", organism="hsapiens",
enrichDatabase="pathway_KEGG", interestGeneFile=rankFile,
interestGeneType="genesymbol", sigMethod="top", topThr=10, minNum=5,
outputDirectory=outputDirectory)
For me it is working fine now. No more issues, thanks.
Thanks it works now though with a custom gmt file the error persist but it worked in the past. I will verify the gmt. Thanks again
Hi, I have recently been getting this error while performing GSEA eventhough I changed nothing about my code and it worked before. Any idea what could cause this? WebGestaltR 0.4.6 R version 4.2.2 (my collegue gets the same error in 4.3) Rstudio version 2023.6.0.421
My code below: