-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
71 lines (69 loc) · 1.84 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
S3method(callPeaks,RangedSummarizedExperiment)
S3method(centerMotif,GRanges)
S3method(computeInput,RangedSummarizedExperiment)
S3method(digestGenome,BSgenome)
S3method(digestGenome,DNAStringSet)
S3method(digestGenome,FaFile)
S3method(filterBySize,GRanges)
S3method(normalizeBias,RangedSummarizedExperiment)
S3method(plotComplexity,RangedSummarizedExperiment)
S3method(plotCorrelation,RangedSummarizedExperiment)
S3method(plotCoverage,RangedSummarizedExperiment)
S3method(plotDensity,RangedSummarizedExperiment)
S3method(plotEnrichment,RangedSummarizedExperiment)
S3method(plotMA,RangedSummarizedExperiment)
S3method(plotMDS,matrix)
S3method(plotMDS,RangedSummarizedExperiment)
S3method(plotPCA,matrix)
S3method(plotPCA,RangedSummarizedExperiment)
S3method(searchMotif,BSgenome)
S3method(writeBroad,GRanges)
S3method(writeRatio,RangedSummarizedExperiment)
export(annotatePeaks)
export(callPeaks)
export(centerMotif)
export(computeInput)
export(Daim)
export(daimTreat)
export(digestGenome)
export(fragmentCounts)
export(filterBySize)
export(genomeInfo)
export(normalizeBias)
export(plotComplexity)
export(plotCorrelation)
export(plotCoverage)
export(plotDensity)
export(plotEnrichment)
export(plotFeature)
export(plotMA)
export(plotMDS)
export(plotPCA)
export(plotTSS)
export(rollAssay)
export(searchMotif)
export(writeAssay)
export(writeBroad)
export(writeRatio)
import(Biobase)
import(BiocGenerics, except = c("boxplot", "image", "plotMA"))
import(Biostrings)
import(BSgenome)
import(GenomeInfoDb)
import(GenomicFeatures)
import(GenomicRanges)
import(graphics)
import(IRanges)
import(limma)
import(methods)
import(Rsamtools)
import(S4Vectors)
import(SummarizedExperiment)
importFrom(stats, cmdscale)
importFrom(stats, dist)
importFrom(stats, ecdf)
importFrom(stats, model.matrix)
importFrom(stats, prcomp)
importFrom(stats, pt)
importFrom(stats, setNames)
importFrom(quantreg, rq)