Open gajamatassa opened 8 months ago
I encountered the same problem. After about 15mins, the results can be obtained. I think it's the server problem that makes it too inefficient.
@Tony4709 Thank you very much for your answer! Actually after about a quarter of hour it worked for me too. I hope they will solve this problem of poor efficiency...
Hi all,
Thanks for your amazing package!
I am doing an enrichment analysis using MetaboAnalystR v4.0.0. I am using metabolites' Kegg Ids.
This is my code:
When running
CalculateHyperScore(mSet)
it prints:"Loaded files from MetaboAnalyst web-server."
but then it is stuck... it doesn't give any error but never stops running. I took a look at how the function is implemented: thetosend.rds
object is actually created and saved, maybe there is a problem withmy.hyperscore.kegg()
and thus the API?msea_time_result.csv
is not created.I hope you can help me understand why I am having trouble in proceeding.
Thanks for your time and help :)