Skip to content

Commit 104526f

Browse files
Merge pull request #20 from alexmccreight/main
function reference organization
2 parents b5ba103 + 2d2d1ed commit 104526f

File tree

1 file changed

+45
-5
lines changed

1 file changed

+45
-5
lines changed

_pkgdown.yml

Lines changed: 45 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,56 @@ navbar:
4545
aria-label: View source on GitHub
4646

4747
reference:
48-
- title: "All Functions"
49-
desc: "All exported functions in simxQTL"
48+
- title: "Genotype Simulation"
49+
desc: "Functions for simulating genotype data"
50+
contents:
51+
- sim_geno_indep
52+
- sim_geno_LD
53+
- sim_geno_UKB
54+
55+
- title: "Effect Size and Trait Simulation"
56+
desc: "Functions for simulating effect sizes and phenotypes"
5057
contents:
51-
- compute_s2g
52-
- get_lower_chol
5358
- parse_num_causal_snps
5459
- sim_beta
60+
- sim_beta_fix_variant
61+
- simulate_polygenic_trait
5562
- sim_multi_traits
63+
64+
- title: "Summary Statistics"
65+
desc: "Functions for simulating and calculating summary statistics"
66+
contents:
5667
- sim_sumstats
57-
- simulate_polygenic_trait
68+
- calculate_sumstat
69+
- get_correlation
70+
71+
- title: "eQTL Simulation"
72+
desc: "Functions for simulating eQTL data"
73+
contents:
74+
- generate_eqtl_data
75+
76+
- title: "Trans-QTL Simulation"
77+
desc: "Functions for simulating trans-QTL and gene regulatory networks"
78+
contents:
79+
- simulate_cis_expression
80+
- simulate_trans_expression
81+
- simulate_trans_mixture_celltype
82+
- get_random_A
83+
- gene_data
84+
- gene_data_null1
85+
- gene_data_null2
86+
- gene_data_null3
87+
88+
- title: "Enrichment Analysis"
89+
desc: "Functions for simulating causal enrichment"
90+
contents:
91+
- simulate_causal_config
92+
93+
- title: "Utility Functions"
94+
desc: "Helper functions for calculations"
95+
contents:
96+
- compute_s2g
97+
- get_lower_chol
5898

5999
footer:
60100
structure:

0 commit comments

Comments
 (0)