git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ROntoTools@87035 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -1,31 +1,16 @@ |
1 | 1 |
Package: ROntoTools |
2 | 2 |
Type: Package |
3 | 3 |
Title: R Onto-Tools suite |
4 |
-Version: 1.3.1 |
|
5 |
-Author: Calin Voichita <calin@wayne.edu> and Sorin Draghici <sorin@wayne.edu> |
|
4 |
+Version: 1.3.2 |
|
5 |
+Author: Calin Voichita <calin@wayne.edu> and Sorin Draghici |
|
6 |
+ <sorin@wayne.edu> |
|
6 | 7 |
Maintainer: Calin Voichita <calin@wayne.edu> |
7 | 8 |
Description: Suite of tools for functional analysis |
8 |
-biocViews: NetworkAnalysis, Microarray, GraphsAndNetworks |
|
9 | 9 |
License: GPL (>= 3) |
10 |
-Depends: |
|
11 |
- methods, |
|
12 |
- graph, |
|
13 |
- boot, |
|
14 |
- KEGGREST, |
|
15 |
- KEGGgraph, |
|
16 |
- Rgraphviz |
|
17 |
-Suggests: |
|
18 |
- RUnit, |
|
19 |
- BiocGenerics |
|
20 |
-Collate: |
|
21 |
- 'pathwayExpress.R' |
|
22 |
- 'utils.R' |
|
23 |
- 'graphWeights.R' |
|
24 |
- 'keggDataREST.R' |
|
25 |
- 'AllClasses.R' |
|
26 |
- 'AllGenerics.R' |
|
27 |
- 'nodeWeights-methods.R' |
|
28 |
- 'pePathway-utils.R' |
|
29 |
- 'Summary-methods.R' |
|
30 |
- 'plot-methods.R' |
|
31 |
- 'renderInfo-methods.R' |
|
10 |
+Depends: methods, graph, boot, KEGGREST, KEGGgraph, Rgraphviz |
|
11 |
+Suggests: RUnit, BiocGenerics |
|
12 |
+Collate: 'pathwayExpress.R' 'utils.R' 'graphWeights.R' 'keggDataREST.R' |
|
13 |
+ 'AllClasses.R' 'AllGenerics.R' 'nodeWeights-methods.R' |
|
14 |
+ 'pePathway-utils.R' 'Summary-methods.R' 'plot-methods.R' |
|
15 |
+ 'renderInfo-methods.R' |
|
16 |
+biocViews: Network, Microarray, GraphAndNetwork |