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,