I am using simpleaffy using R studio in windows. I've set my working directory and my covdesc.txt file is in the directory:
> dir()
[1] "covdesc.txt" "GSM413159.CEL" "GSM413160.CEL" "GSM413161.CEL" "GSM413165.CEL"
[6] "GSM413166.CEL" "GSM413167.CEL"
However when I try to read the file, it doesn't find it:
> raw.data <-read.affy()
Error in file(file, "rt") : cannot open the connection
In addition: Warning message:
In file(file, "rt") :
cannot open file './covdesc': No such file or directory
My file is properly formatted. What could be going wrong?
Thanks