-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathNAMESPACE
142 lines (141 loc) · 4.1 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
135
136
137
138
139
140
141
142
# Generated by roxygen2: do not edit by hand
export(annoSeqlogo)
export(bin)
export(calcBinnedKmerEnr)
export(calcBinnedMotifEnrHomer)
export(calcBinnedMotifEnrR)
export(dumpJaspar)
export(findHomer)
export(findMotifHits)
export(getColsByBin)
export(getKmerFreq)
export(getZeroBin)
export(homerToPFMatrixList)
export(motifKmerSimilarity)
export(motifSimilarity)
export(parseHomerOutput)
export(plotBinDensity)
export(plotBinDiagnostics)
export(plotBinHist)
export(plotBinScatter)
export(plotMotifHeatmaps)
export(plotSelectionProb)
export(plotStabilityPaths)
export(prepareHomer)
export(randLassoStabSel)
export(sampleRandomRegions)
export(seqLogoGrob)
export(setZeroBin)
importFrom(BSgenome,getSeq)
importFrom(BiocGenerics,sort)
importFrom(BiocGenerics,strand)
importFrom(BiocGenerics,width)
importFrom(BiocParallel,SerialParam)
importFrom(BiocParallel,bplapply)
importFrom(BiocParallel,bpnworkers)
importFrom(Biostrings,DNAStringSet)
importFrom(Biostrings,DNA_ALPHABET)
importFrom(Biostrings,DNA_BASES)
importFrom(Biostrings,alphabetFrequency)
importFrom(Biostrings,fasta.seqlengths)
importFrom(Biostrings,matchPWM)
importFrom(Biostrings,oligonucleotideFrequency)
importFrom(Biostrings,reverseComplement)
importFrom(ComplexHeatmap,AnnotationFunction)
importFrom(ComplexHeatmap,Heatmap)
importFrom(ComplexHeatmap,HeatmapAnnotation)
importFrom(ComplexHeatmap,add_heatmap)
importFrom(ComplexHeatmap,rowAnnotation)
importFrom(ComplexHeatmap,subset_gp)
importFrom(GenomeInfoDb,seqlengths)
importFrom(GenomeInfoDb,seqlevels)
importFrom(GenomeInfoDb,seqnames)
importFrom(GenomicRanges,"end<-")
importFrom(GenomicRanges,GRanges)
importFrom(GenomicRanges,end)
importFrom(GenomicRanges,findOverlaps)
importFrom(GenomicRanges,seqnames)
importFrom(GenomicRanges,sort)
importFrom(GenomicRanges,start)
importFrom(GenomicRanges,strand)
importFrom(GenomicRanges,width)
importFrom(IRanges,IRanges)
importFrom(IRanges,start)
importFrom(IRanges,width)
importFrom(RSQLite,SQLite)
importFrom(RSQLite,dbConnect)
importFrom(RSQLite,dbDisconnect)
importFrom(S4Vectors,DataFrame)
importFrom(S4Vectors,Rle)
importFrom(S4Vectors,isEmpty)
importFrom(S4Vectors,mcols)
importFrom(S4Vectors,metadata)
importFrom(S4Vectors,queryHits)
importFrom(S4Vectors,split)
importFrom(S4Vectors,subjectHits)
importFrom(SummarizedExperiment,SummarizedExperiment)
importFrom(SummarizedExperiment,assay)
importFrom(SummarizedExperiment,assayNames)
importFrom(SummarizedExperiment,colData)
importFrom(SummarizedExperiment,rowData)
importFrom(TFBSTools,ID)
importFrom(TFBSTools,Matrix)
importFrom(TFBSTools,PFMatrix)
importFrom(TFBSTools,PFMatrixList)
importFrom(TFBSTools,PWMatrix)
importFrom(TFBSTools,PWMatrixList)
importFrom(TFBSTools,getMatrixSet)
importFrom(TFBSTools,name)
importFrom(TFBSTools,toPWM)
importFrom(XVector,subseq)
importFrom(circlize,colorRamp2)
importFrom(glmnet,glmnet)
importFrom(glmnet,predict.glmnet)
importFrom(grDevices,colorRampPalette)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,barplot)
importFrom(graphics,hist)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,matplot)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,rect)
importFrom(graphics,rug)
importFrom(graphics,segments)
importFrom(graphics,text)
importFrom(grid,gpar)
importFrom(grid,grid.draw)
importFrom(grid,grid.rect)
importFrom(grid,polygonGrob)
importFrom(grid,popViewport)
importFrom(grid,pushViewport)
importFrom(grid,unit)
importFrom(grid,viewport)
importFrom(methods,.valueClassTest)
importFrom(methods,as)
importFrom(methods,existsMethod)
importFrom(methods,is)
importFrom(methods,show)
importFrom(stabs,stabsel)
importFrom(stats,cor)
importFrom(stats,density)
importFrom(stats,dist)
importFrom(stats,fisher.test)
importFrom(stats,hclust)
importFrom(stats,kmeans)
importFrom(stats,median)
importFrom(stats,model.matrix)
importFrom(stats,p.adjust)
importFrom(stats,pbinom)
importFrom(stats,ppois)
importFrom(stats,quantile)
importFrom(stats,runif)
importFrom(tools,file_path_as_absolute)
importFrom(utils,getFromNamespace)
importFrom(utils,read.delim)
importFrom(utils,read.table)
importFrom(utils,strcapture)
importFrom(utils,write.table)
importFrom(vioplot,vioplot)