**** see input-dishes.txt

 (displayDishnet RKB graphics2d allDish)
 

(createDefSorts JSONB/sorts.json ALLOPS)

(createDefSorts JSONB/datumsorts.json ALLOPS)


(show notes tval dish allDish) 
(show val tval dish allDish) 

(Dishes2Json RKB QQQ)

(savePNet pnet3 erks-act-subnet erks-act-subnet.json)
(savePNet pnet11 tbp-gene-on-subnet tbp-gene-on-subnet.json)
(savePNet pnet3 Egf2Hras Egf2Hras.json)

(displayUnreachable RKB graphics2d)
(g2dexe graphics2d  (apply setGlycanLabelsKB "RKB"))


*** what is going on
(show control)
(show requests)
(show wait4s)
(show log)
(show summary)

(reset control)
(reset wait4s)
(graphics2d OK)

**** coloring by location
(g2dexe graphics2d (apply colorLoc "graph2" "TnfR1C"))
(g2dexe graphics2d (apply colorLoc "graph2" "EgfRC"))
(g2dexe graphics2d (apply restoreColor "graph2"))

**** turn on IOP/g2d VERBOSITY
 (g2dexe graphics2d (supdate "g2d.util.ActorMsg" "VERBOSE" (boolean true)))
 (g2dexe graphics2d (supdate "g2d.Main" "DEBUG" (boolean true)))

**** turn off IOP/g2d VERBOSITY
 (g2dexe graphics2d (supdate "g2d.util.ActorMsg" "VERBOSE" (boolean false)))
 (g2dexe graphics2d (supdate "g2d.Main" "DEBUG" (boolean false)))

(g2dexe graphics2d (supdate "g2d.graph.Dot" "dotDebug" (boolean true)))

**** saving LoLa input  (by turning on loladebug)
(g2dexe graphics2d (seq (define lolaDebug (boolean true)) (invoke java.lang.System.err "println" (concat "lolaDebug = " lolaDebug))))

**** by turning off loladebug
(g2dexe graphics2d (seq (define lolaDebug (boolean false)) (invoke java.lang.System.err "println" (concat "lolaDebug = " lolaDebug))))


**** geting the exploration history  -- replace ? by the xpnet id
(show note history tval xnet xpnet?)

**** showing bits
(show notes gval graph1)
(show note selections gval graph2)
(show entry gval graph1)
(show val gval graph1)
(show val sval globalCounter)

**** saving a net and its graph 
**** the show is a check that you have the right net/graph ids
(show note source tval pnet pnet1)

(save eset.txt C eset)
(save log.txt C log)

**** save net of type <nettype> with id <pname> in <filename>
(save <filename> C entry tval <nettype> <pname>)

*** null, "stub", "stub_alt", "dep"
(define generateRMPAllPathsAlgorithm "stub")

(setAttr (fetch "graph4") "rmpAllPaths" (object null))

(supdate "rmp.RMPHelper" "abort" (boolean true))

(supdate "rmp.RMPHelper" "abort" (boolean false))
