Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 539 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 539 Bytes

This repository contains the notebooks for the Part III Systems Biology workshop on Proteomics

To run the notebooks interactively, as they were intended, you will need to install R and Rstudio:

Set up

Install R Rstudio

R dependencies The notebooks depend on the following R packages.

tidyr dplyr ggplot2

The simplest route to install all these is to install the complete "tidyverse": install.packages("tidyverse")