plot.panda {pandaR} | R Documentation |
summarizes the results of a PANDA analysis
plot.panda(x, ...)
x |
an object of class "panda" |
... |
further arguments passed to or from other methods. |
Plot of the distribution of edge weights in the regulatory network.
data(pandaToyData) panda.res <- panda(pandaToyData$motif, pandaToyData$expression,pandaToyData$ppi,hamming=.001,progress=TRUE) plot(panda.res) data(pandaResult) plot(pandaResult)