-
Notifications
You must be signed in to change notification settings - Fork 15
/
NAMESPACE
134 lines (133 loc) · 4.28 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
# Generated by roxygen2: do not edit by hand
export(advancedArg)
export(analyzeChr)
export(annotateRegions)
export(calculatePvalues)
export(calculateStats)
export(coerceGR)
export(collapseFullCoverage)
export(coverageToExon)
export(createBw)
export(createBwSample)
export(define_cluster)
export(extendedMapSeqlevels)
export(filterData)
export(findRegions)
export(fullCoverage)
export(getRegionCoverage)
export(getTotalMapped)
export(loadCoverage)
export(makeGenomicState)
export(makeModels)
export(mergeResults)
export(preprocessCoverage)
export(railMatrix)
export(rawFiles)
export(regionMatrix)
export(sampleDepth)
import(S4Vectors)
importFrom(BiocGenerics,path)
importFrom(BiocParallel,SerialParam)
importFrom(BiocParallel,SnowParam)
importFrom(BiocParallel,bplapply)
importFrom(BiocParallel,bpmapply)
importFrom(BiocParallel,bpworkers)
importFrom(GenomeInfoDb,'seqlengths<-')
importFrom(GenomeInfoDb,mapSeqlevels)
importFrom(GenomeInfoDb,renameSeqlevels)
importFrom(GenomeInfoDb,seqlengths)
importFrom(GenomeInfoDb,seqlevels)
importFrom(GenomeInfoDb,seqlevelsInUse)
importFrom(GenomicAlignments,readGAlignments)
importFrom(GenomicFeatures,'isActiveSeq<-')
importFrom(GenomicFeatures,exonsBy)
importFrom(GenomicFeatures,fiveUTRsByTranscript)
importFrom(GenomicFeatures,intronsByTranscript)
importFrom(GenomicFeatures,isActiveSeq)
importFrom(GenomicFeatures,threeUTRsByTranscript)
importFrom(GenomicFiles,reduceByFile)
importFrom(GenomicRanges,GRanges)
importFrom(GenomicRanges,GRangesList)
importFrom(GenomicRanges,seqnames)
importFrom(GenomicRanges,tileGenome)
importFrom(Hmisc,wtd.quantile)
importFrom(IRanges,CharacterList)
importFrom(IRanges,IRanges)
importFrom(IRanges,IntegerList)
importFrom(IRanges,RleList)
importFrom(IRanges,Views)
importFrom(IRanges,end)
importFrom(IRanges,nrow)
importFrom(IRanges,ranges)
importFrom(IRanges,reduce)
importFrom(IRanges,runLength)
importFrom(IRanges,slice)
importFrom(IRanges,start)
importFrom(IRanges,width)
importFrom(Rsamtools,BamFile)
importFrom(Rsamtools,BamFileList)
importFrom(Rsamtools,ScanBamParam)
importFrom(Rsamtools,idxstatsBam)
importFrom(Rsamtools,scanBamFlag)
importFrom(Rsamtools,scanBamHeader)
importFrom(bumphunter,annotateTranscripts)
importFrom(bumphunter,locfitByCluster)
importFrom(bumphunter,matchGenes)
importFrom(bumphunter,runmedByCluster)
importFrom(derfinderHelper,fstats.apply)
importFrom(methods,formalArgs)
importFrom(methods,is)
importFrom(qvalue,qvalue)
importFrom(rtracklayer,BigWigFile)
importFrom(rtracklayer,BigWigFileList)
importFrom(stats,qf)
importFrom(stats,runif)
importFrom(utils,browseURL)
importMethodsFrom(AnnotationDbi,select)
importMethodsFrom(GenomicFeatures,promoters)
importMethodsFrom(GenomicRanges,'$')
importMethodsFrom(GenomicRanges,'$<-')
importMethodsFrom(GenomicRanges,'[')
importMethodsFrom(GenomicRanges,'[<-')
importMethodsFrom(GenomicRanges,'names<-')
importMethodsFrom(GenomicRanges,'strand<-')
importMethodsFrom(GenomicRanges,as.data.frame)
importMethodsFrom(GenomicRanges,countOverlaps)
importMethodsFrom(GenomicRanges,coverage)
importMethodsFrom(GenomicRanges,disjoin)
importMethodsFrom(GenomicRanges,findOverlaps)
importMethodsFrom(GenomicRanges,gaps)
importMethodsFrom(GenomicRanges,isDisjoint)
importMethodsFrom(GenomicRanges,length)
importMethodsFrom(GenomicRanges,names)
importMethodsFrom(GenomicRanges,reduce)
importMethodsFrom(GenomicRanges,resize)
importMethodsFrom(GenomicRanges,sort)
importMethodsFrom(GenomicRanges,strand)
importMethodsFrom(GenomicRanges,width)
importMethodsFrom(IRanges,'[')
importMethodsFrom(IRanges,'[<-')
importMethodsFrom(IRanges,'[[')
importMethodsFrom(IRanges,'[[<-')
importMethodsFrom(IRanges,'colnames<-')
importMethodsFrom(IRanges,as.data.frame)
importMethodsFrom(IRanges,cbind)
importMethodsFrom(IRanges,colnames)
importMethodsFrom(IRanges,lapply)
importMethodsFrom(IRanges,length)
importMethodsFrom(IRanges,mean)
importMethodsFrom(IRanges,median)
importMethodsFrom(IRanges,names)
importMethodsFrom(IRanges,ncol)
importMethodsFrom(IRanges,nrow)
importMethodsFrom(IRanges,order)
importMethodsFrom(IRanges,quantile)
importMethodsFrom(IRanges,rbind)
importMethodsFrom(IRanges,relist)
importMethodsFrom(IRanges,sum)
importMethodsFrom(IRanges,unlist)
importMethodsFrom(IRanges,which)
importMethodsFrom(Rsamtools,names)
importMethodsFrom(rtracklayer,export)
importMethodsFrom(rtracklayer,import)
importMethodsFrom(rtracklayer,import.bw)