R for microbial genomics
Overview
Teaching: 225 min
Exercises: 180 minQuestions
How can I use R to manipulate and visualize microbial genomic data?
Objectives
Assign values to variables in R
Load external data from a .csv file into a data frame in R.
Use summarize, group_by, tally and other functions of the dplyr and tidyr packages to manipulate data in a data frame.
Build complex and customized plots from data in a data frame.
The lesson can be found here: R-microbial-genomics
Key Points