-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
20 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
d405bb6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm trying to use decoupleR for the analysis of my omics data. I have checked the version of decoupleR and OmnipathR. The version of decoupleR and OmnipathR I downloaded is 2.11.0 and 3.13.5 respectively. When I running the command "collecTRI <- decoupleR::get_collectri(organism='human', split_complexes=FALSE)", I am getting the following error message:
[1] TRUE
[2024-07-13 20:57:38] [ERROR] [OmnipathR]
only_from
can be called only on data frames withevidences
column.[2024-07-13 20:57:39] [WARN] [OmnipathR] Accessing
collectri
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-07-13 20:57:39] [ERROR] [OmnipathR]
only_from
can be called only on data frames withevidences
column.Error in do.call(stop, list(m), envir = env) :
only_from
can be called only on data frames withevidences
column.How can I fix this problem? Looking forward to your reply. Thanks a lot!
d405bb6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello @Megan0921, Here the first error matters, and I think likely it happens due to old cache contents. What happens if you try it with an empty cache?
d405bb6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, that worked. Thank you so much @deeenes!