plot.panda: Plot.panda

Description Usage Arguments Value Examples

View source: R/AllGenerics.R

Description

summarizes the results of a PANDA analysis

Usage

1

Arguments

x

an object of class "panda"

...

further arguments passed to or from other methods.

Value

Plot of the distribution of edge weights in the regulatory network.

Examples

1
2
3
4
5
6
7
data(pandaToyData)
panda.res <- panda(pandaToyData$motif,
           pandaToyData$expression,pandaToyData$ppi,hamming=.001,progress=TRUE)
plot(panda.res)

data(pandaResult)
plot(pandaResult)

singha53/pandaR documentation built on May 29, 2019, 10:07 p.m.