-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
35 lines (31 loc) · 953 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
exportPattern("^[^\\.]")
export(fccac)
import(S4Vectors)
import(IRanges)
import(GenomicRanges)
import(grid)
importFrom(fda,fdPar,create.bspline.basis,Data2fd,cca.fd)
importFrom(genomation,readGeneric,ScoreMatrixBin)
importFrom(RColorBrewer,brewer.pal)
importFrom(grDevices,colorRampPalette)
importFrom(ggplot2,ylim)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,theme)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,scale_colour_manual)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,element_text)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,geom_line)
importFrom(ComplexHeatmap,Heatmap)
importFrom("grDevices", "dev.off", "pdf")
importFrom("stats", "reorder")
importFrom("utils", "combn", "write.table")