Bioinformatics Asked on August 31, 2021
I am trying to download DESeq2 in R 3.6.3. Is it possible?
This is printed when I am trying: Warning in install.packages : package ‘DESeq2’ is not available (for R version 3.6.3)
Thank you!
Bioconductor is a package management tool for R that allows you to install the appropriate package versions for your R version.
For R 3.6.3 you'll need Bioconductor 3.10:
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install(version = "3.10")
Then you install DESeq2:
BiocManager::install("DESeq2")
Answered by PPK on August 31, 2021
these errors are generated when I am doing what PPK suggested: Bioconductor version 3.10 (BiocManager 1.30.10), R 3.6.3 (2020-02-29) Installation path not writeable, unable to update packages: nlme, spatial, survival
BiocManager::install("DESeq2") Bioconductor version 3.10 (BiocManager 1.30.10), R 3.6.3 (2020-02-29) Installing package(s) 'DESeq2' Warning: dependency ‘XML’ is not available also installing the dependencies ‘annotate’, ‘genefilter’, ‘geneplotter’
downloaded 1.8 MB
downloaded 1.4 MB
downloaded 1.4 MB
downloaded 2.0 MB
ERROR: dependency ‘XML’ is not available for package ‘annotate’
The downloaded source packages are in ‘/tmp/RtmphLXrZb/downloaded_packages’ Installation path not writeable, unable to update packages: nlme, spatial, survival Warning messages: 1: In install.packages(...) : installation of package ‘annotate’ had non-zero exit status 2: In install.packages(...) : installation of package ‘genefilter’ had non-zero exit status 3: In install.packages(...) : installation of package ‘geneplotter’ had non-zero exit status 4: In install.packages(...) : installation of package ‘DESeq2’ had non-zero exit status
I have tried to instal XML and the other dependencies without success..
Answered by marilu on August 31, 2021
Get help from others!
Recent Questions
Recent Answers
© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP