-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
283 lines (282 loc) · 7.99 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
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
# Generated by roxygen2: do not edit by hand
S3method(names,MatrixSelection)
export(InteractionArray)
export(InteractionJaggedArray)
export(InteractionMatrix)
export(JaggedArray)
export(MatrixSelection)
export(MergedGInteractions)
export(adjustEnrichment)
export(aggHicMatrices)
export(aggMetadata)
export(as_ginteractions)
export(assignToBins)
export(binRanges)
export(calcLoopEnrichment)
export(changePixelRes)
export(clusters)
export(defaultBuffer)
export(end1)
export(end2)
export(hdf5BlockApply)
export(makeGInteractionsFromDataFrame)
export(makeRandomGInteractions)
export(makeRandomGRanges)
export(mergePairs)
export(pileupBoundaries)
export(pileupDomains)
export(pileupPixels)
export(pixelsToMatrices)
export(plotEnrichment)
export(plotMatrix)
export(pullHicMatrices)
export(pullHicPixels)
export(regularize)
export(removeShortPairs)
export(selectBlock)
export(selectBottomLeft)
export(selectBottomRight)
export(selectCenterPixel)
export(selectCols)
export(selectCoordinates)
export(selectCorners)
export(selectInner)
export(selectOuter)
export(selectPixel)
export(selectRadius)
export(selectRows)
export(selectSubmatrix)
export(selectTopLeft)
export(selectTopRight)
export(selectionMethod)
export(seqnames1)
export(seqnames2)
export(sets)
export(shiftRanges)
export(snapToBins)
export(sources)
export(start1)
export(start2)
exportClasses(DelegatingGInteractions)
exportClasses(InteractionArray)
exportClasses(InteractionJaggedArray)
exportClasses(InteractionMatrix)
exportClasses(JaggedArray)
exportClasses(MatrixSelection)
exportClasses(MergedGInteractions)
exportMethods("$")
exportMethods("+")
exportMethods("-")
exportMethods("[")
exportMethods("[[")
exportMethods("counts<-")
exportMethods("path<-")
exportMethods(InteractionArray)
exportMethods(InteractionMatrix)
exportMethods(adjustEnrichment)
exportMethods(aggHicMatrices)
exportMethods(aggMetadata)
exportMethods(as.list)
exportMethods(as_ginteractions)
exportMethods(assignToBins)
exportMethods(binRanges)
exportMethods(calcLoopEnrichment)
exportMethods(cbind)
exportMethods(changePixelRes)
exportMethods(clusters)
exportMethods(colData)
exportMethods(countOverlaps)
exportMethods(counts)
exportMethods(dim)
exportMethods(end1)
exportMethods(end2)
exportMethods(findOverlaps)
exportMethods(hdf5BlockApply)
exportMethods(interactions)
exportMethods(length)
exportMethods(makeGInteractionsFromDataFrame)
exportMethods(makeRandomGInteractions)
exportMethods(makeRandomGRanges)
exportMethods(mergePairs)
exportMethods(metadata)
exportMethods(overlapsAny)
exportMethods(path)
exportMethods(pileupBoundaries)
exportMethods(pileupDomains)
exportMethods(pileupPixels)
exportMethods(pixelsToMatrices)
exportMethods(plotEnrichment)
exportMethods(plotMatrix)
exportMethods(pullHicMatrices)
exportMethods(pullHicPixels)
exportMethods(rbind)
exportMethods(regularize)
exportMethods(removeShortPairs)
exportMethods(selectBlock)
exportMethods(selectBottomLeft)
exportMethods(selectBottomRight)
exportMethods(selectCenterPixel)
exportMethods(selectCols)
exportMethods(selectCoordinates)
exportMethods(selectCorners)
exportMethods(selectInner)
exportMethods(selectOuter)
exportMethods(selectPixel)
exportMethods(selectRadius)
exportMethods(selectRows)
exportMethods(selectSubmatrix)
exportMethods(selectTopLeft)
exportMethods(selectTopRight)
exportMethods(selectionMethod)
exportMethods(seqnames1)
exportMethods(seqnames2)
exportMethods(sets)
exportMethods(shiftRanges)
exportMethods(show)
exportMethods(snapToBins)
exportMethods(sources)
exportMethods(start1)
exportMethods(start2)
exportMethods(subsetByOverlaps)
import(data.table,
except = c(between, shift, first, second, indices))
import(methods)
importClassesFrom(DelayedArray,DelayedMatrix)
importClassesFrom(GenomicRanges,GRanges)
importClassesFrom(InteractionSet,GInteractions)
importClassesFrom(InteractionSet,InteractionSet)
importClassesFrom(S4Vectors,DFrame)
importClassesFrom(S4Vectors,DataFrame)
importClassesFrom(S4Vectors,List)
importClassesFrom(S4Vectors,SimpleList)
importClassesFrom(data.table,data.table)
importFrom(BiocGenerics,"counts<-")
importFrom(BiocGenerics,cbind)
importFrom(BiocGenerics,counts)
importFrom(BiocGenerics,rbind)
importFrom(BiocManager,install)
importFrom(BiocParallel,bpparam)
importFrom(DelayedArray,DelayedArray)
importFrom(DelayedArray,RegularArrayGrid)
importFrom(DelayedArray,blockApply)
importFrom(DelayedArray,close)
importFrom(DelayedArray,read_block)
importFrom(DelayedArray,write_block)
importFrom(GenomeInfoDb,seqinfo)
importFrom(GenomeInfoDb,seqlengths)
importFrom(GenomeInfoDb,seqnames)
importFrom(GenomicRanges,GRanges)
importFrom(GenomicRanges,end)
importFrom(GenomicRanges,makeGRangesFromDataFrame)
importFrom(GenomicRanges,resize)
importFrom(GenomicRanges,seqnames)
importFrom(GenomicRanges,shift)
importFrom(GenomicRanges,start)
importFrom(GenomicRanges,strand)
importFrom(GenomicRanges,trim)
importFrom(GenomicRanges,width)
importFrom(HDF5Array,HDF5Array)
importFrom(HDF5Array,HDF5RealizationSink)
importFrom(IRanges,IRanges)
importFrom(IRanges,overlapsAny)
importFrom(IRanges,resize)
importFrom(IRanges,width)
importFrom(InteractionSet,GInteractions)
importFrom(InteractionSet,InteractionSet)
importFrom(InteractionSet,anchorIds)
importFrom(InteractionSet,anchors)
importFrom(InteractionSet,interactions)
importFrom(InteractionSet,intrachr)
importFrom(InteractionSet,pairdist)
importFrom(InteractionSet,reduceRegions)
importFrom(InteractionSet,regions)
importFrom(RColorBrewer,brewer.pal)
importFrom(S4Vectors,"mcols<-")
importFrom(S4Vectors,DataFrame)
importFrom(S4Vectors,`mcols<-`)
importFrom(S4Vectors,`metadata<-`)
importFrom(S4Vectors,countQueryHits)
importFrom(S4Vectors,elementMetadata)
importFrom(S4Vectors,first)
importFrom(S4Vectors,mcols)
importFrom(S4Vectors,metadata)
importFrom(S4Vectors,parallel_slot_names)
importFrom(S4Vectors,second)
importFrom(S4Vectors,width)
importFrom(SummarizedExperiment,"assays<-")
importFrom(SummarizedExperiment,`colData<-`)
importFrom(SummarizedExperiment,assay)
importFrom(SummarizedExperiment,assays)
importFrom(SummarizedExperiment,colData)
importFrom(SummarizedExperiment,seqnames)
importFrom(abind,abind)
importFrom(assertthat,is.flag)
importFrom(assertthat,is.number)
importFrom(assertthat,is.string)
importFrom(colourvalues,color_values)
importFrom(data.table,.GRP)
importFrom(data.table,.I)
importFrom(data.table,.SD)
importFrom(data.table,CJ)
importFrom(data.table,`:=`)
importFrom(data.table,as.data.table)
importFrom(data.table,copy)
importFrom(data.table,data.table)
importFrom(data.table,frollapply)
importFrom(data.table,setkeyv)
importFrom(data.table,uniqueN)
importFrom(dbscan,dbscan)
importFrom(glue,double_quote)
importFrom(glue,glue)
importFrom(glue,glue_collapse)
importFrom(glue,single_quote)
importFrom(grDevices,colorRamp)
importFrom(grDevices,colorRampPalette)
importFrom(graphics,abline)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,polygon)
importFrom(graphics,rect)
importFrom(graphics,segments)
importFrom(graphics,text)
importFrom(grid,addGrob)
importFrom(grid,gTree)
importFrom(grid,grid.draw)
importFrom(grid,grid.ls)
importFrom(grid,grid.newpage)
importFrom(grid,rasterGrob)
importFrom(grid,unit)
importFrom(grid,viewport)
importFrom(magrittr,`%<>%`)
importFrom(magrittr,`%>%`)
importFrom(plotgardener,mapColors)
importFrom(plyranges,mutate)
importFrom(progress,progress_bar)
importFrom(purrr,pmap)
importFrom(rhdf5,h5createDataset)
importFrom(rhdf5,h5createFile)
importFrom(rhdf5,h5read)
importFrom(rhdf5,h5write)
importFrom(rlang,abort)
importFrom(rlang,arg_match)
importFrom(rlang,inform)
importFrom(rlang,parse_expr)
importFrom(rlang,warn)
importFrom(stats,dist)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,predict)
importFrom(stats,setNames)
importFrom(stats,smooth.spline)
importFrom(strawr,readHicBpResolutions)
importFrom(strawr,readHicChroms)
importFrom(strawr,readHicNormTypes)
importFrom(strawr,straw)
importFrom(utils,capture.output)
importFrom(utils,combn)
importFrom(utils,tail)
importMethodsFrom(IRanges,countOverlaps)
importMethodsFrom(IRanges,findOverlaps)
importMethodsFrom(IRanges,overlapsAny)
importMethodsFrom(IRanges,subsetByOverlaps)