View source: R/algorithm_functions.R
getCoopNet | R Documentation |
acessor for CoopNet in PANDA object
getCoopNet(x)
x |
an object of class "PANDA" |
Cooperativity Network
data(yeast)
pandaRes <- panda(pandaToyData$motif,
pandaToyData$expression,pandaToyData$ppi,hamming=.5,progress=TRUE)
coopNet <- getCoopNet(pandaRes)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.