forked from lmweber/PrinciplesSTA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
56 lines (51 loc) · 1.48 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
project:
type: book
book:
title: "Best Practices for Spatial Transcriptomics Analysis with Bioconductor"
date: today
sidebar:
title: "Best Practices ST"
style: docked
search: true
repo-url: https://github.com/lmweber/BestPracticesST
cover-image: Bioconductor-rh.png
chapters:
- index.qmd
- part: "Introduction"
chapters:
- chapters/introduction.qmd
- chapters/spatial-transcriptomics.qmd
- chapters/bioconductor-data-classes.qmd
- part: "Analysis steps"
chapters:
- chapters/analysis-steps.qmd
- chapters/load-data.qmd
- chapters/quality-control.qmd
- chapters/normalization.qmd
- chapters/feature-selection.qmd
- chapters/dimensionality-reduction.qmd
- chapters/clustering.qmd
- chapters/spot-deconvolution.qmd
- chapters/spatial-registration.qmd
- chapters/differential-expression.qmd
- chapters/multiple-samples.qmd
- chapters/spatial-co-localization.qmd
- part: "Workflows"
chapters:
- chapters/workflows.qmd
- chapters/workflow-Visium-humanDLPFC.qmd
- chapters/workflow-Visium-mouseCoronal.qmd
- chapters/workflow-Visium-spatialLIBD.qmd
appendices:
- chapters/related-resources.qmd
- chapters/acknowledgments.qmd
- chapters/references.qmd
number-sections: true
bibliography: references.bib
execute:
freeze: auto
format:
html:
theme: cosmo
pdf:
documentclass: scrreprt