-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path_quarto.yml
More file actions
42 lines (34 loc) · 847 Bytes
/
_quarto.yml
File metadata and controls
42 lines (34 loc) · 847 Bytes
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
project:
type: book
output-dir: docs
execute-dir: project
book:
title: "Mendelian Randomization Tutorial"
author: "Shea J Andrews"
date: "2/2/2023"
repo-url: https://github.com/AndrewsLabUCSF/MR-tutorial
sharing: [twitter]
chapters:
- index.qmd
- part: scripts/intro.qmd
chapters:
- scripts/phenotypes.qmd
- scripts/sumstats.qmd
- part: scripts/methods.qmd
chapters:
- scripts/mr_harmonization.qmd
- scripts/mr_harmonization_II.qmd
- scripts/mr.qmd
- scripts/radial_mr.qmd
- scripts/mvmr.qmd
- scripts/lhc_mr.qmd
- part: scripts/other_methods.qmd
chapters:
- scripts/genetic_correlations.qmd
- scripts/references.qmd
bibliography: references.bib
format:
html:
theme: yeti
number-depth: 1
editor: visual