Giter Site home page Giter Site logo

Comments (4)

nvokes avatar nvokes commented on September 22, 2024 1

Updated the packages and that worked. Thanks so much for the help!

from omnipathr.

deeenes avatar deeenes commented on September 22, 2024

Thanks for reporting this! I forgot to add R/cookie.R to git tracking, I've just fixed it in 73dca2e

If you do again remotes::install_github('saezlab/OmnipathR'), it should work

from omnipathr.

nvokes avatar nvokes commented on September 22, 2024

Thank you! I was able to download the latest version (3.9.7) so that took care of that!

It looks like I'm still getting the same error in calling the function though:

[2023-09-12 15:40:04] [SUCCESS] [OmnipathR] Downloaded 64958 interactions.
Error in mutate():
ℹ In argument: across(columns, ~filter_evs_lst(.x, datasets, resources, columns)).
Caused by error in across():
! Can't compute column undirected.
Caused by error in map():
ℹ In index: 1.
Caused by error in keep():
ℹ In index: 1.
Caused by error in ev$dataset:
! $ operator is invalid for atomic vectors
Run rlang::last_trace() to see where the error occurred.

from omnipathr.

deeenes avatar deeenes commented on September 22, 2024

I can not reproduce this second issue. The reason might be an old package, best to make sure all packages, especially dplyr, purrr and the other tidyverse ones, are up to date. If the issue still persists, you can try with an empty cache:

library(OmnipathR)
omnipath_set_cachedir('tmpcache')
ci <- collectri()

unlink('tmpcache', recursive = TRUE)

If it still fails, please show me here a log trace:

library(OmnipathR)
omnipath_set_cachedir('tmpcache')
omnipath_set_console_loglevel('trace')
ci <- collectri()

from omnipathr.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.