-
Notifications
You must be signed in to change notification settings - Fork 256
/
NAMESPACE
184 lines (183 loc) · 4.6 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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
# Generated by roxygen2: do not edit by hand
S3method("[",compareClusterResult)
S3method("[[",compareClusterResult)
S3method(arrange,compareClusterResult)
S3method(arrange,enrichResult)
S3method(arrange,gseaResult)
S3method(as.data.frame,compareClusterResult)
S3method(as.data.frame,groupGOResult)
S3method(dim,compareClusterResult)
S3method(filter,compareClusterResult)
S3method(filter,enrichResult)
S3method(filter,gseaResult)
S3method(geneID,groupGOResult)
S3method(geneInCategory,groupGOResult)
S3method(group_by,compareClusterResult)
S3method(group_by,enrichResult)
S3method(group_by,gseaResult)
S3method(head,compareClusterResult)
S3method(mutate,compareClusterResult)
S3method(mutate,enrichResult)
S3method(mutate,gseaResult)
S3method(rename,compareClusterResult)
S3method(rename,enrichResult)
S3method(rename,gseaResult)
S3method(select,compareClusterResult)
S3method(select,enrichResult)
S3method(select,gseaResult)
S3method(slice,compareClusterResult)
S3method(slice,enrichResult)
S3method(slice,gseaResult)
S3method(summarise,compareClusterResult)
S3method(summarise,enrichResult)
S3method(summarise,gseaResult)
S3method(tail,compareClusterResult)
export("%<>%")
export("%>%")
export(GSEA)
export(Gff2GeneTable)
export(append_kegg_category)
export(arrange)
export(bitr)
export(bitr_kegg)
export(browseKEGG)
export(buildGOmap)
export(cnetplot)
export(compareCluster)
export(dotplot)
export(download_KEGG)
export(dropGO)
export(emapplot)
export(enrichDAVID)
export(enrichDO)
export(enrichGO)
export(enrichKEGG)
export(enrichMKEGG)
export(enrichPC)
export(enrichWP)
export(enricher)
export(filter)
export(geneID)
export(geneInCategory)
export(getPPI)
export(getTaxID)
export(getTaxInfo)
export(get_wp_organisms)
export(go2ont)
export(go2term)
export(gofilter)
export(goplot)
export(groupGO)
export(group_by)
export(gseDO)
export(gseGO)
export(gseKEGG)
export(gseMKEGG)
export(gsePC)
export(gseWP)
export(gseaplot)
export(gsfilter)
export(gson_GO)
export(gson_KEGG)
export(gson_KEGG_mapper)
export(gson_WP)
export(heatplot)
export(idType)
export(ko2name)
export(merge_result)
export(mutate)
export(n)
export(plotGOgraph)
export(read.blast2go)
export(read.gaf)
export(read.gmt)
export(read.gmt.pc)
export(read.gmt.wp)
export(rename)
export(ridgeplot)
export(search_kegg_organism)
export(select)
export(setReadable)
export(slice)
export(summarise)
export(uniprot_get)
exportClasses(groupGOResult)
exportMethods(simplify)
importClassesFrom(DOSE,compareClusterResult)
importClassesFrom(DOSE,enrichResult)
importClassesFrom(DOSE,gseaResult)
importClassesFrom(methods,data.frame)
importFrom(AnnotationDbi,Ontology)
importFrom(AnnotationDbi,as.list)
importFrom(AnnotationDbi,keys)
importFrom(AnnotationDbi,keytypes)
importFrom(AnnotationDbi,toTable)
importFrom(DOSE,enrichDO)
importFrom(DOSE,geneID)
importFrom(DOSE,geneInCategory)
importFrom(DOSE,gseDO)
importFrom(DOSE,gsfilter)
importFrom(DOSE,setReadable)
importFrom(GO.db,GOBPCHILDREN)
importFrom(GO.db,GOCCCHILDREN)
importFrom(GO.db,GOMFCHILDREN)
importFrom(GO.db,GOTERM)
importFrom(GOSemSim,buildGOmap)
importFrom(GOSemSim,godata)
importFrom(GOSemSim,load_OrgDb)
importFrom(GOSemSim,mgoSim)
importFrom(GOSemSim,read.blast2go)
importFrom(GOSemSim,read.gaf)
importFrom(dplyr,arrange)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,summarise)
importFrom(enrichplot,cnetplot)
importFrom(enrichplot,dotplot)
importFrom(enrichplot,emapplot)
importFrom(enrichplot,goplot)
importFrom(enrichplot,gseaplot)
importFrom(enrichplot,heatplot)
importFrom(enrichplot,ridgeplot)
importFrom(gson,gson)
importFrom(gson,read.gmt)
importFrom(gson,read.gmt.wp)
importFrom(magrittr,"%<>%")
importFrom(magrittr,"%>%")
importFrom(methods,is)
importFrom(methods,new)
importFrom(plyr,dlply)
importFrom(plyr,ldply)
importFrom(plyr,llply)
importFrom(qvalue,qvalue)
importFrom(rlang,"%||%")
importFrom(rlang,.data)
importFrom(rlang,check_installed)
importFrom(rlang,quos)
importFrom(stats,formula)
importFrom(stats,setNames)
importFrom(tidyr,gather)
importFrom(tidyr,separate)
importFrom(utils,browseURL)
importFrom(utils,citation)
importFrom(utils,head)
importFrom(utils,installed.packages)
importFrom(utils,modifyList)
importFrom(utils,packageDescription)
importFrom(utils,read.table)
importFrom(utils,stack)
importFrom(utils,str)
importFrom(utils,tail)
importFrom(yulab.utils,get_fun_from_pkg)
importFrom(yulab.utils,is.installed)
importFrom(yulab.utils,yread)
importFrom(yulab.utils,yread_tsv)
importMethodsFrom(AnnotationDbi,mappedkeys)
importMethodsFrom(AnnotationDbi,mget)
importMethodsFrom(DOSE,show)
importMethodsFrom(DOSE,summary)