-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
85 lines (84 loc) · 2.22 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
# Generated by roxygen2: do not edit by hand
export(KRnorm)
export(MA_norm)
export(MD.plot1)
export(MD.plot2)
export(SCN)
export(cooler2bedpe)
export(cooler2sparse)
export(create.hic.table)
export(filter_params)
export(full2sparse)
export(hic_compare)
export(hic_diff)
export(hic_loess)
export(hic_simulate)
export(hicpro2bedpe)
export(make_InteractionSet)
export(manhattan_plot)
export(remove_centromere)
export(sim.other.methods)
export(sim_matrix)
export(sparse2full)
export(split_centromere)
export(total_sum)
export(visualize_pvals)
import(InteractionSet)
import(KernSmooth)
import(data.table)
import(ggplot2)
import(mgcv)
importFrom(BiocParallel,bplapply)
importFrom(BiocParallel,bpmapply)
importFrom(BiocParallel,bpparam)
importFrom(BiocParallel,register)
importFrom(BiocParallel,registered)
importFrom(GenomicRanges,GRanges)
importFrom(IRanges,IRanges)
importFrom(IRanges,pintersect)
importFrom(IRanges,width)
importFrom(data.table,":=")
importFrom(data.table,as.data.table)
importFrom(data.table,data.table)
importFrom(data.table,frank)
importFrom(data.table,is.data.table)
importFrom(data.table,rbindlist)
importFrom(data.table,setDF)
importFrom(data.table,setDT)
importFrom(data.table,setDTthreads)
importFrom(data.table,setkey)
importFrom(dplyr,"%>%")
importFrom(dplyr,inner_join)
importFrom(dplyr,left_join)
importFrom(dplyr,right_join)
importFrom(dplyr,select)
importFrom(graphics,abline)
importFrom(graphics,hist)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,persp)
importFrom(graphics,points)
importFrom(graphics,smoothScatter)
importFrom(gridExtra,grid.arrange)
importFrom(gtools,mixedorder)
importFrom(methods,is)
importFrom(pheatmap,pheatmap)
importFrom(rhdf5,h5dump)
importFrom(stats,approxfun)
importFrom(stats,density)
importFrom(stats,loess)
importFrom(stats,loess.control)
importFrom(stats,optim)
importFrom(stats,optimize)
importFrom(stats,p.adjust)
importFrom(stats,predict)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,rnbinom)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,t.test)
importFrom(stats,update)
importFrom(utils,read.table)
importFrom(utils,write.table)