Noiseq Installation Error
3
1
Entering edit mode
11.6 years ago
narges ▴ 210

Hi all, I am trying to install NOISeq package from Bioconductor using commands :

source("http://bioconductor.org/biocLite.R")
biocLite("NOISeq")

but there is an error when installing:

Warning message: package ‘NOISeq’ is not available (for R version 2.15.1)

but in the manual it is mentioned that NOISeq is available for R (>=2.0.3) so why is that? thanks in advance

• 3.8k views
ADD COMMENT
1
Entering edit mode
11.2 years ago
Armand ▴ 20

Just upgrade the bioconductor (NOISeq is available only in Bioconductor version 1.11):

    source("http://bioconductor.org/biocLite.R")
    biocLite("BiocUpgrade")
    biocLite("NOISeq")
ADD COMMENT
0
Entering edit mode

How is this useful now, when the answer was already known 4 months ago?

ADD REPLY
0
Entering edit mode
11.6 years ago

You seem to have asked this on multiple sites.

Usually the answers will be found on the mailing list that corresponds to the tool that you are running. In this case the Bioconductor mailing list:

https://stat.ethz.ch/pipermail/bioconductor/2012-October/048479.html

ADD COMMENT
0
Entering edit mode

yes actually I got the answer there. I should have upgraded the biocInstaller package and now it works. You can delete the post it is not relevant. And thank you for the suggestion.

ADD REPLY
0
Entering edit mode

The best is to just add the answer if you found out what you needed from other sources - that way people can find their way later.

ADD REPLY
0
Entering edit mode
11.6 years ago
narges ▴ 210

The problem was due to the BiocInstaller package. So after upgrading it and reinstalling the NOISeq now it works. So the NOISeq is available in Bioconductor version 1.11.

ADD COMMENT

Login before adding your answer.

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