Entering edit mode
Hi all,
I am trying to install RnBeads on HPC server, but keep getting below error;
source('https://rnbeads.org/data/install.R')
Bioconductor version 3.14 (BiocManager 1.30.16), R 4.1.0 (2021-05-18)
Installing package(s) 'RnBeads'
also installing the dependencies ‘gsl’, ‘genefilter’, ‘GSEABase’, ‘lumi’, ‘aws’, ‘IlluminaHumanMethylationEPICanno.ilm10b4.hg19’, ‘IlluminaHumanMethylationEPICmanifest’, ‘geneplotter’, ‘methylumi’, ‘Category’, ‘GOstats’, ‘IlluminaHumanMethylation450kmanifest’, ‘annotate’, ‘isva’, ‘minfi’, ‘sva’, ‘wateRmelon’, ‘glmnet’, ‘GLAD’, ‘IlluminaHumanMethylation450kanno.ilmn12.hg19’, ‘missMethyl’, ‘MethylSeekR’, ‘sesame’
Installation paths not writeable, unable to update packages
path: /mnt/scratch2/users/jsanchez/R/4.1.0/lib64/R/library
packages:
class, cli, colorspace, crayon, foreign, future, glue, jsonlite, lattice,
MASS, Matrix, mgcv, nlme, nnet, openssl, rlang, rpart, scattermore,
spatial, spatstat.core, spatstat.geom, survival, tidyselect, withr, yaml
Error in library(RnBeads) : there is no package called ‘RnBeads’
In addition: There were 26 warnings (use warnings() to see them)
Many thanks, nabiyogesh
Hi nabiyogesh,
Can you try to install RnBeads through Bioconductor, i.e., using
By default, the RnBeads installation script surpresses the error/warning messages while installing.
Best,
Michael
thank you so much, it is installed now. but I am getting another error while running RnBeads on server;
Hi,
I was running RnBeads Rscript on Kelvin,but getting an error at the end like;
ReportGgPlot error ('off' method): X11 is not available
could you please help how to resolve this.
I am not sure how to role this.
Many thanks, nabiyogesh
Hi,
This error is a bit cryptic and is probably related to your R session/installation rather than to RnBeads. Can you do something like this or does this also throw an error?
Hi,
This also shows error;
Many thanks, nabiyogesh
Hi, Then you have an issue with your general R installation, please follow instructions on the web, for instance here: https://stackoverflow.com/questions/36819334/x11-is-not-available-in-r
Thanks, this is also sorted, but now I am getting this below error;
RnBeads code;
Many thanks, nabiyogesh
Hi,
If I check r capabilities then it shows png, Cairo, x11 as False. I am not sure how I can make them True on HPC.
Many thanks, nabiyogesh
Thanks, it is sorted, there was some settings in R environment.
Many thanks,