forked from gagneurlab/FRASER
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
370 lines (369 loc) · 10.9 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
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
# Generated by roxygen2: do not edit by hand
S3method(fit,FraserDataSet)
export("bamFile<-")
export("condition<-")
export("currentType<-")
export("dontWriteHDF5<-")
export("featureExclusionMask<-")
export("fitMetrics<-")
export("name<-")
export("nonSplicedReads<-")
export("pairedEnd<-")
export("samples<-")
export("scanBamParam<-")
export("strandSpecific<-")
export("verbose<-")
export("workingDir<-")
export(FRASER)
export(FRASER.mcols.get)
export(FRASER.rowRanges.get)
export(FraserDataSet)
export(K)
export(N)
export(aberrant)
export(addCountsToFraserDataSet)
export(annotateIntronReferenceOverlap)
export(annotatePotentialImpact)
export(annotateRanges)
export(annotateRangesWithTxDb)
export(availableFDRsubsets)
export(bamFile)
export(bestQ)
export(calculatePSIValues)
export(calculatePadjValues)
export(calculatePadjValuesOnSubset)
export(calculatePvalues)
export(calculateZscore)
export(condition)
export(countNonSplicedReads)
export(countRNAData)
export(countSplitReads)
export(createTestFraserDataSet)
export(createTestFraserSettings)
export(currentType)
export(deltaPsiValue)
export(dontWriteHDF5)
export(featureExclusionMask)
export(filterExpression)
export(filterExpressionAndVariability)
export(filterVariability)
export(fit)
export(fitMetrics)
export(flagBlacklistRegions)
export(getNonSplitReadCountsForAllSamples)
export(getSplitReadCountsForAllSamples)
export(hyperParams)
export(injectOutliers)
export(loadFraserDataSet)
export(makeSimulatedFraserDataSet)
export(mapSeqlevels)
export(mergeCounts)
export(mergeExternalData)
export(name)
export(nonSplicedReads)
export(optimHyperParams)
export(pVals)
export(padjVals)
export(pairedEnd)
export(plotAberrantPerSample)
export(plotBamCoverage)
export(plotBamCoverageFromResultTable)
export(plotCountCorHeatmap)
export(plotEncDimSearch)
export(plotExpectedVsObservedPsi)
export(plotExpression)
export(plotFilterExpression)
export(plotFilterVariability)
export(plotManhattan)
export(plotQQ)
export(plotSpliceMetricRank)
export(plotVolcano)
export(predictedMeans)
export(pseudocount)
export(psiTypes)
export(results)
export(rho)
export(samples)
export(saveFraserDataSet)
export(scanBamParam)
export(strandSpecific)
export(verbose)
export(workingDir)
export(zScores)
exportMethods("[")
exportMethods("assays<-")
exportMethods("bamFile<-")
exportMethods("condition<-")
exportMethods("name<-")
exportMethods("nonSplicedReads<-")
exportMethods("pairedEnd<-")
exportMethods("samples<-")
exportMethods("scanBamParam<-")
exportMethods("strandSpecific<-")
exportMethods("workingDir<-")
exportMethods(aberrant)
exportMethods(assayNames)
exportMethods(assays)
exportMethods(bamFile)
exportMethods(condition)
exportMethods(filterExpression)
exportMethods(filterVariability)
exportMethods(length)
exportMethods(name)
exportMethods(nonSplicedReads)
exportMethods(pairedEnd)
exportMethods(plotAberrantPerSample)
exportMethods(plotCountCorHeatmap)
exportMethods(plotEncDimSearch)
exportMethods(plotManhattan)
exportMethods(plotQQ)
exportMethods(plotVolcano)
exportMethods(results)
exportMethods(samples)
exportMethods(scanBamParam)
exportMethods(strandSpecific)
exportMethods(workingDir)
import(BiocParallel)
import(data.table)
importFrom(AnnotationDbi,select)
importFrom(BBmisc,"%nin%")
importFrom(BBmisc,chunk)
importFrom(BBmisc,is.error)
importFrom(BBmisc,isFALSE)
importFrom(BBmisc,isScalarCharacter)
importFrom(BBmisc,isScalarInteger)
importFrom(BBmisc,isScalarLogical)
importFrom(BBmisc,isScalarNumeric)
importFrom(BBmisc,isScalarValue)
importFrom(BBmisc,seq_col)
importFrom(BBmisc,seq_row)
importFrom(BSgenome,getBSgenome)
importFrom(Biobase,rowMax)
importFrom(BiocGenerics,"counts<-")
importFrom(BiocGenerics,"strand<-")
importFrom(BiocGenerics,counts)
importFrom(BiocGenerics,strand)
importFrom(BiocGenerics,updateObject)
importFrom(BiocGenerics,which)
importFrom(DelayedArray,"path<-")
importFrom(DelayedArray,DelayedArray)
importFrom(DelayedArray,cbind)
importFrom(DelayedArray,plogis)
importFrom(DelayedArray,qlogis)
importFrom(DelayedArray,rowMaxs)
importFrom(DelayedArray,rowMeans)
importFrom(DelayedMatrixStats,colMeans2)
importFrom(DelayedMatrixStats,colSds)
importFrom(DelayedMatrixStats,rowMeans2)
importFrom(DelayedMatrixStats,rowMedians)
importFrom(DelayedMatrixStats,rowQuantiles)
importFrom(DelayedMatrixStats,rowSds)
importFrom(GenomeInfoDb,"seqlengths<-")
importFrom(GenomeInfoDb,"seqlevels<-")
importFrom(GenomeInfoDb,"seqlevelsStyle<-")
importFrom(GenomeInfoDb,dropSeqlevels)
importFrom(GenomeInfoDb,keepSeqlevels)
importFrom(GenomeInfoDb,keepStandardChromosomes)
importFrom(GenomeInfoDb,seqinfo)
importFrom(GenomeInfoDb,seqlengths)
importFrom(GenomeInfoDb,seqlevels)
importFrom(GenomeInfoDb,seqlevelsStyle)
importFrom(GenomeInfoDb,seqnames)
importFrom(GenomeInfoDb,sortSeqlevels)
importFrom(GenomeInfoDb,standardChromosomes)
importFrom(GenomicAlignments,junctions)
importFrom(GenomicAlignments,readGAlignmentPairs)
importFrom(GenomicAlignments,readGAlignments)
importFrom(GenomicAlignments,summarizeJunctions)
importFrom(GenomicFeatures,exons)
importFrom(GenomicFeatures,fiveUTRsByTranscript)
importFrom(GenomicFeatures,genes)
importFrom(GenomicFeatures,intronsByTranscript)
importFrom(GenomicFeatures,makeTxDbFromGFF)
importFrom(GenomicFeatures,seqlevels0)
importFrom(GenomicFeatures,threeUTRsByTranscript)
importFrom(GenomicRanges,"end<-")
importFrom(GenomicRanges,"seqinfo<-")
importFrom(GenomicRanges,"start<-")
importFrom(GenomicRanges,GRanges)
importFrom(GenomicRanges,GRangesList)
importFrom(GenomicRanges,end)
importFrom(GenomicRanges,findOverlaps)
importFrom(GenomicRanges,granges)
importFrom(GenomicRanges,invertStrand)
importFrom(GenomicRanges,makeGRangesFromDataFrame)
importFrom(GenomicRanges,start)
importFrom(HDF5Array,HDF5Array)
importFrom(HDF5Array,loadHDF5SummarizedExperiment)
importFrom(HDF5Array,path)
importFrom(HDF5Array,saveHDF5SummarizedExperiment)
importFrom(HDF5Array,writeHDF5Array)
importFrom(IRanges,"%over%")
importFrom(IRanges,IRanges)
importFrom(IRanges,distance)
importFrom(IRanges,from)
importFrom(IRanges,nearest)
importFrom(IRanges,ranges)
importFrom(IRanges,subsetByOverlaps)
importFrom(IRanges,to)
importFrom(OUTRIDER,aberrant)
importFrom(OUTRIDER,filterExpression)
importFrom(OUTRIDER,plotAberrantPerSample)
importFrom(OUTRIDER,plotCountCorHeatmap)
importFrom(OUTRIDER,plotEncDimSearch)
importFrom(OUTRIDER,plotQQ)
importFrom(OUTRIDER,plotVolcano)
importFrom(OUTRIDER,results)
importFrom(PRROC,pr.curve)
importFrom(R.utils,renameFile)
importFrom(R.utils,withTimeout)
importFrom(RColorBrewer,brewer.pal)
importFrom(Rsamtools,"bamWhich<-")
importFrom(Rsamtools,BamFile)
importFrom(Rsamtools,ScanBamParam)
importFrom(Rsamtools,bamMapqFilter)
importFrom(Rsamtools,bamWhich)
importFrom(Rsamtools,idxstatsBam)
importFrom(Rsamtools,scanBamHeader)
importFrom(Rsubread,featureCounts)
importFrom(S4Vectors,"mcols<-")
importFrom(S4Vectors,"metadata<-")
importFrom(S4Vectors,"values<-")
importFrom(S4Vectors,DataFrame)
importFrom(S4Vectors,Rle)
importFrom(S4Vectors,SimpleList)
importFrom(S4Vectors,elementMetadata)
importFrom(S4Vectors,end)
importFrom(S4Vectors,mcols)
importFrom(S4Vectors,metadata)
importFrom(S4Vectors,queryHits)
importFrom(S4Vectors,start)
importFrom(S4Vectors,subjectHits)
importFrom(S4Vectors,values)
importFrom(SummarizedExperiment,"assay<-")
importFrom(SummarizedExperiment,"assays<-")
importFrom(SummarizedExperiment,"colData<-")
importFrom(SummarizedExperiment,"rowRanges<-")
importFrom(SummarizedExperiment,Assays)
importFrom(SummarizedExperiment,SummarizedExperiment)
importFrom(SummarizedExperiment,assay)
importFrom(SummarizedExperiment,assayNames)
importFrom(SummarizedExperiment,assays)
importFrom(SummarizedExperiment,colData)
importFrom(SummarizedExperiment,rbind)
importFrom(SummarizedExperiment,rowData)
importFrom(SummarizedExperiment,rowRanges)
importFrom(VGAM,Coef)
importFrom(VGAM,betabinomial)
importFrom(VGAM,dbetabinom)
importFrom(VGAM,dbetabinom.ab)
importFrom(VGAM,pbetabinom)
importFrom(VGAM,pbetabinom.ab)
importFrom(VGAM,rbetabinom)
importFrom(VGAM,vglm)
importFrom(biomaRt,getBM)
importFrom(biomaRt,useEnsembl)
importFrom(cowplot,background_grid)
importFrom(cowplot,theme_cowplot)
importFrom(extraDistr,dbbinom)
importFrom(extraDistr,pbbinom)
importFrom(extraDistr,rdirmnom)
importFrom(generics,fit)
importFrom(ggplot2,aes)
importFrom(ggplot2,annotate)
importFrom(ggplot2,annotation_logticks)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,facet_grid)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_abline)
importFrom(ggplot2,geom_histogram)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_ribbon)
importFrom(ggplot2,geom_segment)
importFrom(ggplot2,geom_smooth)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,guide_legend)
importFrom(ggplot2,guides)
importFrom(ggplot2,labs)
importFrom(ggplot2,quo_name)
importFrom(ggplot2,scale_color_brewer)
importFrom(ggplot2,scale_color_discrete)
importFrom(ggplot2,scale_color_gradientn)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_colour_manual)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_linetype_manual)
importFrom(ggplot2,scale_x_log10)
importFrom(ggplot2,scale_y_log10)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,xlab)
importFrom(ggplot2,xlim)
importFrom(ggplot2,ylab)
importFrom(ggplot2,ylim)
importFrom(ggrepel,geom_text_repel)
importFrom(grDevices,colorRampPalette)
importFrom(matrixStats,colAnys)
importFrom(matrixStats,colMaxs)
importFrom(matrixStats,colMedians)
importFrom(matrixStats,colMins)
importFrom(methods,"slot<-")
importFrom(methods,as)
importFrom(methods,callNextMethod)
importFrom(methods,is)
importFrom(methods,new)
importFrom(methods,show)
importFrom(methods,slot)
importFrom(methods,validObject)
importFrom(pcaMethods,loadings)
importFrom(pcaMethods,pca)
importFrom(pheatmap,pheatmap)
importFrom(plotly,add_trace)
importFrom(plotly,ggplotly)
importFrom(plotly,layout)
importFrom(plotly,plot_ly)
importFrom(plotly,subplot)
importFrom(rhdf5,H5Dget_create_plist)
importFrom(rhdf5,H5Fclose)
importFrom(rhdf5,H5Fopen)
importFrom(rhdf5,H5Pclose)
importFrom(rhdf5,H5Pget_chunk)
importFrom(rhdf5,H5Pget_layout)
importFrom(rhdf5,h5delete)
importFrom(rhdf5,h5ls)
importFrom(stats,cor)
importFrom(stats,cutree)
importFrom(stats,dbinom)
importFrom(stats,dist)
importFrom(stats,hclust)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,optim)
importFrom(stats,optimize)
importFrom(stats,p.adjust)
importFrom(stats,pbinom)
importFrom(stats,pnorm)
importFrom(stats,ppoints)
importFrom(stats,predict)
importFrom(stats,qbeta)
importFrom(stats,quantile)
importFrom(stats,rbinom)
importFrom(stats,rlnorm)
importFrom(stats,rnbinom)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(tibble,"%>%")
importFrom(tibble,as_tibble)
importFrom(tools,file_path_as_absolute)
importFrom(utils,capture.output)
importFrom(utils,packageVersion)
importFrom(utils,tail)
importMethodsFrom(OUTRIDER,results)
useDynLib(FRASER)