-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
39 lines (38 loc) · 878 Bytes
/
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(print,ENhJAM)
S3method(print,SHAJAM)
S3method(print,hJAM)
S3method(print,hJAM_egger)
export(EN.hJAM)
export(JAM_A)
export(JAM_alphas)
export(SHAJAM)
export(SNPs_heatmap)
export(SNPs_scatter_plot)
export(hJAM)
export(hJAM_egger)
export(mJAM_Forward)
export(mJAM_SuSiE)
export(mJAM_SuSiE_get_cs)
export(output.format)
export(susieJAM_A)
export(susieJAM_alphas)
import(dplyr)
import(ggplot2)
import(susieR)
import(tibble)
importFrom(Rmpfr,mpfr)
importFrom(glmnet,cv.glmnet)
importFrom(reshape2,melt)
importFrom(stats,coef)
importFrom(stats,complete.cases)
importFrom(stats,cor)
importFrom(stats,gaussian)
importFrom(stats,glm)
importFrom(stats,median)
importFrom(stats,pnorm)
importFrom(stats,qnorm)
importFrom(stats,sd)
importFrom(utils,capture.output)
importFrom(utils,install.packages)
importFrom(utils,installed.packages)