I am trying to do some work for my thesis which has me using the R programming language (and the R app on Mac OS Lion) for the first time. I had to download the files from here to work with but none of the files comes in .rda or .r they all come in different file extensions. Can someone please tell me how to either convert or use these files?
Asked
Active
Viewed 789 times
1
-
1Fix yourself a glass of your favorite beverage. Curl up in a comfy chair, point your browser [here](http://cran.r-project.org/doc/manuals/R-data.html) and do some reading. – joran Jan 21 '12 at 21:52
-
Which files do you need to use specifically? I looked at your link and is not clear to me. – aatrujillob Jan 21 '12 at 21:55
-
@AndresT the ones under "Download family" – Tsundoku Jan 21 '12 at 21:57
-
1I think you may want to ask this question on the Bioconductor mailing list, unless there are other systems biologists / molecular geneticists hanging around here ... – Ben Bolker Jan 21 '12 at 21:59
-
Although I upvoted @Dason's suggestion it is clear that you also need to read more introductory material on R. Talk to your thesis supervisor to get further advice and look at the CRAN website for the "Contributed" documentation. – IRTFM Jan 21 '12 at 22:36
-
I definitely second the recommendation that @DWin gave. – Dason Jan 21 '12 at 23:51
1 Answers
4
This page might be relevant to your interests. Also note that if you click on the link on that page that says "Analyze with GEO2R" you can get an R script created for you that will do some of the legwork for you. I would highly suggest reading the instructions on that page in order to get things prepared the way you want them to be.

Dason
- 60,663
- 9
- 131
- 148
-
1That page you link to is using rather old versions of R (and bioconductor). The OP should really just go straight to the http://bioconductor.org site and start getting comfortable. – Steve Lianoglou Jan 22 '12 at 03:46