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.
- illustration-GWA_data_handling.pdf (1.9MB)
- illustration-GWA_data_handling.Rnw (10KB)
- illustration-GWA_data_handling.R (1KB)
- wgDat.zip (4.7MB)
- Sweave.sty (1KB)
- floripa.bib (2KB)
- plot-VennDiagram.R (2KB)
To compile the document you need R und LaTeX installed on your computer.
- Start an R session and change the working directory to the directory in which you stored all the downloaded files.
- Convert the Rnw file into a tex file with
Sweave("illustration-GWA_data_handling.Rnw") - Exit R and run the follwing in the command line
pdflatex illustration-GWA_data_handling.tex - Run BibTeX twice:
bibtex illustration-GWA_data_handling.aux - 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
