-
Notifications
You must be signed in to change notification settings - Fork 10
/
NAMESPACE
52 lines (51 loc) · 1.46 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
# Generated by roxygen2: do not edit by hand
export(cnetplot)
export(dotplot)
export(emapplot)
export(enrichPathway)
export(geneID)
export(geneInCategory)
export(gsePathway)
export(gseaplot)
export(gson_Reactome)
export(heatplot)
export(ridgeplot)
export(viewPathway)
importClassesFrom(DOSE,enrichResult)
importClassesFrom(DOSE,gseaResult)
importFrom(DOSE,EXTID2NAME)
importFrom(DOSE,geneID)
importFrom(DOSE,geneInCategory)
importFrom(DOSE,setReadable)
importFrom(enrichplot,cnetplot)
importFrom(enrichplot,dotplot)
importFrom(enrichplot,emapplot)
importFrom(enrichplot,gseaplot)
importFrom(enrichplot,heatplot)
importFrom(enrichplot,ridgeplot)
importFrom(ggplot2,aes_)
importFrom(ggplot2,scale_color_continuous)
importFrom(ggplot2,scale_size)
importFrom(ggplot2,theme_void)
importFrom(ggraph,geom_edge_link)
importFrom(ggraph,geom_node_point)
importFrom(ggraph,geom_node_text)
importFrom(ggraph,ggraph)
importFrom(graphite,convertIdentifiers)
importFrom(graphite,pathwayGraph)
importFrom(gson,gson)
importFrom(igraph,"E<-")
importFrom(igraph,"V<-")
importFrom(igraph,E)
importFrom(igraph,V)
importFrom(igraph,as.undirected)
importFrom(igraph,igraph.from.graphNEL)
importFrom(reactome.db,reactomeEXTID2PATHID)
importFrom(reactome.db,reactomePATHID2EXTID)
importFrom(reactome.db,reactomePATHID2NAME)
importFrom(utils,stack)
importFrom(yulab.utils,yulab_msg)
importMethodsFrom(AnnotationDbi,as.list)
importMethodsFrom(AnnotationDbi,keys)
importMethodsFrom(DOSE,show)
importMethodsFrom(DOSE,summary)