Entering edit mode
9.6 years ago
Naresh
▴
60
Problem Instaling Bioconductor "readAffy" Package in R Version 3.1.2..
Problem Instaling Bioconductor "readAffy" Package in R Version 3.1.2..
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
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
please post your attempted solution
Hi Sir,
I have tried many times, but could not find a solution for that.
Regards
Naresh