R is a free general statistical computing language. Over the past several years, the phylogenetics community has been developing software for various tree-based analyses using this language. We will be using several of these analyses during the workshop. To get ready, you'll need to install the basic R package and then install various software packages. To do so:
-
go to the
R website and install the basic R package.
-
once its installed, run the application.
-
under the 'Packages & Date' Menu, select 'Package Installer'.
-
When the 'R Package Installer' window appears, choose 'CRAN (binaries)' in the top dropdown box and hit the 'Get List' button.
-
Select the following packages:
-
APE
-
ade4
-
OUCH
-
GEIGER
-
choose 'At System Level' for the install location
-
check the 'install dependencies' box.
-
Finally, hit the 'Install Selected' button.
There's a tutorial on R for phylogenetics
here; Emmanuel Paradis, one of the authors of APE, has a
book on "Analysis of phylogenetics and evolution with R" that is also quite helpful.
