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