-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
99 lines (86 loc) · 2.47 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
import(methods)
importClassesFrom(graph, graph)
importFrom(utils,"download.file")
importFrom(XML,
"xmlAttrs", "xmlChildren", "xmlName",
"xmlRoot", "xmlTreeParse", "xmlErrorCumulator")
importFrom("graphics", "par", "segments", "text")
importFrom("utils", "data")
importMethodsFrom(graph, ugraph)
importFrom(graph, "edges", "nodes<-", "nodes", "edgeData","nodeData",
nodeDataDefaults, edgeDataDefaults,
"nodeDataDefaults<-", "edgeDataDefaults<-",
numEdges, numNodes, plot, subGraph, inEdges,
addNode, ftM2graphNEL,
"nodeRenderInfo<-", "edgeRenderInfo<-")
importFrom(RCurl, url.exists)
importFrom("Rgraphviz", "layoutGraph", "renderGraph")
## exports
export(subGraph,
nodes, edges,
edgeData, nodeData,
ugraph, numEdges, numNodes, plot, subGraph,
inEdges,
"nodes<-")
exportMethods("getDisplayName",
"getEntryID",
"getKEGGID",
"getKEGGgeneLink",
"getType",
"getName",
"getSubtype",
"getValue",
"getTitle",
"getComponent",
"getPathwayInfo",
"getReactions",
"getKEGGgeneLink",
"subtypeDisplay",
"getSubstrate",
"getProduct",
"show")
export(translateKEGGID2GeneID,
translateGeneID2KEGGID,
translateKEGGgraph)
export(graphDensity,
mergeGraphs,
mergeKEGGgraphs,
randomSubGraph,
subKEGGgraph,
subGraphByNodeType,
getRgraphvizEdgeNames,
getKEGGnodeData,
getKEGGedgeData,
neighborhood,
queryKEGGsubgraph)
export(getKGMLurl,
retrieveKGML,
kgmlFileName2PathwayName,
parseKGML,
KEGGpathway2Graph,
parseKGML2Graph,
KEGGpathway2reactionGraph,
parseKGML2DataFrame,
parseKGMLexpandMaps,
splitKEGGgroup,
expandKEGGPathway)
export(parsePathwayInfo,
parseEntry,
parseRelation,
parseReaction,
getEntryID)
export(pvalue2asterisk,
getNamedElement,
isHomoList,
plotKEGGgraph,
KEGGgraphLegend)
exportClasses("KEGGEdge",
"KEGGGroup",
"KEGGNode",
"KEGGPathwayInfo",
"KEGGReaction",
"KEGGEdgeSubType",
"KEGGGraphics",
"KEGGPathway",
"KEGGPathwayInfo")
##export("KEGGEdgeSubtype")