-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
51 lines (39 loc) · 978 Bytes
/
_quarto.yml
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
project:
type: website
output-dir: docs
website:
title: "Spezialisierungspraktikum RNA Biology"
navbar:
left:
- href: index.qmd
text: Home
- href: data_processing_galaxy.qmd
text: Processing
- href: DGE.qmd
text: Gene expression
- sidebar:Splicing
sidebar:
- id: Splicing
title: "Splicing"
style: "docked"
background: light
collapse-level: 2
contents:
- href: voila_gui.qmd
text: Visualize
- href: useful_R.qmd
text: Useful R functions
- href: global_splicing.qmd
text: Global analysis
- href: comparison_two_datasets.qmd
text: Comparing data sets
- href: setting_into_functional_context.qmd
text: Functional context of AS events
- href: tasks.qmd
text: Tasks
format:
html:
theme: minty
css: styles.css
toc: true
toc-depth: 2