-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
129 lines (128 loc) · 3.74 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
# Generated by roxygen2: do not edit by hand
export(AnnotationHeatmap)
export(CountPeakReads)
export(CumulativePlots)
export(DifferentialEnrichment)
export(DrawSummitHeatmaps)
export(FindMotifs)
export(GCbias)
export(SimulatePeaks)
export(SummarizeHeatmaps)
export(SummitHeatmap)
export(calcTracks)
export(plotTracks)
importFrom(BSgenome,getSeq)
importFrom(Biostrings,letterFrequency)
importFrom(Biostrings,writeXStringSet)
importFrom(ComplexHeatmap,Heatmap)
importFrom(ComplexHeatmap,HeatmapAnnotation)
importFrom(ComplexHeatmap,anno_lines)
importFrom(ComplexHeatmap,anno_text)
importFrom(ComplexHeatmap,ht_opt)
importFrom(ComplexHeatmap,max_text_width)
importFrom(GenomicRanges,"end<-")
importFrom(GenomicRanges,"start<-")
importFrom(GenomicRanges,"strand<-")
importFrom(GenomicRanges,GRanges)
importFrom(GenomicRanges,elementMetadata)
importFrom(GenomicRanges,end)
importFrom(GenomicRanges,makeGRangesFromDataFrame)
importFrom(GenomicRanges,promoters)
importFrom(GenomicRanges,resize)
importFrom(GenomicRanges,seqnames)
importFrom(GenomicRanges,slidingWindows)
importFrom(GenomicRanges,start)
importFrom(GenomicRanges,strand)
importFrom(GenomicRanges,terminators)
importFrom(GenomicRanges,width)
importFrom(IRanges,IRanges)
importFrom(IRanges,overlapsAny)
importFrom(IRanges,subsetByOverlaps)
importFrom(QuasR,alignmentStats)
importFrom(QuasR,qAlign)
importFrom(QuasR,qCount)
importFrom(QuasR,qProfile)
importFrom(Rsubread,featureCounts)
importFrom(S4Vectors,mcols)
importFrom(SummarizedExperiment,assay)
importFrom(SummarizedExperiment,rowRanges)
importFrom(circlize,colorRamp2)
importFrom(cowplot,theme_cowplot)
importFrom(csaw,calculateCPM)
importFrom(csaw,readParam)
importFrom(csaw,windowCounts)
importFrom(data.table,":=")
importFrom(data.table,.N)
importFrom(data.table,data.table)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(edgeR,DGEList)
importFrom(edgeR,calcNormFactors)
importFrom(ggplot2,aes)
importFrom(ggplot2,annotate)
importFrom(ggplot2,arrow)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_area)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_segment)
importFrom(ggplot2,geom_smooth)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,margin)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_classic)
importFrom(ggplot2,vars)
importFrom(ggplot2,ylab)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,smoothScatter)
importFrom(grid,gpar)
importFrom(grid,grid.lines)
importFrom(grid,grid.points)
importFrom(grid,grid.rect)
importFrom(grid,pushViewport)
importFrom(grid,unit)
importFrom(grid,upViewport)
importFrom(limma,contrasts.fit)
importFrom(limma,eBayes)
importFrom(limma,lmFit)
importFrom(limma,makeContrasts)
importFrom(limma,topTable)
importFrom(limma,voom)
importFrom(parallel,makeCluster)
importFrom(parallel,mclapply)
importFrom(patchwork,plot_layout)
importFrom(patchwork,wrap_plots)
importFrom(plyr,laply)
importFrom(reshape2,melt)
importFrom(rlang,.data)
importFrom(rtracklayer,import.bw)
importFrom(stats,coef)
importFrom(stats,dist)
importFrom(stats,hclust)
importFrom(stats,loess)
importFrom(stats,median)
importFrom(stats,model.matrix)
importFrom(stats,na.omit)
importFrom(stats,predict)
importFrom(stats,qt)
importFrom(stats,sd)
importFrom(tidyr,"%>%")
importFrom(tidyr,pivot_longer)
importFrom(tidyselect,contains)
importFrom(utils,read.table)
importFrom(utils,write.table)
importFrom(viridis,inferno)
importFrom(zoo,rollmean)