-
Notifications
You must be signed in to change notification settings - Fork 19
/
NAMESPACE
63 lines (62 loc) · 1.57 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
54
55
56
57
58
59
60
61
62
63
# Generated by roxygen2: do not edit by hand
export(contrast_matrix)
export(cov_canonical)
export(cov_ed)
export(cov_flash)
export(cov_pca)
export(cov_udi)
export(estimate_null_correlation_simple)
export(extreme_deconvolution)
export(get_estimated_pi)
export(get_log10bf)
export(get_n_significant_conditions)
export(get_pairwise_sharing)
export(get_pairwise_sharing_from_samples)
export(get_posterior_condition_wise_summary)
export(get_samples)
export(get_significant_results)
export(mash)
export(mash_1by1)
export(mash_compute_loglik)
export(mash_compute_posterior_matrices)
export(mash_compute_vloglik)
export(mash_estimate_corr_em)
export(mash_plot_meta)
export(mash_set_data)
export(mash_update_data)
export(sim_contrast1)
export(sim_contrast2)
export(simple_sims)
export(simple_sims2)
importFrom(Rcpp,evalCpp)
importFrom(abind,abind)
importFrom(ashr,ash)
importFrom(ashr,compute_lfsr)
importFrom(ashr,cxxMixSquarem)
importFrom(ashr,get_fitted_g)
importFrom(ashr,get_lfsr)
importFrom(ashr,get_loglik)
importFrom(ashr,get_pm)
importFrom(ashr,get_psd)
importFrom(ashr,mixEM)
importFrom(ashr,mixIP)
importFrom(ashr,mixSQP)
importFrom(assertthat,are_equal)
importFrom(assertthat,assert_that)
importFrom(mvtnorm,dmvnorm)
importFrom(mvtnorm,rmvnorm)
importFrom(plyr,aaply)
importFrom(plyr,alply)
importFrom(plyr,laply)
importFrom(rmeta,metaplot)
importFrom(stats,cov)
importFrom(stats,cov2cor)
importFrom(stats,fitted)
importFrom(stats,pnorm)
importFrom(stats,pt)
importFrom(stats,qnorm)
importFrom(stats,rmultinom)
importFrom(stats,rnorm)
importFrom(utils,hasName)
importFrom(utils,modifyList)
useDynLib(mashr)