-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathNAMESPACE
More file actions
37 lines (36 loc) · 972 Bytes
/
NAMESPACE
File metadata and controls
37 lines (36 loc) · 972 Bytes
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
# Generated by roxygen2: do not edit by hand
export(calculate_sumstat)
export(compute_s2g)
export(gene_data)
export(gene_data_null1)
export(gene_data_null2)
export(gene_data_null3)
export(generate_cis_qtl_data)
export(get_correlation)
export(get_lower_chol)
export(get_random_A)
export(parse_num_causal_snps)
export(sim_beta)
export(sim_beta_fix_variant)
export(sim_geno_LD)
export(sim_geno_indep)
export(sim_geno_real)
export(sim_multi_traits)
export(sim_single_trait_simple)
export(sim_sumstats)
export(simulate_causal_config)
export(simulate_phenotype)
export(simulate_polygenic_trait)
export(simulate_trans_expression)
export(simulate_trans_mixture_celltype)
importFrom(BEDMatrix,BEDMatrix)
importFrom(MASS,mvrnorm)
importFrom(Matrix,chol)
importFrom(Matrix,chol2inv)
importFrom(data.table,fread)
importFrom(mvtnorm,rmvnorm)
importFrom(purrr,map2_dfc)
importFrom(stats,pnorm)
importFrom(stats,rnorm)
importFrom(susieR,univariate_regression)
importFrom(tibble,tibble)