forked from YuLab-SMU/DOSE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
105 lines (104 loc) · 2.84 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
# Generated by roxygen2: do not edit by hand
S3method(barplot,enrichResult)
S3method(fortify,enrichResult)
S3method(fortify,gseaResult)
export(EXTID2NAME)
export(GSEA_internal)
export(clusterSim)
export(cnetplot)
export(doSim)
export(dotplot)
export(enrichDO)
export(enrichMap)
export(enrichNCG)
export(enricher_internal)
export(geneSim)
export(gseDO)
export(gseNCG)
export(gseaplot)
export(load_OrgDb)
export(mclusterSim)
export(netplot)
export(scaleNodeColor)
export(setReadable)
export(setting.graph.attributes)
export(simplot)
export(theme_dose)
export(upsetplot)
exportClasses(enrichResult)
exportClasses(gseaResult)
exportMethods(cnetplot)
exportMethods(dotplot)
exportMethods(plot)
exportMethods(show)
exportMethods(summary)
importClassesFrom(methods,data.frame)
importFrom(DO.db,DOANCESTOR)
importFrom(DO.db,DOOFFSPRING)
importFrom(DO.db,DOPARENTS)
importFrom(DO.db,DOTERM)
importFrom(GOSemSim,combineScores)
importFrom(GOSemSim,termSim)
importFrom(ggplot2,"%+%")
importFrom(ggplot2,"%+replace%")
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,fortify)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_linerange)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggplotGrob)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,scale_color_gradient)
importFrom(ggplot2,scale_fill_continuous)
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(graphics,barplot)
importFrom(grid,grid.layout)
importFrom(grid,grid.newpage)
importFrom(grid,pushViewport)
importFrom(grid,viewport)
importFrom(igraph,"E<-")
importFrom(igraph,"V<-")
importFrom(igraph,E)
importFrom(igraph,V)
importFrom(igraph,degree)
importFrom(igraph,delete.edges)
importFrom(igraph,get.edgelist)
importFrom(igraph,graph.data.frame)
importFrom(igraph,layout.fruchterman.reingold)
importFrom(igraph,plot.igraph)
importFrom(igraph,tkplot)
importFrom(methods,new)
importFrom(methods,show)
importFrom(parallel,detectCores)
importFrom(parallel,mclapply)
importFrom(plyr,ldply)
importFrom(qvalue,qvalue)
importFrom(reshape2,melt)
importFrom(scales,cscale)
importFrom(scales,seq_gradient_pal)
importFrom(stats4,plot)
importFrom(stats4,summary)
importMethodsFrom(AnnotationDbi,columns)
importMethodsFrom(AnnotationDbi,exists)
importMethodsFrom(AnnotationDbi,get)
importMethodsFrom(AnnotationDbi,keys)
importMethodsFrom(AnnotationDbi,keytypes)
importMethodsFrom(AnnotationDbi,mget)
importMethodsFrom(AnnotationDbi,select)
importMethodsFrom(AnnotationDbi,toTable)