-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_pkgdown.yml
49 lines (46 loc) · 1.2 KB
/
_pkgdown.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
47
48
49
url: https://lcrawlab.github.io/mvMAPIT/
template:
params:
google_site_verification: 7EMmOVQ0-Feh--5i1ogdQqVYz7Azip5Je-UeBYXP6fA
reference:
- title: "Multivariate MAPIT Analysis"
desc: >
Functions for the marginal epistasis analysis.
contents:
- mvmapit
- title: "LT-MAPIT Analysis"
desc: >
Functions for the marginal epistasis analysis of case-control traits.
contents:
- binary_to_liability
- title: "Combining P-values"
desc: >
Functions for combining the variance component p-values.
contents:
- fishers_combined
- harmonic_combined
- cauchy_combined
- title: "Simulations"
desc: >
Functions for simulating quantitative traits with pairwise epistasis.
contents:
- simulate_traits
- title: "Simulated Data Examples"
desc: "Data structures with simulated genotype, trait, and analysis data."
contents:
- simulated_data
- mvmapit_data
- title: "Real Data Examples"
desc: "Data structures with results from real applications."
contents:
- phillips_data
articles:
- title: Tutorials
navbar: Tutorials
contents:
- starts_with("tutorial")
- title: Studies
navbar: Studies
desc: Vignettes with example studies
contents:
- starts_with("study")