Description Usage Arguments Value Author(s) Examples
View source: R/visualizeBiopax.R
This function calculates the overlap of supplied graph1 with graph2. Layout and weights of graph1 are kept.
1 | calcGraphOverlap(graph1, graph2)
|
graph1 |
graphNEL |
graph2 |
graphNEL |
Returns a list containing the compared graphs and edge- and node-wise overlap between them.
Frank Kramer
1 2 3 4 5 6 7 | # load data
data(biopaxexample)
pwid1 = "pid_p_100002_wntpathway"
pwid2 = "pid_p_100146_hespathway"
mygraph1 = pathway2RegulatoryGraph(biopax, pwid1)
mygraph2 = pathway2RegulatoryGraph(biopax, pwid2)
calcGraphOverlap(mygraph1,mygraph2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.