-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathNAMESPACE
45 lines (44 loc) · 1.05 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
# Generated by roxygen2: do not edit by hand
export(getcounts)
export(normalizecounts)
export(refineRegions)
export(report)
export(segment)
import(GenomicRanges)
import(IRanges)
import(RColorBrewer)
import(Rcpp)
import(S4Vectors)
import(bamsignals)
import(edgeR)
import(kfoots)
import(methods)
import(parallel)
importFrom(grDevices,col2rgb)
importFrom(grDevices,colorRamp)
importFrom(grDevices,dev.new)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(grDevices,png)
importFrom(grDevices,rgb)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,barplot)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,strheight)
importFrom(graphics,strwidth)
importFrom(stats,dist)
importFrom(stats,dnbinom)
importFrom(stats,dpois)
importFrom(stats,pnbinom)
importFrom(stats,ppois)
importFrom(stats,setNames)
importFrom(utils,read.table)
importFrom(utils,write.table)
useDynLib(epicseg)