-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
75 lines (74 loc) · 2.22 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
# Generated by roxygen2: do not edit by hand
export(digestSalmon)
export(genomogrify)
export(indelcator)
export(overlapsByVar)
export(owl)
export(parY)
export(sjFromExons)
export(transmogrify)
export(upsetVarByCol)
export(varTypes)
exportMethods(genomogrify)
exportMethods(indelcator)
exportMethods(overlapsByVar)
exportMethods(owl)
exportMethods(transmogrify)
import(Biostrings)
import(GenomicRanges)
importClassesFrom(BSgenome,BSgenome)
importClassesFrom(SummarizedExperiment,SummarizedExperiment)
importClassesFrom(VariantAnnotation,ScanVcfParam)
importClassesFrom(VariantAnnotation,VcfFile)
importFrom(BSgenome,getSeq)
importFrom(Biostrings,IUPAC_CODE_MAP)
importFrom(Biostrings,getSeq)
importFrom(GenomeInfoDb,"genome<-")
importFrom(GenomeInfoDb,"seqinfo<-")
importFrom(GenomeInfoDb,"seqlevels<-")
importFrom(GenomeInfoDb,seqinfo)
importFrom(GenomeInfoDb,seqlevels)
importFrom(GenomeInfoDb,seqlevelsInUse)
importFrom(GenomeInfoDb,seqnames)
importFrom(GenomicFeatures,extractTranscriptSeqs)
importFrom(IRanges,"width<-")
importFrom(IRanges,Views)
importFrom(IRanges,end)
importFrom(IRanges,findOverlaps)
importFrom(IRanges,overlapsAny)
importFrom(IRanges,start)
importFrom(IRanges,subsetByOverlaps)
importFrom(IRanges,width)
importFrom(S4Vectors,"mcols<-")
importFrom(S4Vectors,"metadata<-")
importFrom(S4Vectors,DataFrame)
importFrom(S4Vectors,mcols)
importFrom(S4Vectors,queryHits)
importFrom(S4Vectors,splitAsList)
importFrom(S4Vectors,subjectHits)
importFrom(SummarizedExperiment,SummarizedExperiment)
importFrom(SummarizedExperiment,rowRanges)
importFrom(VariantAnnotation,"vcfWhich<-")
importFrom(VariantAnnotation,ScanVcfParam)
importFrom(VariantAnnotation,readVcf)
importFrom(ggplot2,aes)
importFrom(ggplot2,after_stat)
importFrom(ggplot2,expansion)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,position_stack)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,scale_y_reverse)
importFrom(ggplot2,ylab)
importFrom(matrixStats,rowMeans2)
importFrom(methods,as)
importFrom(methods,is)
importFrom(parallel,mclapply)
importFrom(rlang,":=")
importFrom(rlang,list2)
importFrom(stats,aggregate)
importFrom(stats,as.formula)
importFrom(stats,median)
importFrom(stats,qf)
importFrom(stats,setNames)