Browse code

modify to new biocViews to DESCRIPTION file

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/DEGraph@87035 bc3139a8-67e5-0310-9ffc-ced21a209358

Sonali Arora authored on 04/03/2014 22:12:21
Showing 1 changed files

... ...
@@ -1,22 +1,25 @@
1 1
 Package: DEGraph
2 2
 Title: Two-sample tests on a graph
3
-Version: 1.15.1
3
+Version: 1.15.2
4 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
-Description: DEGraph implements recent hypothesis testing methods
8
-  which directly assess whether a particular gene network is
9
-  differentially expressed between two conditions. This is to be
10
-  contrasted with the more classical two-step approaches which first
11
-  test individual genes, then test gene sets for enrichment in
12
-  differentially expressed genes. These recent methods take into
13
-  account the topology of the network to yield more powerful detection
14
-  procedures. DEGraph provides methods to easily test all KEGG 
15
-  pathways for differential expression on any gene expression data set
16
-  and tools to visualize the results.
7
+Description: DEGraph implements recent hypothesis testing methods which
8
+        directly assess whether a particular gene network is
9
+        differentially expressed between two conditions. This is to be
10
+        contrasted with the more classical two-step approaches which
11
+        first test individual genes, then test gene sets for enrichment
12
+        in differentially expressed genes. These recent methods take
13
+        into account the topology of the network to yield more powerful
14
+        detection procedures. DEGraph provides methods to easily test
15
+        all KEGG pathways for differential expression on any gene
16
+        expression data set 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, NCIgraph
20
-Suggests: corpcor, fields, graph, KEGGgraph, lattice, marray, RBGL, rrcov, Rgraphviz, NCIgraph
19
+Imports: graph, KEGGgraph, lattice, mvtnorm, R.methodsS3, RBGL,
20
+        Rgraphviz, rrcov, NCIgraph
21
+Suggests: corpcor, fields, graph, KEGGgraph, lattice, marray, RBGL,
22
+        rrcov, Rgraphviz, NCIgraph
21 23
 Depends: R (>= 2.10.0), R.utils
22
-biocViews: Microarray, DifferentialExpression, GraphsAndNetworks, NetworkAnalysis, NetworkEnrichment
24
+biocViews: Microarray, DifferentialExpression, GraphAndNetwork,
25
+        Network, NetworkEnrichment