-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
77 lines (71 loc) · 1.93 KB
/
Copy path_pkgdown.yml
File metadata and controls
77 lines (71 loc) · 1.93 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
url: https://statfungen.github.io/qQTLR
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/qQTLR
- text: Report a bug
href: https://github.com/StatFunGen/qQTLR/issues
navbar:
structure:
left: [intro, reference, articles]
right: [search, github, lightswitch]
components:
intro:
icon: fa fa-play-circle
text: Get Started
href: articles/basic-qqtl-analysis.html
aria-label: Get started with qQTLR
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/qQTLR
aria-label: View source on GitHub
articles:
- title: "Getting Started"
navbar: ~
contents:
- basic-qqtl-analysis
- interpreting-qqtl-results
- title: "Relationship to Other Non-linear QTL Approaches"
desc: >
How qQTL relates to variance QTL (vQTL) and interaction QTL (iQTL).
contents:
- vqtl-special-case
- iqtl-simulation
- title: "qTWAS Weight Training"
desc: >
Training quantile-based TWAS (qTWAS) prediction weights in qQTLR.
Weight application to GWAS is performed via the FunGen-xQTL
pipeline referenced in the manuscript notes.
contents:
- qtwas-pipeline
- title: "Manuscript Pipelines"
desc: >
Pointers to the FunGen-xQTL protocol pipelines used in
Liu et al. 2026+ for qQTL calling, hierarchical multiple testing,
EOO and sLDSC enrichment, and cTWAS association testing.
contents:
- manuscript-pipeline-notes
footer:
structure:
left: developed_by
right: built_with