IBS tutorial - Illustration of GWA data handling

Here you find an illustration of GWA data handling. This document is written as a Sweave document.

Please download all files, given below into the same directory and unzip the wgDat.zip file.

To compile the document you need R und LaTeX installed on your computer.

  1. Start an R session and change the working directory to the directory in which you stored all the downloaded files.
  2. Convert the Rnw file into a tex file with Sweave("illustration-GWA_data_handling.Rnw")
  3. Exit R and run the follwing in the command line pdflatex illustration-GWA_data_handling.tex
  4. Run BibTeX twice: bibtex illustration-GWA_data_handling.aux
  5. Run pdflatex twice again: pdflatex illustration-GWA_data_handling.tex

The result should look like the pdf provided on this page.
The used R code is additionally provided in the file illustration-GWA_data_handling.R