-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_quarto.yml
More file actions
80 lines (74 loc) · 1.87 KB
/
Copy path_quarto.yml
File metadata and controls
80 lines (74 loc) · 1.87 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
project:
type: book
book:
title: "Exploratory Data Analysis"
version: 0.1.0
author:
- "Rens Holmer"
- "Mark Sterken"
- "Harm Nijveen"
- "Peter Bourke"
date: today
page-navigation: true
search: true
downloads: [pdf]
repo-actions: [edit, issue]
reader-mode: true
license: CC BY-NC
sidebar:
style: docked
tools:
- icon: github
href: "https://github.com/wur-bioinformatics/exploratory-data-analysis"
chapters:
- index.qmd
- part: week1/week1.qmd
chapters:
- week1/day1.qmd
- week1/day2.qmd
- week1/day3.qmd
- part: week2/week2.qmd
chapters:
- week2/functions_and_summary_statistics.qmd
- week2/debugging_and_testing.qmd
- week2/correlation.qmd
- week2/diving_into_the_tidyverse.qmd
- part: week3/week3.qmd
chapters:
- week3/gene_expression.qmd
- week3/clustering.qmd
- week3/PCA_and_DGE.qmd
- part: week4/week4.qmd
chapters:
- week4/errors_outliers.qmd
- week4/arabidopsis_gwas.qmd
- week4/string_operations.qmd
- part: appendices/appendices.qmd
chapters:
- appendices/base-r-cheatsheet.qmd
- appendices/tidyverse-cheatsheet.qmd
- appendices/ggplot-cheatsheet.qmd
- appendices/datasets.qmd
- appendices/qmd-notebooks-cheatsheet.qmd
- references.qmd
bibliography: references.bib
csl: nature.csl
format:
html:
number-depth: 2
theme:
- pandoc
- custom_styles.scss
font:
google: "Noto Sans"
repo: "https://github.com/wur-bioinformatics/exploratory-data-analysis"
link-external-icon: true
link-external-newwindow: true
license: CC BY-NC
pdf:
documentclass: scrreprt
papersize: letter
highlight-style: github
mainfont: "Noto Sans"
engine: xelatex
cite-method: biblatex