Main»R

R


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:

  1. R for undergraduates
  2. An Introduction to R, pdf
  3. R, UW
  4. R online tutorial, ISU
  5. R online tutorial, Mercury
  6. Programming in R, UC Riverside

  7. https://sites.google.com/a/uw.edu/bioinformatics-scripting/


Advanced topics

  1. Bolker's Ecological models and data in R
  2. graph gallery and codes

  3. Animation in R
  4. R graphic Gallery