-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
103 lines (92 loc) · 3.37 KB
/
_pkgdown.yml
File metadata and controls
103 lines (92 loc) · 3.37 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
url: https://rajlabmssm.github.io/echoLD/
template:
bootstrap: 5
bslib:
bg: "#1a2744"
fg: "#e8f4f4"
primary: "#4ecdc4"
secondary: "#3a8d8c"
success: "#2ee8d6"
info: "#5bc0be"
code-bg: "#d6e4ee"
code-color: "#1a2744"
border-color: "#2a4060"
link-color: "#4ecdc4"
link-hover-color: "#2ee8d6"
font-size-base: "1rem"
includes:
in_header: |
<style>
.navbar { background-color: #162038 !important; border-bottom: 2px solid #4ecdc4; }
.navbar-brand, .nav-link { color: #e8f4f4 !important; }
.nav-link:hover { color: #2ee8d6 !important; }
.nav-link.active { color: #2ee8d6 !important; border-bottom: 2px solid #2ee8d6; }
pre { background-color: #d6e4ee !important; color: #1a2744 !important; border: none !important; border-radius: 12px; margin: 0; padding: 0.8em 1em; }
code { color: #1a6b68 !important; border: none !important; }
pre code { color: #1a2744 !important; border: none !important; background: transparent !important; }
pre code span { border: none !important; background: transparent !important; }
.table { color: #e8f4f4 !important; }
.table-striped > tbody > tr:nth-of-type(odd) > * { background-color: rgba(78, 205, 196, 0.05) !important; color: #e8f4f4 !important; }
.table-striped > tbody > tr:nth-of-type(even) > * { background-color: transparent !important; color: #e8f4f4 !important; }
.table > thead { border-bottom: 2px solid #4ecdc4; }
h1, h2, h3, h4, h5, h6 { color: #4ecdc4 !important; }
a { color: #5bc0be; } a:hover { color: #2ee8d6; }
.card { background-color: #1e3050; border-color: #2a4060; }
.footer { background-color: #162038 !important; border-top: 1px solid #2a4060; }
.page-header { border-bottom: 2px solid #3a8d8c; }
.sourceCode { background-color: #d6e4ee !important; border: 1px solid #3a8d8c; border-radius: 12px !important; overflow: hidden; }
.sourceCode code span, .sourceCode code a { border: none !important; outline: none !important; box-shadow: none !important; background: transparent !important; }
</style>
navbar:
structure:
left: [intro, reference, articles, news]
right: [search, github]
components:
github:
icon: fa-github
href: https://github.com/RajLabMSSM/echoLD
articles:
- title: Getting Started
contents:
- echoLD
reference:
- title: LD Retrieval
desc: Retrieve LD matrices from reference panels or custom sources.
contents:
- get_LD
- get_LD_matrix
- get_LD_vcf
- title: LD Blocks
desc: Identify and work with LD blocks.
contents:
- get_LD_blocks
- get_lead_r2
- title: LD Filtering and Conversion
desc: Filter, convert, and transform LD matrices.
contents:
- filter_LD
- r2_to_r
- subset_common_snps
- title: Sparse Matrix I/O
desc: Read, write, and convert sparse LD matrices.
contents:
- readSparse
- saveSparse
- to_sparse
- title: Visualization
desc: Plot LD matrices as heatmaps.
contents:
- plot_LD
- title: VCF Utilities
desc: VCF sample selection and format conversion.
contents:
- select_vcf_samples
- vcf_to_plink
- title: Allele Frequencies
desc: Minor allele frequency retrieval.
contents:
- get_MAF_UKB
- title: Bundled data
contents:
- popDat_1KGphase1
- popDat_1KGphase3