forked from adeschen/methylInheritance
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
45 lines (44 loc) · 1.42 KB
/
NAMESPACE
File metadata and controls
45 lines (44 loc) · 1.42 KB
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
S3method(print,methylInheritanceAllResults)
export(extractInfo)
export(loadAllRDSResults)
export(mergePermutationAndObservation)
export(plotGraph)
export(runObservationUsingMethylKitInfo)
export(runObservationUsingRDSFile)
export(runPermutationUsingMethylKitInfo)
export(runPermutationUsingRDSFile)
importFrom(BiocParallel,MulticoreParam)
importFrom(BiocParallel,SnowParam)
importFrom(BiocParallel,bplapply)
importFrom(BiocParallel,bpok)
importFrom(BiocParallel,bptry)
importFrom(GenomicRanges,GRanges)
importFrom(GenomicRanges,intersect)
importFrom(GenomicRanges,width)
importFrom(IRanges,IRanges)
importFrom(S4Vectors,"values<-")
importFrom(S4Vectors,DataFrame)
importFrom(S4Vectors,isSingleInteger)
importFrom(S4Vectors,isSingleNumber)
importFrom(S4Vectors,values)
importFrom(ggplot2,aes)
importFrom(ggplot2,facet_grid)
importFrom(ggplot2,geom_histogram)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,theme)
importFrom(gridExtra,grid.arrange)
importFrom(gridExtra,tableGrob)
importFrom(methods,new)
importFrom(methylKit,calculateDiffMeth)
importFrom(methylKit,filterByCoverage)
importFrom(methylKit,getData)
importFrom(methylKit,getMethylDiff)
importFrom(methylKit,methRead)
importFrom(methylKit,normalizeCoverage)
importFrom(methylKit,tileMethylCounts)
importFrom(methylKit,unite)