Angela Sanzo
Angela Sanzo
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...
Yes, I have! all of them ``` R -q -e 'if(!require(fgsea)) BiocManager::install("fgsea")' > if(!require(fgsea)) BiocManager::install("fgsea") Loading required package: fgsea > ``` Still got the outcome at enrichment analysis: ``` ERROR...
@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...
I just had the same problem with more than one hundred samples. I followed your advice of merging them at the same time, but what seemed to help the process...