Difference between revisions of "R"
m |
|||
Line 35: | Line 35: | ||
--> | --> | ||
==Further reading and resources== | ==Further reading and resources== | ||
− | Introductory [[R tutorial]] for this course | + | *Introductory [[R tutorial]] for this course |
− | The [[Bioconductor]] project | + | *The [[Bioconductor]] project |
<div class="reference-box">[http://www.r-project.org/ The '''R project''' homepage]</div> | <div class="reference-box">[http://www.r-project.org/ The '''R project''' homepage]</div> | ||
<div class="reference-box">[http://cran.r-project.org/ '''CRAN'''–The Comprehensive R Archive Network]</div> | <div class="reference-box">[http://cran.r-project.org/ '''CRAN'''–The Comprehensive R Archive Network]</div> |
Revision as of 13:55, 10 February 2012
R
The R statistics environment and programming language is an exceptionally well engineered, free (as in free speech) and free (as in free beer) platform for data manipulation and analysis. The number of functions that are included by default is large, there is a very large number of additional, community-generated analysis modules that can be simply imported from dedicated sites (e.g. the Bioconductor project for molecular biology data), or via the CRAN network, and whatever function is not available can be easily programmed. The ability to filter and manipulate data to prepare it for analysis is an absolute requirement in research-centric fields such as ours, where the strategies for analysis are constantly shifting and prepackaged solutions become obsolete almost faster than they can be developed. Besides numerical analysis, R has very powerful and flexible functions for plotting graphical output.
Introductory reading
Further reading and resources
- Introductory R tutorial for this course
- The Bioconductor project