-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
99 lines (84 loc) · 3.04 KB
/
_quarto.yml
File metadata and controls
99 lines (84 loc) · 3.04 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
97
98
99
project:
type: website
output-dir: docs
resources:
- img/
- css/
- slides/
website:
title: "Introduction to Spatial Transcriptomics"
page-footer: >
This lesson has been developed by members of the teaching team at the [Harvard Chan Bioinformatics Core (HBC)](http://bioinformatics.sph.harvard.edu/). <br>
These are open access materials distributed under the terms of the [Creative Commons Attribution license](https://creativecommons.org/licenses/by/4.0/) (CC BY 4.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are credited.
navbar:
left:
- text: "Schedule"
href: schedule/schedule.qmd
right:
- text: "HBC"
href: https://bioinformatics.sph.harvard.edu/
- text: "GitHub"
href: https://github.com/hbctraining/Intro-to-spatial-scRNA-seq
- text: "Contact us"
href: mailto:hbctraining@hsph.harvard.edu
sidebar:
title: "Lessons" # Optional title above the sidebar
style: "docked" # Sidebar is docked to the left
collapse-level: 1 # At what header level to start collapsing
# contents: auto # Creates automatic TOC from page headers (no sections)
contents:
- section: "Pre-reading:"
contents:
- lessons/Pre-reading_01.qmd
- lessons/Pre-reading_02.qmd
- lessons/Pre-reading_03.qmd
- section: "Day 1:"
contents:
- lessons/01_introduction-to-spatial.qmd
- lessons/02_loading-spatial-data.qmd
- section: "Day 1 Self-learning:"
contents:
- lessons/03_quality-control.qmd
- lessons/04_theory_of_PCA.qmd
- section: "Day 2:"
contents:
- lessons/05_normalization_and_sketch_downsampling.qmd
- lessons/06_scRNAseq_workflow.qmd
- section: "Day 2 Self-learning"
contents:
- lessons/07_integration.qmd
- lessons/08_spatially_derived_clusters.qmd
- lessons/09_integration.qmd
- section: "Day 3:"
contents:
- lessons/10_spatially-derived-values.qmd
- lessons/11_deconvolution.qmd
- section: "Day 3 Self-learning"
contents:
- lessons/12_dge.qmd
- lessons/Cheatsheet_seurat.qmd
- section: "Day 4:"
contents:
- lessons/13_cell-cell-communication.qmd
format:
html:
theme: simplex
css: css/styles.css
fig-align: "center"
toc: true
number-sections: false
code-block-bg: true
code-copy: true # enables copy button (default in most themes)
code-tools: true # enables the copy button!
code-line-wrap: wrap
google-analytics: UA-150953419-1
prompt: true
self-contained: true
# Global Execution Defaults
execute:
echo: true # show code
eval: true # run code
warning: false # show warnings
error: false # show errors
message: false # show messages
prompt: true