- Understand the concepts of reproducible research
- Learn what's wrong with how we currently do data analysis
- Gain exposure to tools that will help us to do reproducible research
Patrick D. Schloss, PhD (microbialinformatics.github.io)
Department of Microbiology & Immunology
Need for...
Datasets are not getting any smaller
Great demand for numeracy skills
x <- runif(20)
y <- runif(20)
par(mar=c(5,4,0.5,0.5))
plot(x, y, xlab="Random X Value", ylab="Random Y Value", main="", col="blue", pch=19, cex=1.25)