-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
61 lines (60 loc) · 1.64 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
# Generated by roxygen2: do not edit by hand
export(clusterMotifs)
export(countClusterMatches)
export(countPwmMatches)
export(getClusterMatches)
export(getPwmMatches)
export(makeRMRanges)
export(plotMatchPos)
export(simSeq)
export(testClusterEnrich)
export(testClusterPos)
export(testMotifEnrich)
export(testMotifPos)
exportMethods(makeRMRanges)
import(Biostrings)
import(GenomicRanges)
import(ggplot2)
importClassesFrom(universalmotif,universalmotif)
importFrom(GenomeInfoDb,seqinfo)
importFrom(IRanges,DataFrameList)
importFrom(IRanges,IRanges)
importFrom(IRanges,IRangesList)
importFrom(IRanges,Views)
importFrom(IRanges,findOverlaps)
importFrom(IRanges,overlapsAny)
importFrom(IRanges,width)
importFrom(S4Vectors,"mcols<-")
importFrom(S4Vectors,DataFrame)
importFrom(S4Vectors,mcols)
importFrom(S4Vectors,queryHits)
importFrom(S4Vectors,splitAsList)
importFrom(S4Vectors,subjectHits)
importFrom(graphics,abline)
importFrom(harmonicmeanp,p.hmp)
importFrom(matrixStats,colSds)
importFrom(methods,as)
importFrom(methods,is)
importFrom(methods,slot)
importFrom(parallel,mclapply)
importFrom(patchwork,plot_layout)
importFrom(rlang,"!!")
importFrom(rlang,sym)
importFrom(stats,as.dendrogram)
importFrom(stats,as.dist)
importFrom(stats,as.formula)
importFrom(stats,binom.test)
importFrom(stats,cutree)
importFrom(stats,dist)
importFrom(stats,glm)
importFrom(stats,hclust)
importFrom(stats,p.adjust)
importFrom(stats,pchisq)
importFrom(stats,phyper)
importFrom(stats,poisson.test)
importFrom(stats,quasipoisson)
importFrom(stats,setNames)
importFrom(stats,xtabs)
importFrom(universalmotif,compare_motifs)
importFrom(universalmotif,convert_type)
importFrom(universalmotif,create_motif)