powered by
Apply centrality-extended ORA on a single pathway
cepa.ora(dif, pc, bk = NULL, pathway = NULL, id = NULL, cen = "equal.weight", cen.name = if(is.function(cen)) deparse(substitute(cen)) else if(mode(cen) == "name") deparse(cen) else cen, iter = 1000)
A cepa class object
cepa
differential gene list
a pathway.catalogue class object
pathway.catalogue
background gene list. If background gene list are not specified, use whole human genes
igraph object or edge list
igraph
identify which pathway in the catalogue
centrality measuments, it can ce a string, function, or function that has been quoted
centrality measurement names. This argument should be set if the cen is a function.
cen
number of simulations
Zuguang Gu <z.gu@dkfz.de>
The function is always called by cepa.ora.all. But you can still use it if you realy want to analysis just one pathway under one centrality.
cepa.ora.all
cepa.all
if (FALSE) { data(PID.db) # ORA extension data(gene.list) # will spend about 20 min res.ora = cepa(dif = gene.list$dif, bk = gene.list$bk, pc = PID.db$NCI, id = 2) }
Run the code above in your browser using DataLab