getRegNet: getRegNet

View source: R/algorithm_functions.R

getRegNetR Documentation

getRegNet

Description

acessor for RegNet in PANDA object

Usage

getRegNet(x)

Arguments

x

an object of class "PANDA"

Value

Regulatory Network

Examples

data(yeast)
pandaRes <- panda(pandaToyData$motif,
pandaToyData$expression,pandaToyData$ppi,hamming=.5,progress=TRUE)
regNet <- getRegNet(pandaRes)

jnpaulson/pandaR documentation built on May 13, 2024, 11:30 a.m.