The sequencing of the human genome ushered in the “post-genome” biological revolution
Biology is now a data science
The sequencing of the human genome ushered in the “post-genome” biological revolution
Biology is now a data science
Modern biological data analysis requires skills and knowledge from many domains:
No one person can be expert in all these areas!
Experts create tools and techniques that we can use.
tidyverse
is a set of R packages first developed by Hadley WickhamLearn R and its related packages to analyze biological data
Communicate results of R analyses with effective visualizations and notebooks
Learn how to use the RStudio development environment
Write correct and reproducible code using formal testing strategies
Share analyses with others using RShiny applications
You are: a practicing biologist wishing to learn how to use R to analyze biological data
We assume a basic working knowledge of:
We endeavor to explain required background whenever possible to relax these assumptions
Weekly lectures
7 assignments, roughly one per week
Final project: RShiny application combining the techniques you learned in the assignments
Grading:
Zoom link is available
Your physical, emotional and mental health
Your family and friends
Policy on absences / missed classes
Detailed instructions are in the book
Assignments hosted on GitHub
We will use GitHub Classroom to make them available
Each assignment has similar format and workflow, files:
├── reference_report.html ├── main.R ├── README.md ├── report.Rmd └── test_main.R