git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/DEGraph@53978 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -19,17 +19,19 @@ sourceDirectory(path) |
19 | 19 |
## get all NCI pathways |
20 | 20 |
## - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |
21 | 21 |
|
22 |
-library('NCIgraph') |
|
23 |
-path <- system.file("downloadScripts", package="NCIgraph") |
|
24 |
-sourceDirectory(path) |
|
25 |
-load(file.path('rawNCINetworks','NCI-cyList.RData')) |
|
22 |
+##library('NCIgraph') |
|
23 |
+##path <- system.file("downloadScripts", package="NCIgraph") |
|
24 |
+##sourceDirectory(path) |
|
25 |
+##load(file.path('rawNCINetworks','NCI-cyList.RData')) |
|
26 | 26 |
|
27 |
-grList <- getNCIPathways(cyList=NCI.cyList, verbose=verbose)$pList |
|
27 |
+##grList <- getNCIPathways(cyList=NCI.cyList, verbose=verbose)$pList |
|
28 | 28 |
|
29 | 29 |
## - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |
30 | 30 |
## get all KEGG pathways |
31 | 31 |
## - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |
32 |
-## grList <- getKEGGPathways(organism="hsa", metaTag="non-metabolic", verbose=verbose) |
|
32 |
+ |
|
33 |
+grList <- getKEGGPathways(organism="hsa", metaTag="non-metabolic", verbose=verbose) |
|
34 |
+ |
|
33 | 35 |
## grList <- getKEGGPathways(organism="hsa", metaTag="non-metabolic", patt="04060", verbose=verbose) |
34 | 36 |
|
35 | 37 |
## - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |