As is often the way with science published papers can skimp on the details of some of their methods. I hope to gradually fill this page with step-by-step guides on how to do various things that I have picked up myself over the years, almost all revolving around editing and analysing phylogenetic trees. I do a lot of my work using the freely-available statistical programming language R and a lot of what follows has an R code implementation.
R has a few key advantages over many standard "canned" packages (e.g. Excel):
1) it is completely free, 2) it is very broadly used in the sciences, 3) it is relatively easily to write code that performs repetitive tasks automatically, 4) it is very powerful and can be used on high performance computing set ups, 5) many of the things you would want to do with it (e.g. read in a phylogenetic tree) already have free libraries of functions to do it and 6) code is run line-by-line so that any errors are quickly located.
Although I try and provide step-by-step instructions a familiarity with R will greatly improve your usage of these pages.
This book Currently available methods
Methods planned for the future
|
||
Last updated 7th November 2008. |