git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/DEGraph@59257 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -19,6 +19,10 @@ import(KEGGgraph) |
19 | 19 |
## importFrom(graph,subGraph, numEdges, validGraph, isDirected, removeEdge) |
20 | 20 |
## importFrom(KEGGGraph, parseKGML, getPathwayInfo, KEGGpathway2Graph, getTitle, getSubtype) |
21 | 21 |
|
22 |
+##importFrom(KEGGGraph, getKEGGedgeData) |
|
23 |
+ |
|
24 |
+##importFrom(graph, edgeData) |
|
25 |
+ |
|
22 | 26 |
importFrom(R.methodsS3, throw) |
23 | 27 |
importFrom(Rgraphviz, layoutGraph, renderGraph) |
24 | 28 |
importFrom(rrcov, T2.test) |