SISG 2008, Seattle
R and Bioconductor: Computing for Statistical Genetics Instructor: Thomas Lumley, Ken Rice Email: see thomas or ken, in class Downloading Bioconductor biocLite() This takes some time! - but you only need to do it once. When you need a new package, use e.g. source("http://bioconductor.org/biocLite.R") biocLite("siggenes") Slides, exercises from sessions Session 1, Introductions, reading in data (exercises) (solutions) Session 2; Learning to Draw (exercises) (solutions) Session 3; Data Manipulation (exercises) (solutions) Session 4; Model Fitting (exercises) (solutions) Session 5; Writing Loops (exercises) (solutions) (alternate solutions - taking out the missing values before you start) Session 6; Permutation tests (exercises) (solutions) Session 7; Large Data Files (exercises) (solutions) Session 8; Bioconductor #1 (exercises) (solutions) Session 9; Bioconductor #2 (exercises) (solutions) Session 10; Interfacing R - no exercises, but here's the Google Earth code Special exercise! This is a more in-depth programming problem, for you to try tonight; we'll talk more about this in the final session. (Some solutions for you to try - note that the timings are very approximate and "your mileage may vary") Datasets AMDchrom1.Rdata -- download this to your machine and use load() - not the more usual read.table() or read.csv() sisg.nc -- download this to your machine - and see Session 7 Other links A reference card of common commands (and a slightly longer reference card) To change languages, put a .Renviron file in the startup working directory - use en for English, or de, it (To get the working directory, use getwd()) Books
|
|
Send mail to:
(see thomas or ken in class) |