You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I had some issue with get_progeny() function.
This is the warning:
[2024-10-31 16:40:37] [WARN] [OmnipathR] [decoupleR] Failed to check the list of available resources in OmniPath. Proceeding anyways.
[2024-10-31 16:40:39] [WARN] [OmnipathR] Accessing `PROGENy` as a static table: this is not the recommended way to access OmniPath data; it is only a backup plan for situations when our server or your computer is experiencing issues.
[2024-10-31 16:40:39] [ERROR] [OmnipathR] [decoupleR] Failed to download annotation resource `PROGENy` from OmniPath. For more information, see the OmnipathR log.
Errore in value[[3L]](cond) :
[decoupleR] Failed to download annotation resource `PROGENy` from OmniPath. For more information, see the OmnipathR log.
In aggiunta: Messaggi di avvertimento:
1: In OmnipathR::get_annotation_resources() :
'OmnipathR::get_annotation_resources' è deprecato.
Usare 'annotation_resources' al suo posto.
Si veda help("Deprecated")
2: In value[[3L]](cond) :
[decoupleR] Failed to check the list of available resources in OmniPath. Proceeding anyways.
3: In OmnipathR::import_omnipath_annotations(resources = name, ..., :
'OmnipathR::import_omnipath_annotations' è deprecato.
Usare 'annotations' al suo posto.
Si veda help("Deprecated")
Hi, The warnings are not related to the error, we'll fix those in decoupleR. The error itself is hidden by the exception handling in decoupleR. To find out what is the real error, you can call the annotationsfunction from OmnipathR directly, see the real error message, and check the traceback and the log:
library(OmnipathR)
progeny <- annotations(resources = 'PROGENy', wide = TRUE)
# the error might happen here
# please show us the traceback:
traceback()
# and the contents of the OmnipathR log:
omnipath_logfile()
Hi! I had some issue with get_progeny() function.
This is the warning:
How can I proceed?
There my sessionInfo():
The text was updated successfully, but these errors were encountered: