Browse code

Added NCIgraph to Imports.

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

Pierre Neuvial authored on 23/10/2011 21:49:37
Showing 1 changed files
... ...
@@ -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)
Browse code

Adds AGDEX to the repos.

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

Marc Carlson authored on 15/10/2011 00:24:45
Showing 1 changed files
... ...
@@ -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)
Browse code

LJ: Bug fix, removed NCIgraph dependency.

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

Laurent Jacob authored on 29/03/2011 23:02:01
Showing 1 changed files
... ...
@@ -25,4 +25,4 @@ importFrom(rrcov, T2.test)
25 25
 importFrom(mvtnorm, rmvnorm)
26 26
 importFrom(RBGL,connectedComp)
27 27
 importFrom(lattice, level.colors)
28
-importFrom(NCIgraph, is.NCIgraph)
28
+## importFrom(NCIgraph, is.NCIgraph)
Browse code

LJ: Updated version for bioC 2.8 release. Changes include:

o Added support of NCI networks through the NCIgraph package.
o Updated the man page of the Loi2008 data.



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

Laurent Jacob authored on 23/03/2011 22:42:35
Showing 1 changed files
... ...
@@ -25,4 +25,4 @@ importFrom(rrcov, T2.test)
25 25
 importFrom(mvtnorm, rmvnorm)
26 26
 importFrom(RBGL,connectedComp)
27 27
 importFrom(lattice, level.colors)
28
-
28
+importFrom(NCIgraph, is.NCIgraph)
Browse code

Added package DEGraph to svn .

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

Nishant Gopalakrishnan authored on 15/10/2010 18:54:36
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,28 @@
1
+export("AN.test",
2
+       "BS.test",
3
+       "getConnectedComponentList",
4
+       "getKEGGPathways",
5
+       "getSignedGraph",
6
+       "graph.T2.test",
7
+       "hyper.test",
8
+       "laplacianFromA",
9
+       "plotValuedGraph",
10
+       "randomWAMGraph",
11
+       "testOneConnectedComponent",
12
+       "testOneGraph",
13
+       "twoSampleFromGraph",
14
+       "writeAdjacencyMatrix2KGML")
15
+
16
+## import(R.utils)
17
+import(graph)
18
+import(KEGGgraph)
19
+## importFrom(graph,subGraph, numEdges, validGraph, isDirected, removeEdge)
20
+## importFrom(KEGGGraph, parseKGML, getPathwayInfo, KEGGpathway2Graph, getTitle, getSubtype)
21
+
22
+importFrom(R.methodsS3, throw)
23
+importFrom(Rgraphviz, layoutGraph, renderGraph)
24
+importFrom(rrcov, T2.test)
25
+importFrom(mvtnorm, rmvnorm)
26
+importFrom(RBGL,connectedComp)
27
+importFrom(lattice, level.colors)
28
+