-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathhome_syllabus.qmd
54 lines (41 loc) · 1.54 KB
/
home_syllabus.qmd
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
---
title: "Syllabus"
subtitle: "Syllabus, learning outcomes and entry requirements"
date: ""
toc: false
number-sections: false
sidebar: false
format: html
---
::: {.panel-tabset}
## Syllabus
The syllabus for this workshop are as follows.
- Advanced level
- Using the language of graphics: ggplot2
- Basic and advanced plotting in ggplot2
- Single-cell data visualizations with Seurat
- Quarto notebooks and reports
- Dynamic plotting with Quarto
- Interactive web apps with Shiny
- Beginner level
- Handle data in R for visualizations
- Apply ggplot grammar to get publication-grade plots
- Combine different data and/or different plots
- PCA, Heatmaps, Phylogenetic trees and Maps
## Learning outcomes
After this workshop you should be able to:
- Advanced level
- Handle data in R for visualizations
- Familiarize with ggplot2 functions and techniques at adavanced level
- Combine different data and/or different plots that are of publication-ready
- Create interactive documents with Quarto for data exploration and analysis
- Write your own simple Shiny app in R
- Beginner level
- handle data in R for visualizations
- apply the grammar efficiently in ggplot to obtain the desired plot
- combine different data and/or different plots that are of publication-grade
## Entry requirements
- Familiarity with R and R Studio
- Plotting using standard R graphics
- Participants are expected to use their own computers with pre-installed R, R Studio and different R packages (detailed instructions will be given upon acceptance).
:::