-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
265 lines (264 loc) · 7.7 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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
# Generated by roxygen2: do not edit by hand
S3method(as_tibble,DataFrame)
S3method(as_tibble,GInteractions)
S3method(as_tibble,GenomicRanges)
S3method(as_tibble,Seqinfo)
S3method(as_tibble,SummarizedExperiment)
S3method(as_tibble,TopTags)
export(addDiffStatus)
export(bestOverlap)
export(centrePeaks)
export(chopMC)
export(colToRanges)
export(collapseGenes)
export(defineRegions)
export(defineSeqinfo)
export(distinctMC)
export(dualFilter)
export(fitAssayDiff)
export(getProfileData)
export(grlToSE)
export(importPeaks)
export(intersectMC)
export(makeConsensus)
export(mapByFeature)
export(mapGrlCols)
export(mergeByCol)
export(mergeByHMP)
export(mergeBySig)
export(partitionRanges)
export(plotAssayDensities)
export(plotAssayHeatmap)
export(plotAssayPCA)
export(plotAssayRle)
export(plotGrlCol)
export(plotHFGC)
export(plotOverlaps)
export(plotPairwise)
export(plotPie)
export(plotProfileHeatmap)
export(plotSplitDonut)
export(propOverlap)
export(reduceMC)
export(setdiffMC)
export(stitchRanges)
export(unionMC)
export(voomWeightsFromCPM)
exportMethods(addDiffStatus)
exportMethods(bestOverlap)
exportMethods(centrePeaks)
exportMethods(colToRanges)
exportMethods(fitAssayDiff)
exportMethods(getProfileData)
exportMethods(grlToSE)
exportMethods(intersectMC)
exportMethods(mergeByCol)
exportMethods(mergeByHMP)
exportMethods(mergeBySig)
exportMethods(partitionRanges)
exportMethods(plotAssayDensities)
exportMethods(plotAssayHeatmap)
exportMethods(plotAssayPCA)
exportMethods(plotAssayRle)
exportMethods(plotOverlaps)
exportMethods(plotPie)
exportMethods(plotProfileHeatmap)
exportMethods(plotSplitDonut)
exportMethods(propOverlap)
exportMethods(setdiffMC)
exportMethods(unionMC)
import(GenomicRanges)
import(SummarizedExperiment)
import(ggplot2)
import(ggside)
import(methods)
importClassesFrom(GenomicRanges,GRanges)
importClassesFrom(IRanges,CompressedList)
importClassesFrom(IRanges,RleList)
importClassesFrom(IRanges,RleViewsList)
importClassesFrom(Rsamtools,BamFileList)
importClassesFrom(S4Vectors,DataFrame)
importClassesFrom(S4Vectors,HitsList)
importClassesFrom(SummarizedExperiment,RangedSummarizedExperiment)
importClassesFrom(rtracklayer,BigWigFile)
importClassesFrom(rtracklayer,BigWigFileList)
importFrom(BiocIO,path)
importFrom(BiocParallel,SerialParam)
importFrom(BiocParallel,bpisup)
importFrom(BiocParallel,bplapply)
importFrom(BiocParallel,bpparam)
importFrom(BiocParallel,bpstart)
importFrom(BiocParallel,bpstop)
importFrom(ComplexUpset,upset)
importFrom(ComplexUpset,upset_data)
importFrom(ComplexUpset,upset_default_themes)
importFrom(ComplexUpset,upset_query)
importFrom(ComplexUpset,upset_set_size)
importFrom(GenomeInfoDb,"seqinfo<-")
importFrom(GenomeInfoDb,Seqinfo)
importFrom(GenomeInfoDb,genome)
importFrom(GenomeInfoDb,keepSeqlevels)
importFrom(GenomeInfoDb,seqinfo)
importFrom(GenomeInfoDb,seqlevels)
importFrom(GenomeInfoDb,seqnames)
importFrom(GenomicAlignments,coverage)
importFrom(GenomicInteractions,GenomicInteractions)
importFrom(GenomicInteractions,InteractionTrack)
importFrom(GenomicInteractions,anchorOne)
importFrom(GenomicInteractions,anchorTwo)
importFrom(GenomicInteractions,calculateDistances)
importFrom(IRanges,RleList)
importFrom(IRanges,RleViewsList)
importFrom(IRanges,SplitDataFrameList)
importFrom(IRanges,Views)
importFrom(IRanges,commonColnames)
importFrom(IRanges,overlapsAny)
importFrom(IRanges,subsetByOverlaps)
importFrom(IRanges,viewMaxs)
importFrom(IRanges,viewWhichMaxs)
importFrom(InteractionSet,anchors)
importFrom(RColorBrewer,brewer.pal)
importFrom(Rsamtools,BamFileList)
importFrom(Rsamtools,ScanBamParam)
importFrom(Rsamtools,countBam)
importFrom(Rsamtools,idxstatsBam)
importFrom(S4Vectors,"mcols<-")
importFrom(S4Vectors,"metadata<-")
importFrom(S4Vectors,DataFrame)
importFrom(S4Vectors,Rle)
importFrom(S4Vectors,SimpleList)
importFrom(S4Vectors,endoapply)
importFrom(S4Vectors,mcols)
importFrom(S4Vectors,metadata)
importFrom(S4Vectors,queryHits)
importFrom(S4Vectors,splitAsList)
importFrom(S4Vectors,subjectHits)
importFrom(S4Vectors,subset)
importFrom(VennDiagram,draw.pairwise.venn)
importFrom(VennDiagram,draw.single.venn)
importFrom(VennDiagram,draw.triple.venn)
importFrom(broom,tidy)
importFrom(csaw,combineTests)
importFrom(csaw,filterWindowsControl)
importFrom(csaw,filterWindowsProportion)
importFrom(csaw,getBestTest)
importFrom(csaw,minimalTests)
importFrom(csaw,readParam)
importFrom(csaw,scaleControlFilter)
importFrom(csaw,windowCounts)
importFrom(dplyr,across)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,desc)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,inner_join)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_all)
importFrom(dplyr,n)
importFrom(dplyr,pick)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(edgeR,DGEList)
importFrom(edgeR,cpm)
importFrom(edgeR,estimateDisp)
importFrom(edgeR,glmQLFTest)
importFrom(edgeR,glmQLFit)
importFrom(edgeR,glmTreat)
importFrom(edgeR,normLibSizes)
importFrom(edgeR,topTags)
importFrom(forcats,fct_cross)
importFrom(forcats,fct_explicit_na)
importFrom(forcats,fct_inorder)
importFrom(forcats,fct_na_value_to_level)
importFrom(forcats,fct_relabel)
importFrom(forcats,fct_rev)
importFrom(ggforce,geom_arc_bar)
importFrom(ggforce,stat_pie)
importFrom(ggrepel,geom_label_repel)
importFrom(ggrepel,geom_text_repel)
importFrom(glue,glue)
importFrom(glue,glue_collapse)
importFrom(grDevices,hcl.colors)
importFrom(grid,grid.newpage)
importFrom(matrixStats,rowMeans2)
importFrom(matrixStats,rowMedians)
importFrom(matrixStats,rowSds)
importFrom(matrixStats,weightedMean)
importFrom(methods,as)
importFrom(methods,is)
importFrom(methods,new)
importFrom(methods,slot)
importFrom(methods,slotNames)
importFrom(patchwork,area)
importFrom(patchwork,plot_layout)
importFrom(patchwork,plot_spacer)
importFrom(rlang,"!!!")
importFrom(rlang,"!!")
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,enexpr)
importFrom(rlang,enquo)
importFrom(rlang,ensym)
importFrom(rlang,eval_tidy)
importFrom(rlang,list2)
importFrom(rlang,quo_is_null)
importFrom(rlang,quos)
importFrom(rlang,sym)
importFrom(rlang,syms)
importFrom(rtracklayer,BigWigFile)
importFrom(rtracklayer,BigWigFileList)
importFrom(rtracklayer,import.bw)
importFrom(rtracklayer,ucscGenomes)
importFrom(scales,comma)
importFrom(scales,percent)
importFrom(stats,approxfun)
importFrom(stats,as.formula)
importFrom(stats,cor)
importFrom(stats,density)
importFrom(stats,lowess)
importFrom(stats,median)
importFrom(stats,model.matrix)
importFrom(stats,na.omit)
importFrom(stats,p.adjust)
importFrom(stats,p.adjust.methods)
importFrom(stats,prcomp)
importFrom(stats,quantile)
importFrom(stats,setNames)
importFrom(stats,weighted.mean)
importFrom(stringr,str_count)
importFrom(stringr,str_pad)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_replace_na)
importFrom(stringr,str_sort)
importFrom(stringr,str_to_title)
importFrom(stringr,str_trim)
importFrom(stringr,str_trunc)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,all_of)
importFrom(tidyr,chop)
importFrom(tidyr,complete)
importFrom(tidyr,nest)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,unite)
importFrom(tidyr,unnest)
importFrom(tidyselect,all_of)
importFrom(tidyselect,ends_with)
importFrom(tidyselect,everything)
importFrom(utils,read.table)
importFrom(vctrs,vec_proxy)
importMethodsFrom(SummarizedExperiment,'assay<-')
importMethodsFrom(SummarizedExperiment,'colData<-')
importMethodsFrom(SummarizedExperiment,'rowData<-')
importMethodsFrom(SummarizedExperiment,assay)
importMethodsFrom(SummarizedExperiment,colData)
importMethodsFrom(SummarizedExperiment,rowData)
importMethodsFrom(SummarizedExperiment,rowRanges)
useDynLib(extraChIPs, .registration = TRUE)