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