-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathNAMESPACE
More file actions
44 lines (43 loc) · 1.07 KB
/
NAMESPACE
File metadata and controls
44 lines (43 loc) · 1.07 KB
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
# Generated by roxygen2: do not edit by hand
S3method("[",Covariate)
S3method("[",FishHook)
S3method(c,Covariate)
S3method(dim,FishHook)
S3method(length,Covariate)
S3method(length,FishHook)
S3method(names,Covariate)
S3method(names,FishHook)
export(Cov)
export(Covariate)
export(Fish)
export(FishHook)
export(aggregate.hypotheses)
export(annotate.hypotheses)
export(qqp)
export(score)
export(score.hypotheses)
import(GenomicRanges)
import(R6)
import(plotly)
import(zoo)
importFrom(GenomeInfoDb,seqnames)
importFrom(R6,R6Class)
importFrom(S4Vectors,"values<-")
importFrom(S4Vectors,values)
importFrom(data.table,":=")
importFrom(data.table,as.data.table)
importFrom(data.table,data.table)
importFrom(data.table,rbindlist)
importFrom(data.table,setkey)
importFrom(gUtils,dt2gr)
importFrom(gUtils,gr.chr)
importFrom(gUtils,gr.dice)
importFrom(gUtils,gr.findoverlaps)
importFrom(gUtils,gr.fix)
importFrom(gUtils,gr.stripstrand)
importFrom(gUtils,gr.sub)
importFrom(gUtils,gr.tile)
importFrom(gUtils,grl.unlist)
importFrom(gUtils,hg_seqlengths)
importFrom(gUtils,rle.query)
importFrom(gUtils,si2gr)