matchprobes for R
0
0
Entering edit mode
8.9 years ago
gizemtatar • 0

Which R version include match probes package? I tried download it for R 3.1.3 and 2.1.5 version with Mac OS.

This R 3.1.3

Warning message:
package 'matchprobes' is not available (as a binary package for R version 3.1.3)

This R 2.1.5

package 'matchprobes' is not available (for R version 2.15.3)
alignment • 2.6k views
ADD COMMENT
0
Entering edit mode

Have you follow their instruction? You need to download it using biocLite

source("http://bioconductor.org/biocLite.R")
biocLite("matchprobes")
ADD REPLY
0
Entering edit mode

Yes and give warning message

package 'matchprobes' is not available (for R version 2.15.3)
ADD REPLY
0
Entering edit mode

Try downloading the tar.gz file and install it manually. That worked for me a few times

ADD REPLY
0
Entering edit mode

I don't know manually install. How I do it?

ADD REPLY
0
Entering edit mode

It looks like that was last in Bioconductor in version 2.6, which corresponds to R version 2.11

ADD REPLY
0
Entering edit mode

In fact, that was replaced by Biostrings in 2010.

ADD REPLY
0
Entering edit mode

I download R version 2.6.2. Then,

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

This message:

Error in get(".BioC_version_associated_with_R_version", envir = asNamespace("tools"),  :
  variable ".BioC_version_associated_with_R_version" was not found

How do I install an older version of Bioconductor?

ADD REPLY
0
Entering edit mode

Given that the functionality in that package has been subsumed elsewhere, the better question is why bother?

ADD REPLY

Login before adding your answer.

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