-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
90 lines (83 loc) · 1.97 KB
/
_pkgdown.yml
File metadata and controls
90 lines (83 loc) · 1.97 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
url: ~
template:
bootstrap: 5
navbar:
components:
articles:
text: Articles
menu:
- text: Getting Started
href: articles/getting-started.html
- text: Mendelian Randomization Workflow
href: articles/mr-workflow.html
- text: Colocalisation Analysis
href: articles/colocalisation.html
- text: Visualisation
href: articles/visualisation.html
articles:
- title: Common Workflows
contents:
- getting-started
- mr-workflow
- colocalisation
- visualisation
reference:
- title: Mendelian Randomization
desc: Functions for MR data formatting, harmonization, and analysis.
contents:
- format_data
- mr_leaveoneout_plot
- mr_density_plot
- mr_funnel_plot
- mr_forest_plot
- mr_scatter_plot
- calculate_r2
- calculate_fstat_from_r2
- calculate_fstat_from_beta_se
- directional_consistency
- alignment_check
- title: Colocalization
desc: Utilities for colocalization analysis and sensitivity checks.
contents:
- coloc_check_alignment
- coloc_sensitivity
- coloc_prior.adjust
- coloc_prior.snp2hyp
- coloc_manh.plot
- coloc_plot_dataset
- finemap_pval_LD
- finimom_cs_table
- susieR_cs_table
- title: Visualization
desc: Plotting functions for GWAS results and regional associations.
contents:
- manhattan
- qqplot
- miamiplot
- gg_regionplot
- gg_locusplot
- forestplot
- blank_plot
- calculate_and_insert_percent_change
- title: LocusComparer Integration
desc: Utilities for integrating with the locuscomparer package.
contents:
- locuscomparer
- title: Utilities & Variant Search
desc: General purpose functions and variant search utilities.
contents:
- read_file
- remove_duplicate_SNP
- remove_nearby_positions
- biomaRt_getBM_batch
- get_ld_proxies
- proxy_search
- proxy_search_DECODE
- proxy_search_UKB
- proxy_search_split
- missing_EAF
- replace_na_with_mean
- model_test
- palette
- create_ids
- random_string