2 Before you start, please do the following:
Install:
- R and RStudio (if you have not already).
Read:
Remember! The Quantitative Skills for Biology manual you used in BIOL 1001 is still online (and updated regularly). If you need to review how to install and use R, please the manual! You can access it here: https://ahurford.github.io/quant-guide-all-courses/.
When using R, you have many ways to get help.
In addition, these exercises are based on Week 3: Data in Tables (PART I) and Week 4: Grouping & Joining Data (PART II) of the online course Data Carpentry for Biologists by Dr. Ethan White. If you are not sure how to execute a particular command, you can refer to the Lecture material on Dr. White’s website and/or his instructional videos that go with the relevant lessons. The example data in the lecture material and videos is different from the data you use in the exercise.
There is also help available from the TAs/Help Centre. Details on schedule and contact information will be provided by your professor.
After completing these exercises you should be able to:
- install packages and load data,
- understand the data manipulation functions of
dplyr, - and execute a simple import and data filter scenario