forked from ShengLi/edmr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
37 lines (36 loc) · 935 Bytes
/
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
export(plotdmrdistr)
export(cpgi.anno)
export(edmr)
export(filter.dmr)
export(genebody.anno)
export(get.dmr.genes)
export(get.hyper.dmr)
export(get.hypo.dmr)
export(myDiff.to.mixmdl)
export(plotCost)
export(plotMdl1)
importFrom(GenomicRanges,GRanges)
importFrom(GenomicRanges,findOverlaps)
importFrom(IRanges,IRanges)
importFrom(IRanges,findOverlaps)
importFrom(IRanges,flank)
importFrom(IRanges,reduce)
importFrom(data.table,data.table)
importFrom(mixtools,normalmixEM)
importFrom(S4Vectors,Rle)
importFrom(S4Vectors,values)
importFrom(graphics, abline)
importFrom(graphics, barplot)
importFrom(graphics, legend)
importFrom(graphics, mtext)
importFrom(graphics, lines)
importFrom(graphics, plot)
importFrom(utils, combn)
importFrom(utils, read.table)
importFrom(stats, cor)
importFrom(stats, density)
importFrom(stats, median)
importFrom(stats, optimize)
importFrom(stats, p.adjust)
importFrom(stats, pnorm)
importFrom(stats, qnorm)