This repository was archived by the owner on Nov 20, 2025. It is now read-only.
forked from stephenslab/susieR
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
84 lines (76 loc) · 1.81 KB
/
_pkgdown.yml
File metadata and controls
84 lines (76 loc) · 1.81 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
url: https://statfungen.github.io/susieR
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/susieR
- text: Report a bug
href: https://github.com/StatFunGen/susieR/issues
navbar:
structure:
left: [intro, reference, articles, news]
right: [search, github, lightswitch]
components:
intro:
icon: fa fa-play-circle
text: Get Started
href: articles/mwe.html
aria-label: Get started with susieR
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
news:
icon: fa fa-newspaper
text: News
href: articles/announcements.html
aria-label: Package news
github:
icon: fab fa-github
href: https://github.com/StatFunGen/susieR
aria-label: View source on GitHub
articles:
- title: "Getting Started"
navbar: ~
contents:
- mwe
- title: "Fine-mapping Applications"
desc: >
Detailed tutorials for genetic fine-mapping using susieR with
individual-level and summary statistics data.
contents:
- finemapping
- finemapping_summary_statistics
- susie_rss
- susierss_diagnostic
- title: "Advanced Topics"
desc: >
Advanced features and specialized applications of the susieR package.
contents:
- sparse_susie_eval
- susie_refine
- l0_initialization
- trend_filtering
- title: "Package Information"
navbar: ~
contents:
- announcements
footer:
structure:
left: developed_by
right: built_with