Organism not found

已查看 86 次
跳至第一个未读帖子

alessio colantoni

未读,
2023年2月10日 12:07:112023/2/10
收件人 webgestalt
Hello, I am working with the R package WebGestaltR_0.4.4. I have been using
for two years without problems. Today I got the "Organism is missing error" when I use the
WebGestaltR function on the same dataset I used without problems in the past. I tried both the ORA and GSEA analyses, and other hsapiens and mmusculus datasets, but I get always the same error. I suspect that the APIs are not working, as is suggested from the traceback I am posting here. Would it be possible to fix this? 

8.

stop(webApiError(mapR))

7.

idMappingGene(organism = organism, dataType = dataType, inputGeneFile = inputGeneFile, inputGene = inputGene, sourceIdType = sourceIdType, targetIdType = targetIdType, collapseMethod = collapseMethod, mappingOutput = mappingOutput, outputFileName = outputFileName, hostName = hostName)

6.

idMapping(organism = organism, dataType = dataType, inputGeneFile = inputGeneFile, inputGene = inputGene, sourceIdType = geneType, targetIdType = NULL, collapseMethod = collapseMethod, mappingOutput = FALSE, cache = cache, hostName = hostName)

5.

.uploadGeneExistingOrganism(organism = organism, dataType = dataType, inputGeneFile = inputGeneFile, inputGene = inputGene, geneType = geneType, collapseMethod = collapseMethod, geneSet = geneSet, cache = cache, hostName = hostName)

4.

loadInterestGene(organism = organism, dataType = "rnk", inputGeneFile = interestGeneFile, inputGene = interestGene, geneType = interestGeneType, collapseMethod = collapseMethod, cache = cache, hostName = hostName, geneSet = geneSet)

3.

WebGestaltRGsea(organism = organism, enrichDatabase = enrichDatabase, enrichDatabaseFile = enrichDatabaseFile, enrichDatabaseType = enrichDatabaseType, enrichDatabaseDescriptionFile = enrichDatabaseDescriptionFile, interestGeneFile = interestGeneFile, interestGene = interestGene, ...

2.

WebGestaltR(organism = "hsapiens", enrichDatabase = cateGory, outputDirectory = OUT.DIR.GSEA[[1]], enrichMethod = "GSEA", interestGene = rankList[0:1000, ], interestGeneType = "ensembl_gene_id", nThreads = 20, projectName = projName, ...)

1.

gseaEnrich_single(resLFC_D7.anno, "Day7_G203G_G203R", "geneontology_Biological_Process", sigMethod = "top", topThr = 40)
已删除帖子

John Elizarraras

未读,
2023年2月14日 15:54:552023/2/14
收件人 webgestalt
This was due to an update to the API from http to https. The original http version was restored, so you should be able to run your scripts without any changes on your end. The new version will use https by default.

If you are still having problems with this in the future, you can manually set hostName to https://www.webgestalt.org/

For example

WebGestaltR(organism = "hsapiens", enrichDatabase = cateGory, outputDirectory = OUT.DIR.GSEA[[1]], enrichMethod = "GSEA", interestGene = rankList[0:1000, ], interestGeneType = "ensembl_gene_id", nThreads = 20, projectName = projName, hostName="https://www.webgestalt.org/")

Best,
John

alessio colantoni

未读,
2023年2月15日 04:39:182023/2/15
收件人 webgestalt

Dear John,
now it is working. Thank you so much.
Best regards,
Alessio

Alejandro Valenzuela

未读,
2023年7月3日 13:14:382023/7/3
收件人 webgestalt
Hello,

I found the same problem some weeks ago, and it was solved when using the parameter hostname="https:/www.webgestalt.org/" in the WebgestaltR function as you suggested,

But today the problem appeared again, even using this webgestalt hostname link, any clues how to solve this?

This is the function I run-->
 WebGestaltR(enrichMethod = "ORA",
              organism = "hsapiens",
              enrichDatabase = "pathway_KEGG",
              hostName = "https:/www.webgestalt.org/",
              interestGene = as.character(Val_genes),
              interestGeneType = "genesymbol",
              referenceGene = as.character(Back_genes),
              fdrThr = 0.05,
              referenceGeneType = "genesymbol",
              outputDirectory = "Webgestalt_ENRICH_JUL23/",
              projectName = "trait1")

Thank you and look forward to your answer,
Alejandro

Yuxing Liao

未读,
2023年7月3日 15:12:212023/7/3
收件人 Alejandro Valenzuela、webgestalt
Hi, could you try again? There was a problem with the server earlier today.

Yuxing

--
You received this message because you are subscribed to the Google Groups "webgestalt" group.
To unsubscribe from this group and stop receiving emails from it, send an email to webgestalt+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/webgestalt/dc14deb8-818f-4a31-92e1-119db149933dn%40googlegroups.com.
回复全部
回复作者
转发
0 个新帖子