Error in using library (affy)
1
0
Entering edit mode
yalaman2 • 0
@yalaman2-8923
Last seen 8.5 years ago
United States

HI 

I installed bioconductor using the following commands 

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

biocLite()

Now to access affy, I am trying to use 

>library("affy")

However it shows me the following error

Error in library("affy") : there is no package called ‘affy’

 

PLease help.

 

Regards

Geethika

affy R bioconductor microarray • 1.5k views
ADD COMMENT
2
Entering edit mode
Dan Tenenbaum ★ 8.2k
@dan-tenenbaum-4256
Last seen 3.1 years ago
United States

Try 

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

 

ADD COMMENT

Login before adding your answer.

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