-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
53 lines (52 loc) · 1.63 KB
/
NAMESPACE
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
# Generated by roxygen2: do not edit by hand
export(bin_specificity_into_quantiles)
export(compute_LDSC_enrichment_discrete)
export(compute_LDSC_enrichment_discrete_optimized)
export(compute_MAGMA_enrichment_discrete)
export(compute_MAGMA_enrichment_linear)
export(compute_SNPSEA_enrichment_discrete)
export(compute_SNPSEA_enrichment_linear)
export(compute_bjk_enrichment_discrete)
export(compute_ewce_scores_environ)
export(compute_ewce_selection_environ)
export(compute_t_stat_matrix_environ)
export(compute_t_stat_scores_environ)
export(compute_t_stat_selection_environ)
export(dep_path)
export(download_dependencies)
export(exp_environ_missingness)
export(finalStep_bjk_joint_test)
export(find_magma_version)
export(format_celltype_names)
export(gene_object_renamer)
export(generate_celltype_data_environ)
export(get_genomebuild_for_sumstats)
export(get_magma_paths)
export(get_os)
export(make_geneset_from_score_matrix)
export(map_SNPs_to_genes_for_MAGMA)
export(matrix_missingness)
export(munge_sumstats_for_LDSC_from_MAGMA)
export(munge_sumstats_for_MAGMA)
export(munge_sumstats_for_SNPSEA_from_MAGMA)
export(range01)
export(read_exp_and_annot_environ)
export(sanity_check_for_exp_and_annot_environ)
import(data.table)
import(doParallel)
import(dplyr)
import(pbapply)
import(tidyr)
importFrom(R.utils,compressFile)
importFrom(R.utils,gzip)
importFrom(parallel,makeCluster)
importFrom(parallel,mclapply)
importFrom(parallel,stopCluster)
importFrom(stats,median)
importFrom(stats,quantile)
importFrom(utils,askYesNo)
importFrom(utils,data)
importFrom(utils,download.file)
importFrom(utils,read.csv)
importFrom(utils,read.table)
importFrom(utils,write.table)