-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathNAMESPACE
More file actions
52 lines (51 loc) · 1.36 KB
/
NAMESPACE
File metadata and controls
52 lines (51 loc) · 1.36 KB
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
# Generated by roxygen2: do not edit by hand
export(clusterSim)
export(doSim)
export(doseSim)
export(enrichDGN)
export(enrichDGNv)
export(enrichDO)
export(enrichNCG)
export(facet_grid)
export(gene2DO)
export(geneSim)
export(get_organism)
export(gseDGN)
export(gseDO)
export(gseNCG)
export(mclusterSim)
export(simplot)
export(theme_dose)
importClassesFrom(GOSemSim,GOSemSimDATA)
importClassesFrom(enrichit,enrichResult)
importClassesFrom(enrichit,gseaResult)
importFrom(GOSemSim,combineScores)
importFrom(GOSemSim,get_organism)
importFrom(GOSemSim,termSim)
importFrom(enrichit,gsea_gson)
importFrom(enrichit,ora_gson)
importFrom(enrichit,setReadable)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_grid)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,margin)
importFrom(ggplot2,scale_fill_gradient)
importFrom(ggplot2,scale_x_discrete)
importFrom(ggplot2,scale_y_discrete)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(methods,is)
importFrom(methods,new)
importFrom(reshape2,melt)
importFrom(utils,stack)
importFrom(yulab.utils,load_OrgDb)
importFrom(yulab.utils,yulab_msg)
importMethodsFrom(AnnotationDbi,exists)
importMethodsFrom(AnnotationDbi,get)
importMethodsFrom(AnnotationDbi,toTable)