File: NAMESPACE

package info (click to toggle)
r-bioc-structuralvariantannotation 1.22.0%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,576 kB
  • sloc: makefile: 2
file content (46 lines) | stat: -rw-r--r-- 1,269 bytes parent folder | download
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
# 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(GenomeInfoDb)
import(GenomicRanges)
import(IRanges)
import(S4Vectors)
import(SummarizedExperiment)
import(VariantAnnotation)
import(rtracklayer)
importFrom(Biostrings,DNAStringSet)
importFrom(Biostrings,getSeq)
importFrom(Biostrings,nchar)
importFrom(Biostrings,reverseComplement)
importFrom(Biostrings,subseq)
importFrom(dplyr,"%>%")
importFrom(methods,as)
importFrom(methods,is)
importFrom(methods,setGeneric)
importFrom(methods,setMethod)
importFrom(pwalign,deletion)
importFrom(pwalign,insertion)
importFrom(pwalign,nindel)
importFrom(pwalign,nucleotideSubstitutionMatrix)
importFrom(pwalign,pairwiseAlignment)
importFrom(rlang,.data)