-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error with the vignette data with version seurat v5 (Error: unable to find an inherited method for function 'gsva') #99
Comments
This is an issue with your GSVA - pleas check out #88 Thanks, |
Hello Nick, Sorry to insist, but I uninstall and reinstall using the repo and the error still exists. devtools::install_github("ncborcherding/escape") R version 4.4.0 (2024-04-24) loaded via a namespace (and not attached): |
@tetsy2 - It doesn't look like your last post has the GSVA or escape version info. My guess based on the code you provided, is that you need to restart your R session before trying to run escape. Nick |
Hello all,
Thanks for creating this tool, it looks greate. I have installed the version from the github (also from bioconductor, and same problem) in R 4.4 and I cannot reproduce the vignette data (it is also not working with my data):
devtools::install_github("ncborcherding/escape")
library(escape)
pbmc_small <- get("pbmc_small")
GS.hallmark <- getGeneSets(library = "H")
enrichment.scores <- escape.matrix(pbmc_small,
gene.sets = GS.hallmark,
groups = 1000,
min.size = 5)
[1] "Using sets of 1000 cells. Running 1 times."
Error: unable to find an inherited method for function 'gsva' for signature 'expr = "missing", gset.idx.list = "missing"'
Forcing method ssGSEA is also not working:
Same error. However, it works if method is 'UCell'
How can I solve it? Thanks!
The text was updated successfully, but these errors were encountered: