March 12, 2012, at 11:31 AM
by 12.13.176.132 -
Changed lines 13-14 from:
to:
February 09, 2012, at 10:00 AM
by 12.13.176.132 -
Changed lines 35-38 from:
to:
- https://sites.google.com/a/uw.edu/bioinformatics-scripting/
Advanced topics
Deleted lines 41-43:
Deleted line 43:
December 28, 2011, at 12:49 AM
by 76.123.118.17 -
Changed lines 40-41 from:
to:
Changed lines 43-44 from:
to:
December 11, 2011, at 08:43 PM
by 24.126.190.229 -
Added lines 2-5:
My favorite R books
- R for biologists
- A First Course in Statistical Programming with R
Deleted line 8:
October 04, 2011, at 10:58 PM
by 24.126.190.229 -
Added lines 4-5:
October 04, 2011, at 10:57 PM
by 24.126.190.229 -
Changed lines 3-4 from:
to:
- Windows installation & configuration
- Intro to R
Changed lines 6-8 from:
to:
October 04, 2011, at 10:55 PM
by 24.126.190.229 -
Changed line 2 from:
R learning materials
to:
R learning videos
October 04, 2011, at 10:55 PM
by 24.126.190.229 -
Changed lines 2-7 from:
Do you speak R?
to:
R learning materials
- youtube R tutorials
- Linear regression in R
Deleted lines 8-11:
- A 2.10.1 version of R for Windows
June 13, 2011, at 09:53 PM
by 128.112.118.21 -
Changed line 20 from:
to:
February 17, 2010, at 03:43 PM
by 12.13.176.132 -
Changed lines 17-18 from:
This can take about 15-20 minutes based on your computer speed.
to:
This can take about 15-20 minutes based on your internet connection.
February 16, 2010, at 03:57 PM
by 12.13.176.132 -
Changed lines 4-6 from:
- A 2.8.1 version of R for Windows
to:
- A 2.10.1 version of R for Windows
January 01, 2010, at 09:40 PM
by 68.53.192.34 -
Changed lines 32-34 from:
to:
February 05, 2009, at 08:26 PM
by 75.143.68.139 -
Added lines 4-7:
- A 2.8.1 version of R for Windows
February 05, 2009, at 11:43 AM
by 75.143.68.139 -
Added lines 1-3:
Do you speak R?
Changed lines 25-30 from:
to:
January 27, 2009, at 02:40 PM
by 75.143.68.139 -
Deleted line 14:
Deleted line 15:
Deleted line 16:
Deleted line 17:
January 27, 2009, at 02:39 PM
by 75.143.68.139 -
Added line 26:
November 24, 2008, at 10:13 PM
by 75.143.68.139 -
Deleted line 13:
Added lines 23-25:
For more advanced ones:
- Bolker's Ecological models and data in R
November 09, 2008, at 03:32 PM
by 76.123.119.30 -
Changed lines 10-11 from:
This should take about 30 minutes.
to:
This can take about 15-20 minutes based on your computer speed.
November 09, 2008, at 11:10 AM
by 76.123.119.30 -
Changed line 23 from:
to:
- Programming in R, UC Riverside
November 09, 2008, at 11:08 AM
by 76.123.119.30 -
Changed lines 21-23 from:
- R online tutorial, Mercury
to:
- R online tutorial, Mercury
- Programming in R, UCSF
October 29, 2008, at 12:57 AM
by 75.143.68.139 -
Changed lines 12-14 from:
Here some tutorials on R:
to:
Here are some tutorials on R:
October 29, 2008, at 12:57 AM
by 75.143.68.139 -
Changed lines 14-15 from:
- An Introduction to R, pdf
to:
- An Introduction to R, pdf
- R, UW
October 29, 2008, at 12:56 AM
by 75.143.68.139 -
Changed lines 12-18 from:
Here is a tutorial on R: An Introduction to R
to:
Here some tutorials on R:
- An Introduction to R, pdf
- R online tutorial, ISU
- R online tutorial, Mercury
September 15, 2008, at 10:53 PM
by 75.143.68.139 -
Changed line 4 from:
install.packages( new.packages() );
to:
install.packages( new.packages() );
Changed lines 8-9 from:
source("http://bioconductor.org/biocLite.R");
biocLite();
to:
source("http://bioconductor.org/biocLite.R");
biocLite();
September 10, 2008, at 10:38 PM
by 75.143.68.139 -
Changed lines 5-6 from:
Installation of all packages can easily take half of a day.
to:
Installation of all of the packages can easily take half of a day.
September 10, 2008, at 10:13 PM
by 75.143.68.139 -
Changed line 7 from:
You can install the bioconductor packages by running:
to:
You can install the basic packages of bioconductor by running:
September 10, 2008, at 10:12 PM
by 75.143.68.139 -
Changed lines 5-7 from:
Installation of all packages can easily takes half of a day.
You can install the bioconductor package by running:
to:
Installation of all packages can easily take half of a day.
You can install the bioconductor packages by running:
September 10, 2008, at 08:48 PM
by 75.143.68.139 -
Changed line 12 from:
Here is tutorial on R: An Introduction to R
to:
Here is a tutorial on R: An Introduction to R
September 10, 2008, at 08:48 PM
by 75.143.68.139 -
Changed lines 5-6 from:
to:
Installation of all packages can easily takes half of a day.
Changed lines 10-11 from:
to:
This should take about 30 minutes.
September 10, 2008, at 08:45 PM
by 75.143.68.139 -
Changed lines 7-9 from:
source("http://bioconductor.org/biocLite.R")
biocLite()
to:
source("http://bioconductor.org/biocLite.R");
biocLite();
September 10, 2008, at 08:45 PM
by 75.143.68.139 -
Changed lines 3-4 from:
To download R, please go to http://www.r-project.org/
to:
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() );
You can install the bioconductor package by running:
source("http://bioconductor.org/biocLite.R")
biocLite()
September 10, 2008, at 08:39 PM
by 75.143.68.139 -
Added lines 1-5:
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/
Here is tutorial on R: An Introduction to R