forked from PapenfussLab/StructuralVariantAnnotation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
37 lines (36 loc) · 940 Bytes
/
NAMESPACE
File metadata and controls
37 lines (36 loc) · 940 Bytes
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
# Generated by roxygen2: do not edit by hand
export(breakendRanges)
export(breakpointRanges)
export(breakpointgr2bedpe)
export(breakpointgr2pairs)
export(calculateReferenceHomology)
export(countBreakpointOverlaps)
export(extractBreakpointSequence)
export(extractReferenceSequence)
export(findBreakpointOverlaps)
export(findInsDupOverlaps)
export(findTransitiveCalls)
export(hasPartner)
export(isStructural)
export(isSymbolic)
export(numtDetect)
export(pairs2breakpointgr)
export(partner)
export(rtDetect)
export(simpleEventLength)
export(simpleEventType)
import(BiocGenerics)
import(Biostrings)
import(GenomeInfoDb)
import(GenomicRanges)
import(IRanges)
import(S4Vectors)
import(SummarizedExperiment)
import(VariantAnnotation)
import(rtracklayer)
importFrom(dplyr,"%>%")
importFrom(methods,as)
importFrom(methods,is)
importFrom(methods,setGeneric)
importFrom(methods,setMethod)
importFrom(rlang,.data)