Package not found bioconductor gCMAP
1
0
Entering edit mode
@bastienchassagnol-22453
Last seen 4.4 years ago

Hello to everyone, I am currently trying to reproduce the connectivity map results on my own, and instead of reproducing the whole process, I would like if possible to use gCMAP which is supposed to be present on the list ot Bioconductor packages https://www.bioconductor.org/packages/release/bioc/.

However, I have such an output trying to use that library:

##########Code

if (!requireNamespace("BiocManager", quietly = TRUE)) install.packages("BiocManager") BiocManager::install("gCMAP") library(gCMAP)

###########Error output

Warning message: package ‘gCMAP’ is not available (for R version 3.6.0)

The current version of my machine is the following: R version 3.6.0 (2019-04-26) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows 10 x64 (build 14393)

with Bioconductor 3.10 and BiocManager_1.30.10.

Checking on the bioconductor list of packages, gCMAP is supposed to be multi-platform avalaible. Besides,trying to install directly the tar repository, I still have issues as the tar repository is only for Unix systems.

Thanks in advance for your replies,

microarray cmap package gCMAP gCAMPWeb • 775 views
ADD COMMENT
0
Entering edit mode
@martin-morgan-1513
Last seen 5 days ago
United States

Make sure that you are using the current (3.10) version of Biocoonductor

BiocManager::version()     # version of Bioconductor, not version of BiocManager
BiocManager::install(version="3.10")
ADD COMMENT

Login before adding your answer.

Traffic: 981 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