-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy path_pkgdown.yml
More file actions
84 lines (78 loc) · 1.94 KB
/
Copy path_pkgdown.yml
File metadata and controls
84 lines (78 loc) · 1.94 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
url: https://statfungen.github.io/pecotmr
template:
bootstrap: 5
light-switch: true
math-rendering: katex
bslib:
base_font: { google: "Roboto" }
heading_font: { google: "Roboto Slab" }
code_font: { google: "JetBrains Mono" }
development:
mode: auto
home:
links:
- text: Learn more
href: https://github.com/StatFunGen/pecotmr
- text: Report a bug
href: https://github.com/StatFunGen/pecotmr/issues
navbar:
structure:
left: [intro, reference, articles]
right: [search, github, lightswitch]
components:
intro:
icon: fa fa-play-circle
text: Get Started
href: articles/fine-mapping.html
aria-label: Get started with pecotmr
reference:
icon: fa fa-file-code
text: Functions
href: reference/index.html
aria-label: Function reference
articles:
icon: fa fa-book-reader
text: Vignettes
href: articles/index.html
aria-label: Articles and vignettes
github:
icon: fab fa-github
href: https://github.com/StatFunGen/pecotmr
aria-label: View source on GitHub
articles:
- title: "Quality Control"
desc: >
Allele alignment and LD-mismatch QC for GWAS and QTL summary
statistics.
contents:
- rss-qc
- title: "Fine-mapping"
desc: >
SuSiE-family fine-mapping for individual-level QTL data, QTL
summary statistics, and GWAS summary statistics.
contents:
- fine-mapping
- title: "TWAS"
desc: >
Training TWAS weights from QTL data (individual-level and
summary-statistics, single and multi-context) and computing
per-gene TWAS Z-scores from GWAS summary statistics.
contents:
- twas-weights
- twas-zscore
- title: "Colocalization"
desc: >
Multi-task colocalization with ColocBoost.
contents:
- colocboost-pipeline
- title: "Enrichment Analysis"
contents:
- xqtl-enrichment
- title: "Resources"
navbar: ~
contents:
- qtl-gwas-resources
footer:
structure:
left: developed_by
right: built_with