-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
141 lines (140 loc) · 3.77 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
# Generated by roxygen2: do not edit by hand
export("interactionCounts<-")
export("name<-")
export(GenomicInteractions)
export(InteractionTrack)
export(anchorOne)
export(anchorTwo)
export(annotateInteractions)
export(annotateRegions)
export(annotationFeatures)
export(availableDisplayPars)
export(calculateDistances)
export(categoriseInteractions)
export(countsBetweenAnchors)
export(export.bed12)
export(export.bedpe)
export(export.chiasig)
export(export.igraph)
export(get_binom_ligation_threshold)
export(get_self_ligation_threshold)
export(interactionCounts)
export(is.cis)
export(is.dd)
export(is.dt)
export(is.pd)
export(is.pp)
export(is.pt)
export(is.trans)
export(is.tt)
export(isInteractionType)
export(makeGenomicInteractionsFromFile)
export(name)
export(plotAvgViewpoint)
export(plotCisTrans)
export(plotCounts)
export(plotDists)
export(plotInteractionAnnotations)
export(plotSummaryStats)
export(plotViewpoint)
export(removeDups)
export(resetAnnotations)
export(subsetByFeatures)
export(summariseByFeaturePairs)
export(summariseByFeatures)
export(viewPoint)
exportClasses(GenomicInteractions)
exportMethods("description<-")
exportMethods("interactionCounts<-")
exportMethods("name<-")
exportMethods(anchorOne)
exportMethods(anchorTwo)
exportMethods(annotateInteractions)
exportMethods(annotateRegions)
exportMethods(annotationFeatures)
exportMethods(asBED)
exportMethods(calculateDistances)
exportMethods(chromosome)
exportMethods(countsBetweenAnchors)
exportMethods(description)
exportMethods(end)
exportMethods(export.bed12)
exportMethods(export.bedpe)
exportMethods(export.chiasig)
exportMethods(export.igraph)
exportMethods(interactionCounts)
exportMethods(is.cis)
exportMethods(is.dd)
exportMethods(is.dt)
exportMethods(is.pd)
exportMethods(is.pp)
exportMethods(is.pt)
exportMethods(is.trans)
exportMethods(is.tt)
exportMethods(isInteractionType)
exportMethods(name)
exportMethods(resetAnnotations)
exportMethods(start)
exportMethods(subset)
exportMethods(subsetByFeatures)
exportMethods(sum)
exportMethods(summariseByFeaturePairs)
exportMethods(summariseByFeatures)
exportMethods(updateObject)
import(GenomicRanges)
import(Gviz)
import(InteractionSet)
import(ggplot2)
import(grid)
import(methods)
importFrom(Biobase,updateObject)
importFrom(BiocGenerics,getObjectSlots)
importFrom(BiocGenerics,relist)
importFrom(BiocGenerics,which)
importFrom(GenomeInfoDb,'seqlevels<-')
importFrom(GenomeInfoDb,genome)
importFrom(GenomeInfoDb,isCircular)
importFrom(GenomeInfoDb,seqinfo)
importFrom(GenomeInfoDb,seqlengths)
importFrom(GenomeInfoDb,seqlevels)
importFrom(Gviz,availableDisplayPars)
importFrom(IRanges,IRanges)
importFrom(IRanges,PartitioningByWidth)
importFrom(IRanges,overlapsAny)
importFrom(Rsamtools,ScanBamParam)
importFrom(Rsamtools,bamFlagAsBitMatrix)
importFrom(Rsamtools,scanBam)
importFrom(Rsamtools,scanBamFlag)
importFrom(S4Vectors,DataFrame)
importFrom(S4Vectors,elementNROWS)
importFrom(S4Vectors,first)
importFrom(S4Vectors,make_zero_col_DFrame)
importFrom(S4Vectors,queryHits)
importFrom(S4Vectors,runValue)
importFrom(S4Vectors,second)
importFrom(S4Vectors,setValidity2)
importFrom(S4Vectors,subjectHits)
importFrom(data.table,.N)
importFrom(data.table,data.table)
importFrom(data.table,fread)
importFrom(dplyr,group_by_)
importFrom(dplyr,mutate_)
importFrom(dplyr,n)
importFrom(dplyr,summarise_)
importFrom(grDevices,col2rgb)
importFrom(graphics,plot)
importFrom(gridExtra,marrangeGrob)
importFrom(igraph,graph_from_data_frame)
importFrom(rtracklayer,asBED)
importFrom(rtracklayer,export)
importFrom(stats,binom.test)
importFrom(stats,complete.cases)
importFrom(stats,median)
importFrom(stats,p.adjust)
importFrom(stats,sd)
importFrom(stringr,str_match)
importFrom(stringr,str_split)
importFrom(utils,read.table)
importFrom(utils,write.table)
importMethodsFrom(Biobase,'description<-')
importMethodsFrom(Biobase,description)