-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathNAMESPACE
131 lines (130 loc) · 3.97 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
# Generated by roxygen2: do not edit by hand
export(NFRscore)
export(PTscore)
export(TSSEscore)
export(bamQC)
export(distanceDyad)
export(enrichedFragments)
export(estimateLibComplexity)
export(factorFootprints)
export(footprintsScanner)
export(fragSizeDist)
export(plotCorrelation)
export(plotFootprints)
export(prepareBindingSitesList)
export(pseudoPausingIndex)
export(readBamFile)
export(readsDupFreq)
export(saturationPlot)
export(shiftGAlignments)
export(shiftGAlignmentsList)
export(splitBam)
export(splitGAlignmentsByCut)
export(vPlot)
export(writeListOfGAlignments)
import(BiocGenerics)
import(GenomeInfoDb)
import(GenomicRanges)
import(IRanges)
import(S4Vectors)
import(edgeR)
importClassesFrom(GenomicAlignments,GAlignments)
importClassesFrom(GenomicAlignments,GAlignmentsList)
importClassesFrom(GenomicRanges,GRanges)
importClassesFrom(motifStack,pfm)
importFrom(BSgenome,getSeq)
importFrom(BiocParallel,bplapply)
importFrom(BiocParallel,bptry)
importFrom(Biostrings,DNAString)
importFrom(Biostrings,DNAStringSet)
importFrom(Biostrings,PWMscoreStartingAt)
importFrom(Biostrings,PhredQuality)
importFrom(Biostrings,letterFrequency)
importFrom(Biostrings,matchPWM)
importFrom(Biostrings,maxScore)
importFrom(ChIPpeakAnno,annotatePeakInBatch)
importFrom(ChIPpeakAnno,estLibSize)
importFrom(ChIPpeakAnno,featureAlignedExtendSignal)
importFrom(ChIPpeakAnno,featureAlignedSignal)
importFrom(ChIPpeakAnno,reCenterPeaks)
importFrom(GenomicAlignments,GAlignments)
importFrom(GenomicAlignments,GAlignmentsList)
importFrom(GenomicAlignments,cigar)
importFrom(GenomicAlignments,cigarNarrow)
importFrom(GenomicAlignments,cigarQNarrow)
importFrom(GenomicAlignments,cigarWidthAlongQuerySpace)
importFrom(GenomicAlignments,coverage)
importFrom(GenomicAlignments,qwidth)
importFrom(GenomicAlignments,readGAlignmentPairs)
importFrom(GenomicAlignments,readGAlignments)
importFrom(GenomicAlignments,readGAlignmentsList)
importFrom(GenomicAlignments,sequenceLayer)
importFrom(GenomicAlignments,summarizeOverlaps)
importFrom(GenomicRanges,coverage)
importFrom(GenomicRanges,promoters)
importFrom(GenomicRanges,shift)
importFrom(GenomicScores,gscores)
importFrom(GenomicScores,populations)
importFrom(IRanges,Views)
importFrom(IRanges,viewMeans)
importFrom(KernSmooth,bkde2D)
importFrom(Rsamtools,BamFile)
importFrom(Rsamtools,ScanBamParam)
importFrom(Rsamtools,`bamTag<-`)
importFrom(Rsamtools,`bamWhich<-`)
importFrom(Rsamtools,asBam)
importFrom(Rsamtools,bamFlagAsBitMatrix)
importFrom(Rsamtools,bamTag)
importFrom(Rsamtools,bamWhich)
importFrom(Rsamtools,countBam)
importFrom(Rsamtools,filterBam)
importFrom(Rsamtools,idxstatsBam)
importFrom(Rsamtools,mergeBam)
importFrom(Rsamtools,scanBam)
importFrom(Rsamtools,scanBamFlag)
importFrom(Rsamtools,scanBamHeader)
importFrom(Rsamtools,testPairedEndBam)
importFrom(S4Vectors,FilterRules)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,smoothScatter)
importFrom(grid,convertX)
importFrom(grid,convertY)
importFrom(grid,gpar)
importFrom(grid,grid.legend)
importFrom(grid,grid.lines)
importFrom(grid,grid.newpage)
importFrom(grid,grid.segments)
importFrom(grid,grid.text)
importFrom(grid,grid.xaxis)
importFrom(grid,grid.yaxis)
importFrom(grid,plotViewport)
importFrom(grid,pushViewport)
importFrom(grid,unit)
importFrom(grid,upViewport)
importFrom(grid,viewport)
importFrom(limma,normalizeBetweenArrays)
importFrom(motifStack,plotMotifLogoA)
importFrom(preseqR,ds.rSAC.bootstrap)
importFrom(randomForest,randomForest)
importFrom(rtracklayer,export)
importFrom(stats,cor.test)
importFrom(stats,heatmap)
importFrom(stats,lm)
importFrom(stats,loess.smooth)
importFrom(stats,model.matrix)
importFrom(stats,p.adjust)
importFrom(stats,pnorm)
importFrom(stats,prcomp)
importFrom(stats,predict)
importFrom(utils,combn)
importFrom(utils,read.csv)
importFrom(utils,read.delim)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
importFrom(utils,write.csv)