data(nciTable)
data(idmap)
## what the input looks like:
head(nciTable)
## create a SigObject. use the saveFile parameter for reuse.
# \donttest{
nciH <- makeGPS(pathwayTable = load_data("nciTable"))
ils <- grep("^IL", idmap[, "Symbol"], value = TRUE)
ilnci <- sigora(queryList = ils, GPSrepo = nciH, level = 3)
# }
Run the code above in your browser using DataLab