-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
102 lines (101 loc) · 2.49 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
# Generated by roxygen2: do not edit by hand
export("%>%")
export(":=")
export(.data)
export(as_label)
export(as_name)
export(big_upset_df)
export(div_gwas)
export(div_lambda_GC)
export(dive_effects2mash)
export(dive_phe2effects)
export(dive_phe2mash)
export(enquo)
export(enquos)
export(expr)
export(get_GxE)
export(get_U_by_mass)
export(get_lambdagc)
export(get_pairwise_sharing)
export(get_qqplot)
export(get_significant_results)
export(get_top_results_clumped)
export(mash_plot_Ulist)
export(mash_plot_covar)
export(mash_plot_manhattan_by_condition)
export(mash_plot_marker_effect)
export(mash_plot_pairwise_sharing)
export(mash_plot_sig_by_condition)
export(plot_qq_two_gwas)
export(sym)
export(syms)
import(bigsnpr)
import(bigstatsr)
import(ggplot2)
import(hexbin)
import(mashr)
importFrom(GGally,ggcorr)
importFrom(ashr,get_fitted_g)
importFrom(ashr,get_lfsr)
importFrom(ashr,get_pm)
importFrom(ashr,get_psd)
importFrom(bigassertr,printf)
importFrom(bigparallelr,nb_cores)
importFrom(bigsnpr,snp_autoSVD)
importFrom(bigsnpr,snp_clumping)
importFrom(cowplot,save_plot)
importFrom(dplyr,arrange)
importFrom(dplyr,between)
importFrom(dplyr,case_when)
importFrom(dplyr,desc)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_if)
importFrom(dplyr,n)
importFrom(dplyr,rename)
importFrom(dplyr,row_number)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,slice_max)
importFrom(dplyr,slice_sample)
importFrom(dplyr,summarise)
importFrom(dplyr,top_n)
importFrom(magrittr,"%>%")
importFrom(purrr,as_vector)
importFrom(readr,write_csv)
importFrom(rlang,"!!")
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,as_label)
importFrom(rlang,as_name)
importFrom(rlang,enquo)
importFrom(rlang,enquos)
importFrom(rlang,expr)
importFrom(rlang,sym)
importFrom(rlang,syms)
importFrom(rlist,list.append)
importFrom(stats,hclust)
importFrom(stats,median)
importFrom(stats,ppoints)
importFrom(stats,predict)
importFrom(stats,qbeta)
importFrom(stats,uniroot)
importFrom(stringr,str_length)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_sub)
importFrom(tibble,add_column)
importFrom(tibble,add_row)
importFrom(tibble,as_tibble)
importFrom(tibble,enframe)
importFrom(tibble,rownames_to_column)
importFrom(tibble,tibble)
importFrom(tidyr,gather)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,replace_na)
importFrom(tidyr,separate)
importFrom(tidyselect,all_of)
importFrom(utils,tail)