forked from stephenslab/mr.mash.alpha
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
39 lines (38 loc) · 1.11 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
# Generated by roxygen2: do not edit by hand
S3method(coef,mr.mash)
S3method(predict,mr.mash)
export(autoselect.mixsd)
export(coef.mr.mash)
export(compute_canonical_covs)
export(compute_data_driven_covs)
export(compute_univariate_sumstats)
export(expand_covs)
export(mr.mash)
export(predict.mr.mash)
export(simulate_mr_mash_data)
importFrom(MBSP,matrix_normal)
importFrom(Rcpp,evalCpp)
importFrom(RcppParallel,RcppParallelLibs)
importFrom(RcppParallel,defaultNumThreads)
importFrom(RcppParallel,setThreadOptions)
importFrom(ebnm,ebnm_normal)
importFrom(ebnm,ebnm_normal_scale_mixture)
importFrom(flashier,flash)
importFrom(mashr,cov_ed)
importFrom(mashr,cov_flash)
importFrom(mashr,cov_pca)
importFrom(mashr,get_significant_results)
importFrom(mashr,mash_1by1)
importFrom(mashr,mash_set_data)
importFrom(matrixStats,colMeans2)
importFrom(matrixStats,colSds)
importFrom(matrixStats,colVars)
importFrom(mvtnorm,dmvnorm)
importFrom(mvtnorm,rmvnorm)
importFrom(parallel,makeCluster)
importFrom(parallel,parLapply)
importFrom(parallel,stopCluster)
importFrom(stats,cov)
importFrom(stats,cov2cor)
importFrom(stats,lm)
useDynLib(mr.mash.alpha)