-
Notifications
You must be signed in to change notification settings - Fork 97
Expand file tree
/
Copy pathmkdocs.yml
More file actions
138 lines (131 loc) · 4.84 KB
/
mkdocs.yml
File metadata and controls
138 lines (131 loc) · 4.84 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
site_name: GWASTutorial
site_author: HE Yunye
# Canonical URL for GitHub Pages (project site). Change if you use a fork or custom domain.
site_url: https://cloufield.github.io/GWASTutorial/
repo_name: 'GitHub'
repo_url: https://github.com/Cloufield/GWASTutorial
edit_uri: ""
copyright: "GWASTutorial is licensed under the MIT license"
theme:
name: material
custom_dir: overrides
features:
- navigation.tabs
- navigation.top
- navigation.tracking
- navigation.path
- toc.follow
font:
code: Roboto Mono
text: Roboto
palette:
primary: blue
accent: blue
nav:
- Home:
- "Tutorial guide" : index.md
- "Prerequisite Knowledge" : basics.md
- "Introduction" : 00_Introduction.md
- "Overview" : 39_overview.md
- "About" : 99_About.md
- "Update Log" : 98_updatelog.md
- "Command Line" :
- "Programming for GWAS" : 89_programming.md
- "Linux" :
- "Linux Basics" : 02_Linux_basics.md
- "Windows Linux Subsystem" : 82_windows_linux_subsystem.md
- "SSH" : 84_ssh.md
- "Job scheduler" : 85_job_scheduler.md
- "Text editing - awk" : 60_awk.md
- "Text editing - sed" : 61_sed.md
- "Linux Resources" : 69_resources.md
- "Python":
- "Python Basics": 70_python_basics.md
- "Python Resources" : 71_python_resources.md
- "Anaconda" : 80_miniconda.md
- "Jupyter notebook" : 81_jupyter_notebook.md
- "R" :
- "R Basics": 75_R_basics.md
- "R Resources" : 76_R_resources.md
- "Other tools" :
- "Git and github" : 83_git_and_github.md
- "Pre-GWAS" :
- "1000 Genomes Project" : 40_1000_genome_project.md
- "Sample Dataset" : 01_Dataset.md
- "Data Formats" : 03_Data_formats.md
- "Genotype Data QC" : 04_Data_QC.md
- "Sample PCA" : 05_PCA.md
- "PCA Visualization" : plot_PCA.md
- "Phasing" : Phasing.md
- "Imputation": Imputation.md
- "GWAS" :
- "Association tests by PLINK": 06_Association_tests.md
- "Visualization by gwaslab": Visualization.md
- "Linear mixed model (LMM)" : 33_linear_mixed_model.md
- "Saddlepoint approximation by SAIGE" : 35_saddlepoint_approximation.md
- "Whole genome regression by REGENIE" : 32_whole_genome_regression.md
- "Rare variant association tests" : 34_rare_variant.md
- "Post-GWAS" :
- "Post-GWAS Analysis Overview" : 29_postgwas.md
- "Annotation by ANNOVAR & VEP" : 07_Annotation.md
- "SNP-heritability estimation by GREML" : 14_gcta_greml.md
- "LD score regression by LDSC" : 08_LDSC.md
- "Gene/Gene-set tests by MAGMA" : 09_Gene_based_analysis.md
- "Fine-mapping by susieR" :
- "Fine-mapping Basics" : 12_fine_mapping.md
- "SuSIE Fine-mapping Tutorial" : finemapping_susie.md
- "Meta-analysis" : 11_meta_analysis.md
- "Polygenic Risk Score" :
- "PRS Basics" : 10_PRS.md
- "PRS evaluation" : PRS_evaluation.md
- "Mendelian randomization":
- "MR Basics" : 16_mendelian_randomization.md
- "TwoSampleMR Tutorial" : TwoSampleMR.md
- "Conditional analysis" : 18_Conditioning_analysis.md
- "Colocalization" : 17_colocalization.md
- "TWAS (using FUSION)": 21_twas.md
- "Single-cell genomics integration": 25_singlecell.md
- Topics :
- "Allele" : 36_alleles.md
- "Linkage Disequilibrium (LD)" : 19_ld.md
- "Heritability Concepts" : 13_heritability.md
- "Statistical power" : 20_power_analysis.md
- "Winner's curse" : 15_winners_curse.md
- "Bias" : 22_bias.md
- "Relatedness and sample structure" : 28_relatedness.md
- "Phenotype normalization" : 26_normalization.md
- "Measure of effect" : 55_measure_of_effect.md
- LiftOver:
- "Coordinate Systems" : 38_coordinate_system.md
- "Liftover" : 37_liftover.md
- "UCSC LiftOver Tool" : LiftOver.md
- "Assignments" :
- "Assignment - 1KG PCA" : 95_Assignment.md
- "Assignment - Presentation" : 96_Assignment2.md
- "Recommended reading" :
- "Overview" : 90_Recommended_Reading.md
markdown_extensions:
- toc:
toc_depth: 3
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.arithmatex:
generic: true
- tables
- pymdownx.magiclink
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
- https://unpkg.com/tablesort@5.3.0/dist/tablesort.min.js
- javascripts/tablesort.js
- javascripts/keyterms-hover.js
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js
extra_css:
- stylesheets/extra.css
plugins:
- mkdocs-jupyter
- search