Entering edit mode
4.6 years ago
ATCG
▴
400
Hi I am unable to run DESeq2
Installed
conda create -y -n test.DESeq2 python=3
conda activate test.DESeq2
conda install -y bioconductor-DESeq2
To Run
$ cat counts.txt | deseq2.r 3x3 > results2.csv
ERROR
Error: package or namespace load failed for 'DESeq2' in dyn.load(file, DLLpath = DLLpath, ...):
unable to load shared object '/Users/xx/opt/anaconda3/envs/test.gplots/lib/R/library/DESeq2/libs/DESeq2.dylib':
dlopen(/Users/xx/opt/anaconda3/envs/test.gplots/lib/R/library/DESeq2/libs/DESeq2.dylib, 6): Library not loaded: @rpath/libopenblasp-r0.3.7.dylib
Referenced from: /Users/xx/opt/anaconda3/envs/test.gplots/lib/R/library/DESeq2/libs/DESeq2.dylib
Reason: image not found
Execution halted
(test.gplots)
Please use the formatting bar (especially the
code
option) to present your post better. I've done it for you this time.Thank you!
Why not do this in R following the workflow?