Re: [R] error with ReadAffy()

2010-08-04 Thread mandova
I don't know if it has anything to do with these installation warnings: * installing to library ‘/home/mandova/R/i486-pc-linux-gnu-library/2.11’ * installing *source* package ‘affy’ ... creating cache ./config.cache checking how to run the C preprocessor... cc -E checking for main in -lz... yes c

[R] error with ReadAffy()

2010-08-04 Thread mandova
Hi!I'm doing a little data importing from .cel files, > setwd("/home/mandova/celfiles") > mydata<-ReadAffy() Error in sub("^/?([^/]*/)*", "", filenames, extended = TRUE) : unused argument(s) (extended = TRUE) Then I tried > filenames<-paste("GSM",c(seq(138597,138617,1)),".cel",sep="") > f