-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
60 lines (59 loc) · 1.64 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
# Generated by roxygen2: do not edit by hand
export(GenometriCorrelation)
export(MapRangesToGenomicIntervals)
export(VisualiseTwoGRanges)
export(VisualiseTwoIRanges)
exportClasses(GenometriCorrConfig)
exportClasses(GenometriCorrResult)
exportMethods(graphical.report)
exportMethods(run.config)
exportMethods(show)
exportMethods(visualize)
import(BiocGenerics)
import(GenomicFeatures)
import(GenomicRanges)
import(magrittr)
import(methods)
import(plyranges)
import(rtracklayer)
importFrom(GenomeInfoDb,"seqlevels<-")
importFrom(GenomeInfoDb,seqlengths)
importFrom(GenomeInfoDb,seqlevels)
importFrom(grDevices,as.raster)
importFrom(grDevices,colorRamp)
importFrom(grDevices,dev.off)
importFrom(grDevices,dev.size)
importFrom(grDevices,pdf)
importFrom(grDevices,rainbow)
importFrom(grDevices,rgb)
importFrom(graphics,axis)
importFrom(graphics,hist)
importFrom(graphics,layout)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,plot.new)
importFrom(graphics,rasterImage)
importFrom(graphics,text)
importFrom(graphics,xinch)
importFrom(gtools,mixedsort)
importFrom(rtracklayer,import)
importFrom(stats,ecdf)
importFrom(stats,integrate)
importFrom(stats,ks.test)
importFrom(stats,pbinom)
importFrom(stats,punif)
importFrom(stats,runif)
importFrom(stringr,str_c)
importFrom(stringr,str_detect)
importFrom(tcltk,getTkProgressBar)
importFrom(tcltk,setTkProgressBar)
importFrom(tcltk,tkProgressBar)
importFrom(utils,getTxtProgressBar)
importFrom(utils,head)
importFrom(utils,packageDescription)
importFrom(utils,read.table)
importFrom(utils,setTxtProgressBar)
importFrom(utils,tail)
importFrom(utils,txtProgressBar)