Installing qAlign is giving me error saying Rv3.5 do not support qAlign
1
0
Entering edit mode
@shadmafatima-16175
Last seen 5.9 years ago
source("https://bioconductor.org/biocLite.R")
biocLite()   

> install.packages("qAlign")
Installing package into ‘/Users/babumalik/Library/R/3.5/library’
(as ‘lib’ is unspecified)
Warning in install.packages :
  package ‘qAlign’ is not available (for R version 3.5.0)
> biocLite("qAlign")
BioC_mirror: https://bioconductor.org
Using Bioconductor 3.7 (BiocInstaller 1.30.0), R 3.5.0 (2018-04-23).
Installing package(s) ‘qAlign’
installation path not writeable, unable to update packages:
  DelayedArray, highr, MLSeq, munsell, progress, RcppRoll, recipes,
  rmarkdown, S4Vectors, stringi, xfun
Warning message:
package ‘qAlign’ is not available (for R version 3.5.0) 

error in Installing qAlign • 607 views
ADD COMMENT
0
Entering edit mode
@hotz-hans-rudolf-3951
Last seen 3.5 years ago
Switzerland

Hi Fatima

qAlign is part of the QuasR package (https://bioconductor.org/packages/3.8/bioc/html/QuasR.html)

Hence, you should do:

source("https://bioconductor.org/biocLite.R")
biocLite("QuasR")

 

 

Regards, Hans-Rudolf

ADD COMMENT

Login before adding your answer.

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