-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path_pkgdown.yml
More file actions
110 lines (97 loc) · 2.81 KB
/
_pkgdown.yml
File metadata and controls
110 lines (97 loc) · 2.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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
url: https://statfungen.github.io/simxQTL
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/simxQTL
- text: Report a bug
href: https://github.com/StatFunGen/simxQTL/issues
navbar:
structure:
left: [reference, articles, news]
right: [search, github, lightswitch]
components:
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: news/index.html
aria-label: Package news
github:
icon: fab fa-github
href: https://github.com/StatFunGen/simxQTL
aria-label: View source on GitHub
reference:
- title: "Genotype Simulation"
desc: "Functions for simulating genotype data"
contents:
- sim_geno_indep
- sim_geno_LD
- sim_geno_real
- title: "Effect Size and Trait Simulation"
desc: "Functions for simulating effect sizes and phenotypes"
contents:
- parse_num_causal_snps
- sim_beta
- sim_beta_fix_variant
- simulate_polygenic_trait
- sim_multi_traits
- sim_single_trait_simple
- simulate_phenotype
- title: "Summary Statistics"
desc: "Functions for simulating and calculating summary statistics"
contents:
- sim_sumstats
- calculate_sumstat
- get_correlation
- title: "Cis-QTL Simulation"
desc: "Functions for simulating cis-eQTL data, originally developed for the \"susieR 2.0\" manuscript, McCreight et al (2025)"
contents:
- generate_cis_qtl_data
- title: "Trans-QTL Simulation"
desc: "Functions for simulating trans-QTL and gene regulatory networks, originally developed for the \"transBoost\" manuscript, Cao et al (2026)"
contents:
- simulate_trans_expression
- simulate_trans_mixture_celltype
- get_random_A
- gene_data
- gene_data_null1
- gene_data_null2
- gene_data_null3
- title: "Enrichment Analysis"
desc: "Functions for simulating causal enrichment"
contents:
- simulate_causal_config
- title: "Utility Functions"
desc: "Helper functions for calculations"
contents:
- compute_s2g
- get_lower_chol
articles:
- title: "Phenotype Simulation"
desc: "Tutorials for simulating phenotypes with various genetic architectures"
contents:
- sparse_phenotype_simulation
- cis_qtl_simulation
footer:
structure:
left: developed_by
right: built_with