Open mkorshe opened 4 years ago
Plus error is on the next step
save_plots(name = "fcoex_vignette_Seurat", fc, force = TRUE) Error in (function (classes, fdef, mtable) : unable to find an inherited method for function ‘save_plots’ for signature ‘"fcoex"’
Hello @mkorshe, thank you for using fcoex. What version of R are you using? I`ll check it here.
Hello :)
I am using R version 4.0.2 (2020-06-22)
@mkorshe I was not able to reproduce your errors here.
Is it possible that you loaded another package, which is masking the mod_ora function?
Can you try running fc <- fcoex::mod_ora(fc, gmt_in) and see if the error still happens? Thanks!
Well, I run this command:
fc <- fcoex::mod_ora(fc, gmt_in) Warning message: In fcoex::mod_ora(fc, gmt_in) : Enrichment is NULL. Either your gmt file is inadequate or your modules really aren't enriched for any of the pathways in the gmt file.
Bt in my session it looks like I have gmt files.
How can I solve it? And what can I use as another package for mimicking mod_ora function?
Thank you :)
maybe modules really aren't enriched for any of the pathways in the gmt file? not really sure, sorry.
You can take the genes in each module and try https://maayanlab.cloud/Enrichr/
I am trying to run:
Error in (function (classes, fdef, mtable) : unable to find an inherited method for function ‘mod_ora’ for signature ‘"fcoex"’
It is the same for my and mini_pbmc dataset