forked from yoonsucho/CAMERA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
37 lines (36 loc) · 1021 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(CAMERA)
export(CAMERA_local)
export(egger_bootstrap)
export(fixed_effects_meta_analysis)
export(fixed_effects_meta_analysis_fast)
export(identify_blownup_estimates)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,tibble)
importFrom(ggplot2,aes)
importFrom(ggplot2,facet_grid)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_smooth)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,scale_colour_brewer)
importFrom(ggplot2,scale_x_log10)
importFrom(ggplot2,scale_y_log10)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(ieugwasr,afl2_rsid)
importFrom(ieugwasr,associations)
importFrom(ieugwasr,ld_matrix)
importFrom(ieugwasr,variants_rsid)
importFrom(magrittr,"%>%")
importFrom(stats,binom.test)
importFrom(stats,lm)
importFrom(stats,pchisq)
importFrom(stats,pnorm)
importFrom(stats,qnorm)
importFrom(stats,rnorm)
importFrom(stats,sd)
importFrom(tidyr,replace_na)