Problem Instaling Bioconductor "readAffy" Package in R Version 3.1.2..
1
0
Entering edit mode
9.0 years ago
Naresh ▴ 60

Problem Instaling Bioconductor "readAffy" Package in R Version 3.1.2..

bioconductor • 5.9k views
ADD COMMENT
0
Entering edit mode

please post your attempted solution

ADD REPLY
0
Entering edit mode
library("readAffy")
Error in library("readAffy") : there is no package called 'readAffy'
> install.packages("ReadAffy")
Installing package into 'C:/Users/Poondla/Documents/R/win-library/3.1'
(as 'lib' is unspecified)
Warning in install.packages :
  package 'ReadAffy' is not available (for R version 3.1.2)
ADD REPLY
0
Entering edit mode

Hi Sir,

I have tried many times, but could not find a solution for that.

Regards
Naresh

ADD REPLY
3
Entering edit mode
9.0 years ago
russhh 5.7k

In your first reply you spelled readAffy two different ways. But, isn't ReadAffy a function within 'affy'? If so, you should use biocLite to install it; i.e.,

source("http://bioconductor.org/biocLite.R")
biocLite('affy')
library(affy)
?ReadAffy
ADD COMMENT

Login before adding your answer.

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