-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_quarto.yml
74 lines (72 loc) · 2.19 KB
/
_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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
project:
type: website
title: 'Bulk RNAseq data analysis'
website:
site-url: 'https://hds-sandbox.github.io/bulk_RNAseq_course'
page-navigation: true
navbar:
logo: develop/img/logo.png
logo-href: http://hds-sandbox.github.io/
background: primary
left:
- href: develop/workshop_RNAseq_nov2024.qmd
text: Info Nov '24
- href: develop/index.qmd
text: Start
- text: Experiment design
file: develop/02_experimental_planning.qmd
- text: Data processing
file: develop/04a_preprocessing.qmd
- text: Data analyses
file: develop/05a_data_analysis_setup.qmd
- text: "Workshop wrap-up"
file: develop/summary.qmd
right:
- icon: github
href: https://github.com/hds-sandbox
aria-label: GitHub
sidebar:
- title: "Experiment design"
style: "docked"
search: true
contents:
- develop/02_experimental_planning.qmd
- develop/03_data_explanation.qmd
- title: "Data processing"
contents:
- develop/04a_preprocessing.qmd
- develop/04b_pipelines.qmd
- section: "UCloud setup"
contents:
- develop/04c_preprocessing_nf3170.qmd
- title: "Data analyses"
contents:
- develop/05a_data_analysis_setup.qmd
- develop/05b_count_matrix.qmd
- section: "Quality control"
contents:
- develop/05c_count_normalization.qmd
- develop/06_exploratory_analysis.qmd
- section: "Differential Expression"
contents:
- develop/07_extra_contrast_design.qmd
- develop/07a_DEA.qmd
- develop/07b_hypothesis_testing.qmd
- develop/07c_DEA_visualization.qmd
- section: "Functional Analysis"
contents:
- develop/08a_FA_genomic_annotation.qmd
- develop/08b_FA_overrepresentation.qmd
- develop/08c_FA_GSEA.qmd
- section: "Workflow summary"
contents:
- develop/09_summarized_workflow.qmd
format:
html:
theme:
light: [materia, css/materialight.scss]
dark: darkly
toc: true
code-fold: true
filters:
- css/custom-callout.lua