-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
101 lines (100 loc) · 2.89 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
# Generated by roxygen2: do not edit by hand
export(across_df_TF)
export(across_df_na)
export(add_chrpos)
export(add_rsid)
export(add_rsid_using_ref)
export(annotate_cpg_sites)
export(check_significant_SNP)
export(chisq_p_value)
export(combine_smr_res_1outcome)
export(combine_smr_res_chr)
export(correlation_draw)
export(count_duplicate_element)
export(count_matching_elements)
export(exclude_HLA)
export(filter_chr_basedonSNP_p)
export(filter_chr_basedonSNP_p_qtltools)
export(get_id)
export(ld_ps_index)
export(leo_log)
export(leo_map_GtoCP)
export(leo_message)
export(leo_smr_adjust)
export(leo_smr_adjust_loop)
export(leo_smr_extract_sig_res)
export(leo_smr_merge_shared_probes)
export(locuszoomr_loc)
export(map_ensg_to_chrbp_using_biomaRt)
export(map_ensg_to_gene_using_biomaRt)
export(map_ensg_to_gene_using_org.Hs.eg.db)
export(map_ensg_to_tss_using_biomaRt)
export(map_gene_to_chrbp_using_TxDb)
export(map_gene_to_chrbp_using_biomart)
export(map_gene_to_chrbp_using_gtf)
export(map_gene_to_tss_using_gtf)
export(mr_one_pair)
export(mr_scatter_plot_modified)
export(mrlap_one_pair)
export(save_regional_plot)
import(dplyr)
import(ggplot2)
importFrom(AnnotationDbi,mapIds)
importFrom(GenomicFeatures,genes)
importFrom(GenomicFeatures,makeTxDbFromGFF)
importFrom(RColorBrewer,brewer.pal)
importFrom(biomaRt,getBM)
importFrom(biomaRt,useMart)
importFrom(cli,cat_rule)
importFrom(cli,cli_alert_danger)
importFrom(cli,cli_alert_info)
importFrom(cli,cli_alert_success)
importFrom(cli,cli_alert_warning)
importFrom(data.table,":=")
importFrom(data.table,fread)
importFrom(data.table,fwrite)
importFrom(dplyr,"%>%")
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,inner_join)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(ggplot2,aes)
importFrom(ggplot2,annotate)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_smooth)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_minimal)
importFrom(ggsci,scale_color_aaas)
importFrom(ggsci,scale_color_d3)
importFrom(ggsci,scale_color_futurama)
importFrom(ggsci,scale_color_igv)
importFrom(ggsci,scale_color_jama)
importFrom(ggsci,scale_color_lancet)
importFrom(ggsci,scale_color_nejm)
importFrom(ggsci,scale_color_npg)
importFrom(ggsci,scale_color_rickandmorty)
importFrom(ggsci,scale_color_simpsons)
importFrom(ggsci,scale_color_tron)
importFrom(ggsci,scale_color_ucscgb)
importFrom(minfi,getAnnotation)
importFrom(purrr,reduce)
importFrom(rlang,sym)
importFrom(rtracklayer,import)
importFrom(stringr,str_remove)
importFrom(stringr,str_replace)
importFrom(stringr,str_split)
importFrom(stringr,str_split_fixed)
importFrom(tidyr,drop_na)
importFrom(vroom,vroom)
importFrom(vroom,vroom_write)