forked from choishingwan/PRS-Tutorial
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
46 lines (40 loc) · 1.05 KB
/
mkdocs.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
site_name: Basic Tutorial for Polygenic Risk Score Analyses
repo_url: https://github.com/choishingwan/PRS-Tutorial
site_author: Shing Wan CHOI
nav:
- index.md
- 1. QC of Base Data: base.md
- 2. QC of Target Data: target.md
- 3. Calculating and analysing PRS: cal_prs.md
- PLINK: plink.md
- PRSice-2: prsice.md
- LDpred-2: ldpred.md
- lassosum: lassosum.md
- 4. Visualizing PRS Results: plink_visual.md
theme:
name: readthedocs
highlightjs: false
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.tabbed
- pymdownx.superfences
- pymdownx.highlight:
use_pygments: true
noclasses: true
- toc:
permalink: true
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
extra_css:
- css/extra.css
- css/details.css
google_analytics:
- 'UA-145068952-1'
- auto
extra_javascript:
- 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-MML-AM_CHTML'
- javascripts/details.js