DSEq2 error message at loading
1
0
Entering edit mode
@christophedesmet-16170
Last seen 5.9 years ago

Hello, when trying to load DESeq2 in R (v3.5.0), I get the following error message:

Here is the command:

library(DESeq2)

The error message:

"Loading required package: SummarizedExperiment
Loading required package: DelayedArray
Error in value[[3L]](cond) : 
  Package ‘DelayedArray’ version 0.6.0 cannot be unloaded:
 Error in unloadNamespace(package) : namespace ‘DelayedArray’ is imported by ‘SummarizedExperiment’ so cannot be unloaded"

And the output of sessionInfo()

"R version 3.5.0 (2018-04-23)

Platform: x86_64-apple-darwin15.6.0 (64-bit)
Running under: macOS High Sierra 10.13.4

Matrix products: default
BLAS: /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
LAPACK: /Library/Frameworks/R.framework/Versions/3.5/Resources/lib/libRlapack.dylib

locale:
[1] en_GB.UTF-8/en_GB.UTF-8/en_GB.UTF-8/C/en_GB.UTF-8/en_GB.UTF-8

attached base packages:
[1] parallel  stats4    stats     graphics  grDevices utils     datasets  methods  
[9] base     

other attached packages:
 [1] BiocParallel_1.14.1  matrixStats_0.53.1   Biobase_2.40.0       GenomicRanges_1.32.3
 [5] GenomeInfoDb_1.16.0  IRanges_2.14.10      S4Vectors_0.18.3     BiocGenerics_0.26.0 
 [9] ggplot2_2.2.1        BiocInstaller_1.30.0 RColorBrewer_1.1-2   pheatmap_1.0.10     

loaded via a namespace (and not attached):
 [1] Rcpp_0.12.17                locfit_1.5-9.1              lattice_0.20-35            
 [4] digest_0.6.15               plyr_1.8.4                  backports_1.1.2            
 [7] acepack_1.4.1               RSQLite_2.1.1               pillar_1.2.3               
[10] zlibbioc_1.26.0             rlang_0.2.1                 lazyeval_0.2.1             
[13] rstudioapi_0.7              data.table_1.11.4           annotate_1.58.0            
[16] blob_1.1.1                  rpart_4.1-13                Matrix_1.2-14              
[19] checkmate_1.8.5             splines_3.5.0               geneplotter_1.58.0         
[22] stringr_1.3.1               foreign_0.8-70              htmlwidgets_1.2            
[25] RCurl_1.95-4.10             bit_1.1-14                  munsell_0.5.0              
[28] DelayedArray_0.6.1          compiler_3.5.0              base64enc_0.1-3            
[31] htmltools_0.3.6             nnet_7.3-12                 SummarizedExperiment_1.10.1
[34] tibble_1.4.2                gridExtra_2.3               htmlTable_1.12             
[37] GenomeInfoDbData_1.1.0      Hmisc_4.1-1                 XML_3.98-1.11              
[40] bitops_1.0-6                grid_3.5.0                  xtable_1.8-2               
[43] gtable_0.2.0                DBI_1.0.0                   magrittr_1.5               
[46] scales_0.5.0                stringi_1.2.3               XVector_0.20.0             
[49] genefilter_1.62.0           latticeExtra_0.6-28         Formula_1.2-3              
[52] tools_3.5.0                 bit64_0.9-7                 DESeq2_1.20.0              
[55] survival_2.42-3             AnnotationDbi_1.42.1        colorspace_1.3-2           
[58] cluster_2.0.7-1             memoise_1.1.0               knitr_1.20"

Any help solving this issue would be most appreciated

 

 

 

deseq2 • 1.7k views
ADD COMMENT
0
Entering edit mode
Levi Waldron ★ 1.1k
@levi-waldron-3429
Last seen 11 weeks ago
CUNY Graduate School of Public Health a…

I noticed that DESeq2_1.20.0, DelayedArray_0.6.1, and SummarizedExperiment_1.10.1 are all in your namespace already. If you've updated some packages, perhaps try restarting your R session and reloading your libraries.

ADD COMMENT

Login before adding your answer.

Traffic: 1062 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6