Description Usage Arguments Value Examples
View source: R/algorithm_functions.R
plotGraph plots a bipartite graph
| 1 | plotGraph(x)
 | 
| x | an object of class "panda" | 
An matrix describing the subsetted bipartite network.
| 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.