| Course | Location | Starting Date | |
|---|---|---|---|
| Introduction to R | VIrtual via Zoom | 21 April 2026 | View |
| Introduction to R | Virtual via zoom | 13 May 2026 | View |
| Introduction to R | Virtual via Zoom | 10 November 2026 | View |
If you have a few people interested in this course then Private Courses may a more flexible and cheaper option for you.
If you log in we can let you know when this course is next run.
R is a specialised programming language whose main purpose is the maniupulation, visualisation and analysis of datasets. It is one of the core tools used in many numerical disciplines and is very popular in the field of bioinformatics.
This course provides a ground-up introduction to the core R language, and uses the modern tidyverse framework to show how to easily import, transform and plot datasets.
This course is an invaluable foundation for anyone wanting to use R in their work.
This course makes no assumption about specific skills or knowledge
dplyr package manipulates data using the select and filter functions. We will look at the standard design for all tidyverse functions which manipulate data.
ggplot2 is a full plotting library which offers many improvements over the core R plotting functions. We introduce the core ggplot concpets of aesthetics and geometries and show how to build and customise your first plot.