-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathNAMESPACE
143 lines (142 loc) · 3.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
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
143
# Generated by roxygen2: do not edit by hand
export(AAmotifAlignment)
export(DNAmotifAlignment)
export(DNAmotifToRNAmotif)
export(GeomMotif)
export(browseMotifs)
export(browseMotifsOutput)
export(clusterMotifs)
export(colorset)
export(geom_motif)
export(getRankedUniqueMotifs)
export(highlightCol)
export(importMatrix)
export(matalign)
export(mergeMotifs)
export(motifCircos)
export(motifCloud)
export(motifGrob)
export(motifHclust)
export(motifPiles)
export(motifSignature)
export(motifStack)
export(pfm2pwm)
export(plotAffinityLogo)
export(plotMotifLogo)
export(plotMotifLogoA)
export(plotMotifLogoStack)
export(plotMotifLogoStackWithTree)
export(plotMotifOverMotif)
export(plotMotifStackWithPhylog)
export(plotMotifStackWithRadialPhylog)
export(readPCM)
export(renderbrowseMotifs)
export(reorderUPGMAtree)
exportClasses(marker)
exportClasses(motifSig)
exportClasses(ouNode)
exportClasses(pcm)
exportClasses(pfm)
exportClasses(psam)
exportClasses(pssm)
exportMethods(`$<-`)
exportMethods(`$`)
exportMethods(addBlank)
exportMethods(as.data.frame)
exportMethods(coerce)
exportMethods(format)
exportMethods(frequence)
exportMethods(getIC)
exportMethods(matrixReverseComplement)
exportMethods(nodelist)
exportMethods(pcm2pfm)
exportMethods(pcm2pssm)
exportMethods(plot)
exportMethods(sigColor)
exportMethods(signatures)
exportMethods(trimMotif)
import(methods)
importFrom(Biostrings,PWM)
importFrom(XML,xmlParse)
importFrom(XML,xmlToList)
importFrom(ade4,hclust2phylog)
importFrom(ade4,scatterutil.eti)
importFrom(ggplot2,Geom)
importFrom(ggplot2,aes)
importFrom(ggplot2,ggproto)
importFrom(ggplot2,layer)
importFrom(grDevices,col2rgb)
importFrom(grDevices,dev.off)
importFrom(grDevices,dev.size)
importFrom(grDevices,grey)
importFrom(grDevices,rainbow)
importFrom(grDevices,rgb)
importFrom(grDevices,svg)
importFrom(graphics,abline)
importFrom(graphics,box)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot.default)
importFrom(graphics,plot.new)
importFrom(graphics,plot.window)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,rect)
importFrom(graphics,segments)
importFrom(graphics,strheight)
importFrom(graphics,strwidth)
importFrom(graphics,symbols)
importFrom(graphics,text)
importFrom(grid,arrow)
importFrom(grid,convertHeight)
importFrom(grid,convertUnit)
importFrom(grid,gList)
importFrom(grid,gTree)
importFrom(grid,gpar)
importFrom(grid,grid.draw)
importFrom(grid,grid.lines)
importFrom(grid,grid.newpage)
importFrom(grid,grid.points)
importFrom(grid,grid.polygon)
importFrom(grid,grid.rect)
importFrom(grid,grid.segments)
importFrom(grid,grid.text)
importFrom(grid,grid.xaxis)
importFrom(grid,linesGrob)
importFrom(grid,plotViewport)
importFrom(grid,pointsGrob)
importFrom(grid,polygonGrob)
importFrom(grid,popViewport)
importFrom(grid,pushViewport)
importFrom(grid,rectGrob)
importFrom(grid,segmentsGrob)
importFrom(grid,stringHeight)
importFrom(grid,stringWidth)
importFrom(grid,textGrob)
importFrom(grid,unit)
importFrom(grid,viewport)
importFrom(grid,xaxisGrob)
importFrom(grid,yaxisGrob)
importFrom(htmlwidgets,createWidget)
importFrom(htmlwidgets,shinyRenderWidget)
importFrom(htmlwidgets,shinyWidgetOutput)
importFrom(stats,cor)
importFrom(stats,cor.test)
importFrom(stats,dist)
importFrom(stats,hclust)
importFrom(stats,loess)
importFrom(stats,median)
importFrom(stats,predict)
importFrom(stats,rgamma)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats4,plot)
importFrom(utils,combn)
importFrom(utils,install.packages)
importFrom(utils,read.delim)
importFrom(utils,read.table)
importMethodsFrom(TFBSTools,Matrix)
importMethodsFrom(TFBSTools,bg)
importMethodsFrom(TFBSTools,name)
importMethodsFrom(TFBSTools,tags)