Entering edit mode
Jose Duarte
▴
100
@jose-duarte-555
Last seen 10.2 years ago
I am having trouble after installing R 1.9 and the latest affy
(1.4.29)
with reading CEL files with the ReadAffy function. This is what I am
getting:
> files<-c("file1.CEL","file2.CEL","file3.CEL")
> myaffybatch<-ReadAffy(filenames=files)
Error in ReadAffy(filenames = files) :
couldn't find function "sampleNames<-"
Am I doing something wrong? This used to work fine with older versions
of the affy package.
Thanks in advance
Jose