Description Usage Arguments Examples
plotGraph plots a bipartite graph
1 | plotGraph(x)
|
x |
An incidence matrix describing a bipartite graph. |
1 2 3 4 5 6 7 8 9 10 11 | data(pandaToyData)
pandaRes <- panda(pandaToyData$motif,
pandaToyData$expression,pandaToyData$ppi,hamming=.001,progress=TRUE)
topPandaRes <- topedges(pandaRes,1000)
subnet.pandaRes <- subnetwork(topPandaRes,c("AR","ARID3A","ELK1"))
plotGraph(subnet.pandaRes)
data(pandaResult)
topPandaRes <- topedges(pandaResult, 1000)
subnet.pandaRes <- subnetwork(topPandaRes,c("AR","ARID3A","ELK1"))
plotGraph(subnet.pandaRes)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.