clusterProfiler icon indicating copy to clipboard operation
clusterProfiler copied to clipboard

gseKEGG problem

Open zym826 opened this issue 2 years ago • 4 comments

Prerequisites

  • [ ] Have you read Feedback and follow the guide?
    • [ ] make sure your are using the latest release version
    • [ ] read the documents
    • [ ] google your quesion/issue

Describe you issue

  • [ ] Make a reproducible example (e.g. 1)
  • [ ] your code should contain comments to describe the problem (e.g. what expected and actually happened?)

Ask in right place

  • [ ] for bugs or feature requests, post here (github issue)
  • [ ] for questions, please post to Bioconductor or Biostars with tag clusterProfiler

zym826 avatar Sep 25 '21 03:09 zym826

code: GSEA_KEGG <- gseKEGG(GSEA_input, organism = "hsa", pvalueCutoff = 0.05) Error: Error in download.KEGG.Path(species) : 'species' should be one of organisms listed in 'http://www.genome.jp/kegg/catalog/org_list.html'... In addition: Warning message: In utils::download.file(url, quiet = TRUE, method = method, ...) : URL 'http://rest.kegg.jp/link/hsa/pathway': Timeout of 300 seconds was reached

I don't know how to solve it

zym826 avatar Sep 25 '21 03:09 zym826

@zym826 This is a network problem. You can try again later.

huerqiang avatar Sep 25 '21 05:09 huerqiang

But I try many times,it always appear this error.

zym826 avatar Sep 25 '21 07:09 zym826

@huerqiang

URL 'http://rest.kegg.jp/link/hsa/pathway': Timeout of 300 seconds was reached

in this case, please throw an error message:

Error: Network is unreachable. 
In addition: Warning message:
In utils::download.file(url, quiet = TRUE, method = method, ...) :
URL 'http://rest.kegg.jp/link/hsa/pathway': Timeout of 300 seconds was reached

GuangchuangYu avatar Nov 16 '21 06:11 GuangchuangYu