git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/DEGraph@59584 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -1,7 +1,7 @@ |
1 | 1 |
Package: DEGraph |
2 | 2 |
Title: Two-sample tests on a graph |
3 |
-Version: 1.5.2 |
|
4 |
-Date: 2011-10-18 |
|
3 |
+Version: 1.5.3 |
|
4 |
+Date: 2011-10-23 |
|
5 | 5 |
Author: Laurent Jacob, Pierre Neuvial and Sandrine Dudoit |
6 | 6 |
Maintainer: Laurent Jacob <laurent.jacob@gmail.com> |
7 | 7 |
Description: DEGraph implements recent hypothesis testing methods |
... | ... |
@@ -16,7 +16,7 @@ Description: DEGraph implements recent hypothesis testing methods |
16 | 16 |
and tools to visualize the results. |
17 | 17 |
License: GPL-3 |
18 | 18 |
LazyLoad: yes |
19 |
-Imports: graph, KEGGgraph, lattice, mvtnorm, R.methodsS3, RBGL, Rgraphviz, rrcov |
|
19 |
+Imports: graph, KEGGgraph, lattice, mvtnorm, R.methodsS3, RBGL, Rgraphviz, rrcov, NCIgraph |
|
20 | 20 |
Suggests: corpcor, fields, graph, KEGGgraph, lattice, marray, RBGL, rrcov, Rgraphviz, NCIgraph |
21 | 21 |
Depends: R (>= 2.10.0), R.utils |
22 | 22 |
biocViews: Microarray, Bioinformatics, DifferentialExpression, GraphsAndNetworks |
... | ... |
@@ -18,7 +18,7 @@ import(graph) |
18 | 18 |
import(KEGGgraph) |
19 | 19 |
## importFrom(graph,subGraph, numEdges, validGraph, isDirected, removeEdge) |
20 | 20 |
## importFrom(KEGGGraph, parseKGML, getPathwayInfo, KEGGpathway2Graph, getTitle, getSubtype) |
21 |
- |
|
21 |
+importFrom(NCIgraph, is.NCIgraph) |
|
22 | 22 |
##importFrom(KEGGGraph, getKEGGedgeData) |
23 | 23 |
|
24 | 24 |
##importFrom(graph, edgeData) |