-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
84 lines (83 loc) · 2.42 KB
/
Copy pathNAMESPACE
File metadata and controls
84 lines (83 loc) · 2.42 KB
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
# Generated by roxygen2: do not edit by hand
S3method(coef,mfsusie)
S3method(combine_outcome_lbfs,default)
S3method(combine_outcome_lbfs,mf_prior_cross_outcome_independent)
S3method(fitted,mfsusie)
S3method(plot,mfsusie)
S3method(post_loglik_prior_hook,mf_individual)
S3method(pre_loglik_prior_hook,mf_individual)
S3method(predict,mfsusie)
S3method(print,mfsusie)
S3method(print,summary.mfsusie)
S3method(summary,mfsusie)
export(fsusie)
export(mf_adjust_for_covariates)
export(mf_post_smooth)
export(mf_simu_ibss_per_level)
export(mf_simu_ibss_vanilla)
export(mf_summarize_effects)
export(mfsusie)
export(mfsusie_plot)
export(mfsusie_plot_dimensions)
export(mfsusie_plot_lfsr)
export(mfsusie_plot_lfsr_dimensions)
export(susie_plot)
export(univariate_smash_regression)
importFrom(LaplacesDemon,dstp)
importFrom(ashr,ash)
importFrom(ashr,calc_loglik)
importFrom(ashr,calc_vloglik)
importFrom(ashr,get_fitted_g)
importFrom(ashr,normalmix)
importFrom(ashr,postmean)
importFrom(ashr,postsd)
importFrom(ashr,set_data)
importFrom(ebnm,ebnm_point_laplace)
importFrom(ebnm,ebnm_point_normal)
importFrom(grDevices,adjustcolor)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot.new)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,rect)
importFrom(graphics,title)
importFrom(matrixStats,colSds)
importFrom(mixsqp,mixsqp)
importFrom(stats,complete.cases)
importFrom(stats,dnorm)
importFrom(stats,median)
importFrom(stats,qnorm)
importFrom(stats,qqnorm)
importFrom(stats,rchisq)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,var)
importFrom(susieR,compute_marginal_bhat_shat)
importFrom(susieR,post_loglik_prior_hook)
importFrom(susieR,pre_loglik_prior_hook)
importFrom(susieR,susie_get_cs)
importFrom(susieR,susie_get_pip)
importFrom(susieR,susie_plot)
importFrom(susieR,susie_workhorse)
importFrom(wavethresh,accessC)
importFrom(wavethresh,accessC.wd)
importFrom(wavethresh,accessD)
importFrom(wavethresh,accessD.wd)
importFrom(wavethresh,av.basis)
importFrom(wavethresh,convert)
importFrom(wavethresh,filter.select)
importFrom(wavethresh,first.last)
importFrom(wavethresh,getarrvec)
importFrom(wavethresh,levarr)
importFrom(wavethresh,makegrid)
importFrom(wavethresh,nlevelsWT)
importFrom(wavethresh,putC)
importFrom(wavethresh,putD)
importFrom(wavethresh,wd)
importFrom(wavethresh,wr)
importFrom(wavethresh,wst)