-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.qmd
55 lines (41 loc) · 994 Bytes
/
index.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
55
---
pagetitle: "NBIS Workshop | Advanced Data Visualization"
subtitle: ""
toc: false
date: ""
sidebar: false
format:
html:
css: "assets/css/home.css"
number-sections: false
title-block-banner: false
page-layout: full
anchor-sections: false
execute:
freeze: false
---
::: {.home-container}
::: {.home-grid-parent}
::: {.home-grid-child-left}
### NBIS Workshop
## Advanced Data Visualization
::: {.large}
- 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
:::
::: {.large}
[Beginner-level course content](https://nbisweden.github.io/workshop-data-visualization-r/2404/home_content.html#1_Course_objectives)
:::
::: small
Updated: {{< meta current_date >}} at {{< meta current_time >}} .
:::
:::
:::{.home-grid-child-right}
![](assets/images/hero.webp){.nolightbox}
:::
:::
:::