-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
executable file
·48 lines (47 loc) · 1.36 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
# Generated by roxygen2: do not edit by hand
export(COLOC_corplot)
export(COLOC_get_example_res)
export(COLOC_heatmap)
export(COLOC_merge_res)
export(COLOC_plot_loci)
export(COLOC_run)
export(eQTLcatalogue_annotate_tissues)
export(eQTLcatalogue_example_queries)
export(eQTLcatalogue_fetch)
export(eQTLcatalogue_list_datasets)
export(eQTLcatalogue_query)
export(eQTLcatalogue_search_metadata)
export(ensembl_to_hgnc)
export(hgnc_to_ensembl)
export(merge_files)
importFrom(AnnotationDbi,mapIds)
importFrom(GenomicRanges,seqnames)
importFrom(coloc,coloc.abf)
importFrom(coloc,coloc.signals)
importFrom(data.table,":=")
importFrom(data.table,data.table)
importFrom(data.table,fread)
importFrom(data.table,fwrite)
importFrom(data.table,merge.data.table)
importFrom(data.table,rbindlist)
importFrom(downloadR,load_rdata)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,n_distinct)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,top_n)
importFrom(echodata,get_data)
importFrom(echodata,get_sample_size)
importFrom(echotabix,construct_query)
importFrom(echotabix,liftover)
importFrom(echotabix,query)
importFrom(parallel,mclapply)
importFrom(patchwork,plot_layout)
importFrom(piggyback,pb_list)
importFrom(rlang,is_empty)
importFrom(stats,setNames)
importFrom(tidyr,separate)
importFrom(tidyr,unnest)