-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_quarto.yml
More file actions
96 lines (90 loc) · 2.68 KB
/
_quarto.yml
File metadata and controls
96 lines (90 loc) · 2.68 KB
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
project:
type: website
output-dir: docs
execute-dir: project
render:
- "*.qmd"
- "!CONTRIBUTING.md"
- "!LICENSE.md"
- "!assets/"
- "!advanced_exercise/"
profiles:
- v2025.3
- latest
website:
title: "Single cell transcriptomics"
favicon: assets/imglogo-basic-color-nobg-cmyk.svg
search: true
page-navigation: true
# google-analytics: G-1H5B39PY7V
# cookie-consent: true
navbar:
background: "#003eaa"
left:
- href: index.qmd
text: Home
- href: precourse_preparations.qmd
- href: course_schedule.qmd
- text: "day 1"
menu:
- href: "day1/day1-1_setup.qmd"
- href: "day1/day1-1a_cellranger.qmd"
- href: "day1/day1-2_analysis_tools_qc.qmd"
- text: "day 2"
menu:
- href: "day2/day2-1_normalization_scaling.qmd"
- href: "day2/day2-2_dimensionality_reduction.qmd"
- href: "day2/day2-3_integration.qmd"
- href: "day2/day2-4_clustering.qmd"
- text: "day 3"
menu:
- href: "day3/day3-1_cell_annotation.qmd"
- href: "day3/day3-2_differential_gene_expression.qmd"
- href: "day3/day3-3_enrichment_analysis.qmd"
- text: "projects"
menu:
- href: "projects/introduction.qmd"
- href: "projects/project1.qmd"
- href: "projects/project2.qmd"
- href: "projects/project3.qmd"
- href: "projects/project4.qmd"
# - text: "Versions"
# menu:
# - href: /v2025.3/
# text: "v2025.3"
# - href: /latest/
# text: "Latest"
right:
- icon: github
href: https://github.com/bioinfocz/Course-on-scRNA-seq-data-analysis
aria-label: GitHub
sidebar:
logo: assets/logo_stranky.svg
format:
html:
code-link: true
theme:
- default
- custom.scss
toc: true
header-includes: |
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro">
<!-- Matomo -->
<script>
var _paq = window._paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="https://matomo.sib.swiss/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '220']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<!-- End Matomo Code -->
execute:
freeze: auto
cache: true
tidy: true