Skip to content

Connection Timeout When Running cMonkey in R #6

@SANDRA-ui-rgp

Description

@SANDRA-ui-rgp

I encountered a connection timeout error while running the cmonkey function in cMonkey (R version). The error appears to be related to the RCurl package trying to access RSAT servers, which seem to be unavailable.
Steps to Reproduce:
Installed cMonkey in R.
Executed the following code:

library(cMonkey)
e <- cmonkey(organism='pvx', expressionData=ratios)

Encountered the following error:

Loading required package: RCurl
Error in function (type, msg, asError = TRUE) :
Failed to connect to rsat.ulb.ac.be port 80 after 135066 ms: Connection timed out

Possible Cause:
It seems that the RSAT servers are no longer accessible, and cMonkey relies on them. Is there a workaround for running cMonkey offline, or could an alternative method be used to bypass the RSAT dependency?

Would appreciate any guidance on resolving this issue!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions