-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathNAMESPACE
102 lines (101 loc) · 2.73 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
S3method(collect_results,FinemaprFinemap)
S3method(collect_results,FinemaprPaintor)
S3method(extract_credible_set,Finemapr)
S3method(filename_annot,FinemaprPaintor)
S3method(filename_config,FinemaprFinemap)
S3method(filename_k,FinemaprFinemap)
S3method(filename_ld,FinemaprFinemap)
S3method(filename_ld,FinemaprPaintor)
S3method(filename_log,FinemaprFinemap)
S3method(filename_master,FinemaprFinemap)
S3method(filename_master,FinemaprPaintor)
S3method(filename_snp,FinemaprFinemap)
S3method(filename_snp,FinemaprPaintor)
S3method(filename_zscore,FinemaprFinemap)
S3method(filename_zscore,FinemaprPaintor)
S3method(plot,Finemapr)
S3method(plot,FinemaprCaviar)
S3method(plot,FinemaprFinemap)
S3method(plot_config,FinemaprFinemap)
S3method(plot_ncausal,FinemaprFinemap)
S3method(plot_snp,Finemapr)
S3method(plot_snp,FinemaprCaviar)
S3method(plot_snp,FinemaprFinemap)
S3method(plot_zscore,Finemapr)
S3method(process_annot,FinemaprPaintor)
S3method(process_ld,Finemapr)
S3method(process_tab,Finemapr)
S3method(run_tool,FinemaprFinemap)
S3method(run_tool,FinemaprPaintor)
S3method(write_files,FinemaprFinemap)
S3method(write_files,FinemaprPaintor)
export(abf)
export(cojo)
export(collect_results)
export(example_finemap)
export(extract_credible_set)
export(filename_annot)
export(filename_config)
export(filename_k)
export(filename_ld)
export(filename_log)
export(filename_master)
export(filename_snp)
export(filename_zscore)
export(finemapr)
export(plot_config)
export(plot_ncausal)
export(plot_snp)
export(plot_zscore)
export(print.Finemapr)
export(print.FinemaprCaviar)
export(print.FinemaprFinemap)
export(print.FinemaprPaintor)
export(process_annot)
export(process_ld)
export(process_n)
export(process_tab)
export(proxysnps_ref_ld)
export(proxysnps_ref_vcf)
export(read_ld)
export(read_zscore)
export(ref_bed)
export(ref_ld)
export(ref_pop)
export(run_caviar)
export(run_cojo)
export(run_finemap)
export(run_paintor)
export(run_tool)
export(sumstats_bmi)
export(write_files)
exportClasses(Finemapr)
exportClasses(FinemaprCaviar)
exportClasses(FinemaprFinemap)
exportClasses(FinemaprPaintor)
import(Matrix)
import(ggplot2)
import(ggrepel)
importFrom(cowplot,plot_grid)
importFrom(dplyr,arrange)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(dplyr,select_)
importFrom(magrittr,"%$%")
importFrom(magrittr,"%>%")
importFrom(readr,cols)
importFrom(readr,read_delim)
importFrom(readr,read_lines)
importFrom(readr,read_tsv)
importFrom(readr,write_delim)
importFrom(readr,write_file)
importFrom(readr,write_lines)
importFrom(readr,write_tsv)
importFrom(tibble,as_data_frame)
importFrom(tibble,data_frame)
importFrom(utils,head)
importFrom(utils,write.table)