Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gseKEGG()函数运行时出错 #652

Open
ZhanshenWu opened this issue Dec 26, 2023 · 6 comments
Open

gseKEGG()函数运行时出错 #652

ZhanshenWu opened this issue Dec 26, 2023 · 6 comments

Comments

@ZhanshenWu
Copy link

老师 您好,
在运行gseKEGG的过程中,出现了报错,网上找到的修改clusterProfiler.download.method也没能解决
代码如下:
gse <- gseKEGG(geneList = geneList,
organism = 'hsa',
nPerm = 10000,
minGSSize = 10,
maxGSSize = 200,
pvalueCutoff = 0.05,
pAdjustMethod = "fdr")
报错如下:
Reading KEGG annotation online: "https://rest.kegg.jp/link/hsa/pathway"...
Error in file(con, "r") :
cannot open the connection to 'https://rest.kegg.jp/link/hsa/pathway'
此外: Warning message:
In file(con, "r") :
URL 'https://rest.kegg.jp/link/hsa/pathway': status was 'SSL connect error'

@guidohooiveld
Copy link

This code is working for me. Be sure to use the latest version of clusterProfiler.

Also, to exclude networks problems, check that the URL above is work in your browser (i.e. https://rest.kegg.jp/link/hsa/pathway).

@PanSX-Dr
Copy link

PanSX-Dr commented Feb 2, 2024

兄弟,我也遇到同样的问题了,但是我是最新版本的,还是没解决。你的解决没?

@huerqiang
Copy link
Contributor

我暂时没能复现你的这个问题,我建议你尝试下别的网路环境,有没有受VPN的影响?

@HayleyVoltri
Copy link

我也遇到一样的问题!不知道有没有朋友解决了的?我的clusterProfiler是4.10.0,R是4.3.2,用了VPN也是说连不上https://rest.kegg.jp/link/hsa/pathway,但是浏览器可以打开这个网页...谢谢各位大佬们!

@guidohooiveld
Copy link

In case your web traffic is monitored, I would like to point you to this post. The proposed solution may also work for you.
https://stackoverflow.com/a/76684292/19054992

@HayleyVoltri
Copy link

HayleyVoltri commented Feb 13, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants