-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.Rmd
executable file
·29 lines (18 loc) · 1.2 KB
/
index.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
title: "R Basics for Cancer Scientists"
---
# Introduction
This site contains the materials for a short training session introducing R, a
programming language for statistical data analysis, run by the [Bioinformatics Core](https://www.cruk.cam.ac.uk/core-facilities/bioinformatics-core)
facility at the [Cancer Research UK Cambridge Institute](https://www.cruk.cam.ac.uk).
# Description
**R** is one of the leading programming languages in **Data Science** and the
most widely used within CRUK CI for interacting with cancer biology data sets.
In this training course, we aim to provide a very brief introduction to R aimed
at cancer scientists who would like to be better able to manipulate, visualize
and analyze their data.
# Schedule
1. [Getting set up](setting_up.html) - install R, RStudio and the tidyverse packages in advance of the training session
2. [Introduction to R](introduction_to_r.html) - get acquainted with some key concepts with working in R
3. [Working with tabular data](tabular_data.html) - a whistle-stop tour of some of the most commonly used operations for manipulating and visualizing tabular data in R
4. [Next steps](next_steps.html) - where to go next in our R learning journey