git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/DEGraph@65494 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.9.0 |
|
4 |
-Date: 2011-10-23 |
|
3 |
+Version: 1.9.1 |
|
4 |
+Date: 2012-04-27 |
|
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 |
... | ... |
@@ -19,4 +19,4 @@ LazyLoad: yes |
19 | 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 |
-biocViews: Microarray, Bioinformatics, DifferentialExpression, GraphsAndNetworks |
|
22 |
+biocViews: Microarray, DifferentialExpression, GraphsAndNetworks, NetworkAnalysis, NetworkEnrichment |