-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
49 lines (45 loc) · 1.11 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/sme/
template:
bootstrap: 5
light-switch: true
bslib:
primary: "#0054AD"
border-radius: 0.5rem
btn-border-radius: 0.25rem
danger: "#A6081A"
includes:
in_header:
<script defer data-domain="pkgdown.r-lib.org,all.tidyverse.org" src="https://plausible.io/js/plausible.js"></script>
reference:
- title: "Sparse Marginal Epistasis Analysis"
desc: >
Functions for the marginal epistasis analysis.
contents:
- sme
- title: "Simulate Quantitative Traits"
desc: >
Functions for simulating quantitative traits with pairwise epistasis.
contents:
- simulate_traits
- title: "Utility Functions"
desc: >
Utility functions.
contents:
- approximate_memory_requirements
- create_hdf5_file
- read_hdf5_dataset
- write_hdf5_dataset
- title: "Simulated Data Examples"
desc: "RDA data files for illustration purposes."
contents:
- getting_started
articles:
- title: Tutorials
navbar: Tutorials
contents:
- starts_with("tutorial")
- title: Studies
navbar: Studies
desc: Vignettes with example studies
contents:
- starts_with("study")