Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 878 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 878 Bytes

Data Science Bootcamp; July 2024

dplyr / ggplot2 tutorial

Provided by Sheffield Bioinformatics Core

In this tutorial we will review some fundamental concepts of Data Manipulation and Visualization in R, in preparation for more advanced aspects of the course

Software Installation

In preparation for the course, please install the tidyverse suite of R packages

install.packages(c("tidyverse", "ggpubr", "readxl"))

Data

Please download these data in advance of the course

Workshop materials

Will appear here!