print.panda | R Documentation |
summarizes the results of a PANDA analysis
## S3 method for class 'panda'
print(x, ...)
x |
an object of class "panda" |
... |
further arguments passed to or from other methods. |
Summary description of panda S4 object
data(pandaToyData)
panda.res <- panda(pandaToyData$motif,
pandaToyData$expression,pandaToyData$ppi,hamming=.001,progress=TRUE)
print(panda.res)
data(pandaResult)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.