Re: [R] Errors in in my code

2008-03-08 Thread Christophe Lo
thank you so much. I must have spend a few hours last night trying to figure out. thank you again, claire > Date: Sat, 8 Mar 2008 09:13:31 -0500> From: [EMAIL PROTECTED]> To: [EMAIL > PROTECTED]> Subject: Re: [R] Errors in in my code> CC: r-help@r-project.org> > &g

Re: [R] Errors in in my code

2008-03-08 Thread jim holtman
It says the file you are trying to access it not there. Do this in two steps so you can see what is happening: fileName <- paste(dataDirectory, annotation_HGU133Plus2, sep = "/") cat( fileName) ... now use in it your read My guess is that what you think is in "annotation_HGU133Plus2" is not the

[R] Errors in in my code

2008-03-08 Thread Claire_6700
Hi Everyone, I am very new to R. When i run the code yesterday, it was working fine. I was able to find gene annotation. somehow, today, when i try to run it again, it is giving me errors message that i don't understand. It says that it cannot open file. what file is it looking for? ###