render.significant.cliques {topologyGSA} | R Documentation |
Graphical display of the significant cliques
Description
This function highlights the significant cliques on the moralized and triangulated graph. Different colors correspond to different values of -log(pvalue)
Usage
render.significant.cliques(info, alpha)
Arguments
info |
the result of |
alpha |
p-value cutoff to define significant cliques |
References
Massa, M.S., Chiogna, M., Romualdi, C. (2010). Gene set analysis exploiting the topology of a pathway. BMC Systems Biology, 4:121 https://bmcsystbiol.biomedcentral.com/articles/10.1186/1752-0509-4-121
See Also
clique.var.test
, clique.mean.test
.
Examples
data(examples)
info <- clique.var.test(y1, y2, dag_bcell, 0.1)
## Not run: render.significant.cliques(info)
[Package topologyGSA version 1.5.0 Index]