-
Notifications
You must be signed in to change notification settings - Fork 46
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
Gene Set Enrichment Analysis error with gateway+VIP #73
Comments
could you make sure you did install "fgsea" package? |
Thank you so much for your reply @z5ouyang ! This is what I do in the command line (in VIP env): conda install -c bioconda bioconductor-fgsea And this is the outcome I get:
However if I do conda list the package is not found. |
Did you install it under R? Please see step 4 of installation guide, R -q -e 'if(!require(fgsea)) BiocManager::install("fgsea")' |
Yes, I have! all of them
Still got the outcome at enrichment analysis:
If I check the version of fgsea that I have, I get this outcome:
thanks a lot @interactivereport |
@angelasanzo, just want to double check with you, does the fgsea installed in the same conda env as the VIP? |
@z5ouyang hi there, so I have tried several ways to install within the VIP environment (all the comments before), however, if I do "conda list" it does not appear as installed. Although, when i have the conda env activated I can check the version in R:
|
Hi there,
so I have started a cellxgene project and as I want to use multiple datasets and also keep the plug in VIP, I have combined both extensions () Jonbioinfo's answer, however, I kept getting errors in regards of the gene set enrichment analysis. I solved those related to ggplot and other libraries, nevertheless, this one keeps going on:
Thank you so much for your help.
The text was updated successfully, but these errors were encountered: