My favorite R books
R learning videos
R schools
The R environment is a free software environment for statistical computing and graphics. It runs on a wide variety of UNIX platforms, Windows and MacOS. R has become a popular platform for bioinformatics, genetics, and genomics study and research.
To download R, please go to http://www.r-project.org/. After you have installed R to your computer, you can install all of the packages by runing:
install.packages( new.packages() );
Installation of all of the packages can easily take half of a day.
You can install the basic packages of bioconductor by running:
biocLite();
This can take about 15-20 minutes based on your internet connection.
Here are some tutorials on R:
- R for undergraduates
- An Introduction to R, pdf
- R, UW
- R online tutorial, ISU
- R online tutorial, Mercury
- Programming in R, UC Riverside
- https://sites.google.com/a/uw.edu/bioinformatics-scripting/
Advanced topics
- Bolker's Ecological models and data in R
- graph gallery and codes
- Animation in R
- R graphic Gallery