-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
53 lines (52 loc) · 1.45 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
# Generated by roxygen2: do not edit by hand
export(AnnotateResults)
export(CloseBySingleRegion)
export(CoMethAllRegions)
export(CoMethSingleRegion)
export(CpGsInfoAllRegions)
export(CpGsInfoOneRegion)
export(CreateOutputDF)
export(CreateParallelWorkers)
export(CreateRdrop)
export(FindComethylatedRegions)
export(GetCpGsInRegion)
export(GetResiduals)
export(MarkComethylatedCpGs)
export(NameRegion)
export(OrderCpGsByLocation)
export(RegionsToRanges)
export(SplitCpGDFbyRegion)
export(WriteCloseByAllRegions)
export(lmmTest)
export(lmmTestAllRegions)
importFrom(BiocParallel,MulticoreParam)
importFrom(BiocParallel,SerialParam)
importFrom(BiocParallel,SnowParam)
importFrom(BiocParallel,bplapply)
importFrom(GenomicRanges,GRanges)
importFrom(GenomicRanges,findOverlaps)
importFrom(GenomicRanges,makeGRangesFromDataFrame)
importFrom(IRanges,IRanges)
importFrom(IRanges,subsetByOverlaps)
importFrom(bumphunter,clusterMaker)
importFrom(bumphunter,getSegments)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,n)
importFrom(lmerTest,lmer)
importFrom(methods,is)
importFrom(rlang,.data)
importFrom(sesameData,sesameDataGet)
importFrom(stats,as.formula)
importFrom(stats,coef)
importFrom(stats,cor)
importFrom(stats,lm)
importFrom(stats,na.exclude)
importFrom(stats,p.adjust)
importFrom(stats,pnorm)
importFrom(stats,reshape)
importFrom(stats,residuals)
importFrom(tidyr,"%>%")
importFrom(tidyr,separate)
importFrom(utils,globalVariables)
importFrom(utils,write.csv)