-
Notifications
You must be signed in to change notification settings - Fork 14
/
NAMESPACE
79 lines (78 loc) · 2.14 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
# Generated by roxygen2: do not edit by hand
export(dmrseq)
export(getAnnot)
export(meanDiff)
export(plotDMRs)
export(plotEmpiricalDistribution)
export(simDMRs)
import(GenomicRanges)
import(S4Vectors)
import(annotatr)
import(bsseq)
import(ggplot2)
import(nlme)
importClassesFrom(bsseq,BSseq)
importFrom(AnnotationHub,AnnotationHub)
importFrom(AnnotationHub,query)
importFrom(BiocParallel,MulticoreParam)
importFrom(BiocParallel,bplapply)
importFrom(BiocParallel,bpparam)
importFrom(BiocParallel,register)
importFrom(DelayedMatrixStats,colMedians)
importFrom(DelayedMatrixStats,rowDiffs)
importFrom(DelayedMatrixStats,rowMads)
importFrom(DelayedMatrixStats,rowMeans2)
importFrom(DelayedMatrixStats,rowSums2)
importFrom(GenomeInfoDb,genome)
importFrom(IRanges,IRanges)
importFrom(RColorBrewer,brewer.pal)
importFrom(bumphunter,clusterMaker)
importFrom(bumphunter,getSegments)
importFrom(grDevices,col2rgb)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,dev.off)
importFrom(grDevices,hcl)
importFrom(grDevices,pdf)
importFrom(grDevices,rainbow)
importFrom(grDevices,rgb)
importFrom(graphics,arrows)
importFrom(graphics,axis)
importFrom(graphics,layout)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,rect)
importFrom(graphics,rug)
importFrom(graphics,text)
importFrom(locfit,locfit)
importFrom(locfit,lp)
importFrom(matrixStats,rowRanges)
importFrom(methods,is)
importFrom(outliers,grubbs.test)
importFrom(rtracklayer,liftOver)
importFrom(splines,ns)
importFrom(stats,anova)
importFrom(stats,approxfun)
importFrom(stats,as.formula)
importFrom(stats,formula)
importFrom(stats,lm)
importFrom(stats,loess)
importFrom(stats,median)
importFrom(stats,model.matrix)
importFrom(stats,p.adjust)
importFrom(stats,predict)
importFrom(stats,preplot)
importFrom(stats,qt)
importFrom(stats,quantile)
importFrom(stats,rbeta)
importFrom(stats,rbinom)
importFrom(stats,runif)
importFrom(utils,combn)
importMethodsFrom(bsseq,pData)
importMethodsFrom(bsseq,sampleNames)
importMethodsFrom(bsseq,seqnames)
importMethodsFrom(bsseq,start)
importMethodsFrom(bsseq,width)