-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
executable file
·48 lines (47 loc) · 1.18 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(add_gwas)
export(add_siglabel_class)
export(corr_dotmap)
export(corr_scatter)
export(corr_scatter_ci)
export(corr_scatter_hex)
export(corr_volcano)
export(corr_volcano_ylim)
export(find_ctcf_in_prostate)
export(find_reverse_eqtl)
export(get_histone_signals)
export(get_ucsc_tracks)
export(init_cpg_meth)
export(init_gene_expr)
export(init_snp_geno)
export(plot_dens_cdf)
export(plot_gwas)
export(plot_histone_density)
export(plot_me_eQTLs)
export(run_liftOver_wrapper)
export(run_me_eQTL)
import(GenomicFeatures)
import(GenomicRanges)
import(IRanges)
import(MatrixEQTL)
import(RColorBrewer)
import(assertthat)
import(bigstatsr)
import(corrplot)
import(dplyr)
import(ggplot2)
import(rtracklayer)
importFrom(ChIPpeakAnno,reCenterPeaks)
importFrom(GenomeInfoDb,seqlevelsStyle)
importFrom(RNOmni,rankNorm)
importFrom(doParallel,registerDoParallel)
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(logging,loginfo)
importFrom(parallel,makeCluster)
importFrom(parallel,stopCluster)
importFrom(plyr,mapvalues)
importFrom(rtracklayer,import)
importFrom(rtracklayer,import.bed)
importFrom(rtracklayer,import.chain)
importFrom(rtracklayer,liftOver)