################################################### ### chunk number 1: lkkog ################################################### #line 61 "vignettes/keggorthology/inst/doc/keggorth.Rnw" library(keggorthology) library(graph) data(KOgraph) KOgraph nodes(KOgraph)[1:5] ################################################### ### chunk number 2: lkr ################################################### #line 69 "vignettes/keggorthology/inst/doc/keggorth.Rnw" adj(KOgraph, nodes(KOgraph)[1]) ################################################### ### chunk number 3: lkpa ################################################### #line 77 "vignettes/keggorthology/inst/doc/keggorth.Rnw" library(RBGL) sp.between(KOgraph, nodes(KOgraph)[1], "PPAR signaling pathway") ################################################### ### chunk number 4: lkta ################################################### #line 84 "vignettes/keggorthology/inst/doc/keggorth.Rnw" nodeData(KOgraph,,"tag")[1:5] ################################################### ### chunk number 5: lkde ################################################### #line 88 "vignettes/keggorthology/inst/doc/keggorth.Rnw" nodeData(KOgraph,,"depth")[1:5] ################################################### ### chunk number 6: lkd ################################################### #line 98 "vignettes/keggorthology/inst/doc/keggorth.Rnw" getKOtags("insulin") ################################################### ### chunk number 7: lkp ################################################### #line 104 "vignettes/keggorthology/inst/doc/keggorth.Rnw" library(hgu95av2.db) mp = getKOprobes("Methionine") library(ALL) data(ALL) ALL[mp,] ################################################### ### chunk number 8: lksi ################################################### #line 124 "vignettes/keggorthology/inst/doc/keggorth.Rnw" sessionInfo()