-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
58 lines (53 loc) · 1.24 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
project:
type: book
output-dir: docs
execute:
freeze: auto
book:
title: "Spatial analysis playbook"
author: "Alex Qin, Shreya Rao, Farhan Ameen, Ellis Patrick"
date: "`r Sys.Date()`"
chapters:
- part: "Overview"
contents:
- index.qmd
- packages.qmd
- datasets.qmd
- getting_started.qmd
- part: "Processing"
contents:
- 01-processing.qmd
- 02-quality_control.qmd
- part: "Cell annotation"
contents:
- 03a-cell_annotation.qmd
- 03b-cell_annotation.qmd
- part: "Cell localisation"
contents:
- 04a-cell_localisation.qmd
- 04b-cell_localisation_parent.qmd
- part: "Spatial domains"
contents:
- 05-cellular_niches.qmd
- part: "Marker expression"
contents:
- 06-changes_in_marker_expression.qmd
- part: "Classification"
contents:
- 07-classification.qmd
- part: "Case studies"
contents:
- 08-case_study1.qmd
- part: "References"
contents:
- 09-references.qmd
navbar:
logo: images/USydLogo.svg
bibliography: references.bib
format:
html:
theme: [cosmo, styles.scss]
css: styles.css
toc: true
code-link: true
editor: visual